summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2007-12-31 03:29:02 +0000
committerimp <imp@FreeBSD.org>2007-12-31 03:29:02 +0000
commit6303adc70570dfec04aa17d56cd06e650fbbbf73 (patch)
tree64e8a22f10b8a1b38da800317fb0c00306721832
parentf98266db17178735e936368514b439bd8c3f918c (diff)
downloadFreeBSD-src-6303adc70570dfec04aa17d56cd06e650fbbbf73.zip
FreeBSD-src-6303adc70570dfec04aa17d56cd06e650fbbbf73.tar.gz
Add Winbond W89C940F to the list. Also, stub in some entries for two
Holtek cards that will need some special support later, but leave them commented out for now. These ID's are transcribed from the Linux ne2k-pci.c
-rw-r--r--sys/dev/ed/if_ed_pci.c16
1 files changed, 11 insertions, 5 deletions
diff --git a/sys/dev/ed/if_ed_pci.c b/sys/dev/ed/if_ed_pci.c
index 68099ce..a2831b8 100644
--- a/sys/dev/ed/if_ed_pci.c
+++ b/sys/dev/ed/if_ed_pci.c
@@ -49,14 +49,20 @@ static struct _pcsid
const char *desc;
} pci_ids[] =
{
- { ED_RTL8029_PCI_ID, "RealTek 8029" },
- { 0x50004a14, "NetVin 5000" },
+ { ED_RTL8029_PCI_ID, "RealTek 8029" }, /* Needs realtek full duplex */
+ { 0x50004a14, "NetVin NV5000SC" },
{ 0x09401050, "ProLAN" },
- { 0x140111f6, "Compex" },
- { 0x30008e2e, "KTI" },
+ { 0x140111f6, "Compex RL2000" },
+ { 0x30008e2e, "KTI ET32P2" },
{ 0x19808c4a, "Winbond W89C940" },
{ 0x0e3410bd, "Surecom NE-34" },
- { 0x09261106, "VIA VT86C926" },
+ { 0x09261106, "VIA VT86C926" }, /* only do 16-bit */
+ { 0x5a5a1050, "Winbond W89C940F" },
+#if 0
+ /* Holtek needs special lovin', disabled by default */
+ { 0x005812c3, "Holtek HT80232" }, /* Only 16-bit I/O, Holtek fdx */
+ { 0x559812c3, "Holtek HT80229" }, /* Only 32-bit I/O, Holtek fdx, STOP_PG_60? */
+#endif
{ 0x00000000, NULL }
};
OpenPOWER on IntegriCloud