[PATCH 2.6.5 1/4] pcnet32.c add support for 79C976
From: Don Fry <hidden>
Date: 2004-04-05 21:24:53
Please include this patch to add support for the 79C976 device to the pcnet32 driver.
--- linux-2.6.5/drivers/net/orig.pcnet32.c Sat Apr 3 19:36:53 2004
+++ linux-2.6.5/drivers/net/pcnet32.c Mon Apr 5 11:40:57 2004@@ -909,6 +909,10 @@ chipname = "PCnet/FAST III 79C975"; /* PCI */ fdx = 1; mii = 1; break; + case 0x2628: + chipname = "PCnet/FAST III 79C976"; + fdx = 1; mii = 1; + break; default: printk(KERN_INFO PFX "PCnet version %#x, no PCnet32 chip.\n", chip_version);
--
Don Fry
brazilnut@us.ibm.com