diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-12 22:19:04 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2003-05-12 22:19:04 +0000 |
commit | a92681446bf0be0284db5e30dd33993e6cbec085 (patch) | |
tree | 5facbd8ee2e0620c214236167a2d9a0cfe8cab8f | |
parent | c95e8c93ba260e5d1c96be95c05eb93ae871264b (diff) |
fix oversight in the CNET CNF301 record
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index 3f8044fcd09..89af1f62d58 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.100 2003/05/11 09:49:16 henning Exp $ + $OpenBSD: pcmciadevs,v 1.101 2003/05/12 22:19:03 henning Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -432,7 +432,7 @@ product PROXIM RL2_7400 { "PROXIM", "LAN&spPC&spCARD", "RANGELAN2", NULL } product PROXIM SYMPHONY { "PROXIM", "LAN&spPC&spCARD", "SYMPHONY", NULL } product EDIMAX NE2000 { "PCMCIA", "Ethernet", NULL, NULL } product CNET NE2000 { "CNet", "CN40BC&spEthernet", "D", "NE2000" } -product CNET CNF301 { "CNet", "CNF301&spEthernet", NULL, NULL } +product CNET CNF301 { "PCMCIA", "FastEthernet", "V", "1.0" } product SHUTTLE IDE_ATAPI { "SHUTTLE&spTECHNOLOGY&spLTD.", "PCCARD-IDE/ATAPI&spAdapter", NULL, NULL } product ZOOM AIR4000 { "Zoom", "Air-4000", NULL, NULL } product TAMARACK NE2000 { "TAMARACK", "Ethernet", NULL, NULL } |