linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Tulip driver support for the 3Com 3CSOHO100B-TX
@ 2003-08-13 19:51 Ion Badulescu
  2003-08-17 17:53 ` Jeff Garzik
  0 siblings, 1 reply; 2+ messages in thread
From: Ion Badulescu @ 2003-08-13 19:51 UTC (permalink / raw)
  To: Jeff Garzik; +Cc: linux-kernel

Hi Jeff,

This patch adds the PCI id's for the 3Com 3CSOHO100B-TX to tulip_core.c. 
I've got this chip (which looks like a rebranded Comet) on a new Albatron 
KX600 Pro, and I can confirm that the tulip driver can handle it just 
fine.

Thanks,
Ion

-- 
  It is better to keep your mouth shut and be thought a fool,
            than to open it and remove all doubt.
-----------------------------------
--- linux-2.4.22/drivers/net/tulip/tulip_core.c.old	Fri Aug  8 14:02:45 2003
+++ linux-2.4.22/drivers/net/tulip/tulip_core.c	Wed Aug 13 15:46:26 2003
@@ -232,6 +232,7 @@
 	{ 0x17B3, 0xAB08, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },
 	{ 0x14f1, 0x1803, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CONEXANT },
 	{ 0x10b9, 0x5261, PCI_ANY_ID, PCI_ANY_ID, 0, 0, DM910X },	/* ALi 1563 integrated ethernet */
+	{ 0x10b7, 0x9300, PCI_ANY_ID, PCI_ANY_ID, 0, 0, COMET },	/* 3Com 3CSOHO100B-TX */
 	{ } /* terminate list */
 };
 MODULE_DEVICE_TABLE(pci, tulip_pci_tbl);


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

* Re: Tulip driver support for the 3Com 3CSOHO100B-TX
  2003-08-13 19:51 Tulip driver support for the 3Com 3CSOHO100B-TX Ion Badulescu
@ 2003-08-17 17:53 ` Jeff Garzik
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Garzik @ 2003-08-17 17:53 UTC (permalink / raw)
  To: Ion Badulescu; +Cc: linux-kernel

thanks, applied


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

end of thread, other threads:[~2003-08-17 17:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-13 19:51 Tulip driver support for the 3Com 3CSOHO100B-TX Ion Badulescu
2003-08-17 17:53 ` 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).