summaryrefslogtreecommitdiffstats
path: root/sys/dev/ed
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2001-11-20 06:18:36 +0000
committerimp <imp@FreeBSD.org>2001-11-20 06:18:36 +0000
commit3212bd4f7f7d6d47e087468730dbbcb390f12af9 (patch)
treee7ea37edea5ca0bebf7cda785f819b606e1526c8 /sys/dev/ed
parente42e956dfb7784df6fd9e0209cbe4ae5bbdf4b57 (diff)
downloadFreeBSD-src-3212bd4f7f7d6d47e087468730dbbcb390f12af9.zip
FreeBSD-src-3212bd4f7f7d6d47e087468730dbbcb390f12af9.tar.gz
Comment out some bogus entries. somehow they match everything, which
is bad. I need to correct pccarddev, but I'm not sure how just at the moment. So I'm firewalling the damage.
Diffstat (limited to 'sys/dev/ed')
-rw-r--r--sys/dev/ed/if_ed_pccard.c9
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/dev/ed/if_ed_pccard.c b/sys/dev/ed/if_ed_pccard.c
index 33aca48..9866280 100644
--- a/sys/dev/ed/if_ed_pccard.c
+++ b/sys/dev/ed/if_ed_pccard.c
@@ -156,11 +156,6 @@ static const struct ed_product {
* You have to add new entries which contains
* PCMCIA_VENDOR_INVALID and/or PCMCIA_PRODUCT_INVALID
* in front of this comment.
- *
- * There are cards which use a generic vendor and product id but needs
- * a different handling depending on the cis_info, so ne2000_match
- * needs a table where the exceptions comes first and then the normal
- * product and vendor entries.
*/
{ PCMCIA_CARD(IBM, INFOMOVER, 0),
0x0ff0, { 0x08, 0x00, 0x5a } },
@@ -172,8 +167,12 @@ static const struct ed_product {
-1, { 0, 0, 0 }, 0 }, /* XXX */
{ PCMCIA_CARD(LINKSYS, ECARD_1, 0),
-1, { 0x00, 0x80, 0xc8 } },
+#ifdef BOGUS
{ PCMCIA_CARD(PLANEX, FNW3600T, 0),
-1, { 0x00, 0x90, 0xcc }, NE2000DVF_DL10019 },
+ { PCMCIA_CARD(PLANEX, FNW3700T, 0),
+ -1, { 0x00, 0x90, 0xcc }, NE2000DVF_DL10019 },
+#endif
{ PCMCIA_CARD(SVEC, PN650TX, 0),
-1, { 0x00, 0xe0, 0x98 }, NE2000DVF_DL10019 },
OpenPOWER on IntegriCloud