From: Xose Vazquez Perez <xose@wanadoo.es>
To: netdev@oss.sgi.com, jgarzik@pobox.com
Subject: [PATCH ] more ne2k-pci clone boards
Date: Tue, 18 Nov 2003 21:48:54 +0100 [thread overview]
Message-ID: <3FBA85B6.8010008@wanadoo.es> (raw)
[-- 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);
next reply other threads:[~2003-11-18 20:48 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-11-18 20:48 Xose Vazquez Perez [this message]
2003-11-19 17:14 ` [PATCH ] more ne2k-pci clone boards Jeff Garzik
[not found] <4038CA5A.30501@wanadoo.es>
2004-02-26 5:48 ` Jeff Garzik
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3FBA85B6.8010008@wanadoo.es \
--to=xose@wanadoo.es \
--cc=jgarzik@pobox.com \
--cc=netdev@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).