* [PATCH] pcnet32.c add support for 79C976
@ 2004-03-29 21:12 Don Fry
2004-04-19 17:01 ` Jeff Garzik
0 siblings, 1 reply; 2+ messages in thread
From: Don Fry @ 2004-03-29 21:12 UTC (permalink / raw)
To: tsbogend, jgarzik, netdev
Please apply the following patch to 2.6.5-rc2-bk9 and 2.4.26-rc1 to
include support for the 79C976. Tested on IA32.
--- linux-2.6.5-rc2-bk9/drivers/net/orig.pcnet32.c Mon Mar 29 11:34:13 2004
+++ linux-2.6.5-rc2-bk9/drivers/net/pcnet32.c Mon Mar 29 11:39: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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-04-19 17:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 21:12 [PATCH] pcnet32.c add support for 79C976 Don Fry
2004-04-19 17:01 ` Jeff Garzik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).