netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH ] more ne2k-pci clone boards
@ 2003-11-18 20:48 Xose Vazquez Perez
  2003-11-19 17:14 ` Jeff Garzik
  0 siblings, 1 reply; 3+ messages in thread
From: Xose Vazquez Perez @ 2003-11-18 20:48 UTC (permalink / raw)
  To: netdev, jgarzik

[-- Attachment #1: Type: text/plain, Size: 95 bytes --]


0x8c4a 0x1980 Winbond W89C940(misprogrammed)

--
HTML mails are going to trash automagically


[-- Attachment #2: ne2k-pci_idents.diff --]
[-- Type: text/plain, Size: 838 bytes --]

--- linux/drivers/net/ne2k-pci.c	2003-11-15 16:47:29.000000000 +0100
+++ new/drivers/net/ne2k-pci.c	2003-11-18 21:16:28.000000000 +0100
@@ -116,6 +116,7 @@
 	CH_Winbond_W89C940F,
 	CH_Holtek_HT80232,
 	CH_Holtek_HT80229,
+	CH_Winbond_89C940_8c4a,
 };
 
 
@@ -133,6 +134,7 @@
 	{"Winbond W89C940F", 0},
 	{"Holtek HT80232", ONLY_16BIT_IO | HOLTEK_FDX},
 	{"Holtek HT80229", ONLY_32BIT_IO | HOLTEK_FDX | STOP_PG_0x60 },
+	{"Winbond W89C940(misprogrammed)", 0},
 	{0,}
 };
 
@@ -148,6 +150,7 @@
 	{ 0x1050, 0x5a5a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Winbond_W89C940F },
 	{ 0x12c3, 0x0058, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Holtek_HT80232 },
 	{ 0x12c3, 0x5598, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Holtek_HT80229 },
+	{ 0x8c4a, 0x1980, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_Winbond_89C940_8c4a },
 	{ 0, }
 };
 MODULE_DEVICE_TABLE(pci, ne2k_pci_tbl);


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

* Re: [PATCH ] more ne2k-pci clone boards
  2003-11-18 20:48 [PATCH ] more ne2k-pci clone boards Xose Vazquez Perez
@ 2003-11-19 17:14 ` Jeff Garzik
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2003-11-19 17:14 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: netdev

applied, thanks

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

* Re: [PATCH ] more ne2k-pci clone boards
       [not found] <4038CA5A.30501@wanadoo.es>
@ 2004-02-26  5:48 ` Jeff Garzik
  0 siblings, 0 replies; 3+ messages in thread
From: Jeff Garzik @ 2004-02-26  5:48 UTC (permalink / raw)
  To: Xose Vazquez Perez; +Cc: netdev, marcelo.tosatti

applied to 2.4

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

end of thread, other threads:[~2004-02-26  5:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-18 20:48 [PATCH ] more ne2k-pci clone boards Xose Vazquez Perez
2003-11-19 17:14 ` Jeff Garzik
     [not found] <4038CA5A.30501@wanadoo.es>
2004-02-26  5:48 ` 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).