netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 2.6.5 1/4] pcnet32.c add support for 79C976
@ 2004-04-05 21:24 Don Fry
  2004-04-06 11:57 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Don Fry @ 2004-04-05 21:24 UTC (permalink / raw)
  To: tsbogend, jgarzik, netdev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 2.6.5 1/4] pcnet32.c add support for 79C976
  2004-04-05 21:24 [PATCH 2.6.5 1/4] pcnet32.c add support for 79C976 Don Fry
@ 2004-04-06 11:57 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2004-04-06 11:57 UTC (permalink / raw)
  To: Don Fry; +Cc: tsbogend, netdev

all four patches applied to 2.6.x, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-04-06 11:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-04-05 21:24 [PATCH 2.6.5 1/4] pcnet32.c add support for 79C976 Don Fry
2004-04-06 11:57 ` 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).