diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-20 17:10:57 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-06-20 17:10:57 +0000 |
commit | c17c9ed2e1d4e4e9d6b98349c12d87027714716e (patch) | |
tree | 1ddd6a83f0f2a56c2b5d06c671a90e790204de29 /sys | |
parent | 7e469500094215faeab84c7bd7a1329868206004 (diff) |
Add ELSA / ZCOMAX XI-325 (and XI-325H); Ken Simpson
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pcmcia/if_wi_pcmcia.c | 7 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 3 |
2 files changed, 8 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c index 59e45623999..cc96aa0d916 100644 --- a/sys/dev/pcmcia/if_wi_pcmcia.c +++ b/sys/dev/pcmcia/if_wi_pcmcia.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_wi_pcmcia.c,v 1.32 2002/06/09 22:34:16 millert Exp $ */ +/* $OpenBSD: if_wi_pcmcia.c,v 1.33 2002/06/20 17:10:56 millert Exp $ */ /* $NetBSD: if_wi_pcmcia.c,v 1.14 2001/11/26 04:34:56 ichiro Exp $ */ /* @@ -170,6 +170,11 @@ static const struct wi_pcmcia_product { PCMCIA_CIS_ELSA_XI300_IEEE, "XI300 Wireless LAN", }, + { PCMCIA_VENDOR_ELSA, + PCMCIA_PRODUCT_ELSA_XI325_IEEE, + PCMCIA_CIS_ELSA_XI325_IEEE, + "XI325 Wireless LAN", + }, { PCMCIA_VENDOR_COMPAQ, PCMCIA_PRODUCT_COMPAQ_NC5004, PCMCIA_CIS_COMPAQ_NC5004, diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index 39e0a21bf18..42874257c35 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.91 2002/06/07 20:59:19 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.92 2002/06/20 17:10:21 millert Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -172,6 +172,7 @@ product DUAL NE2000 0x0100 Dual NE2000 product ELSA MC2_IEEE 0x0001 AirLancer MC-2 IEEE product ELSA XI300_IEEE 0x0002 XI300 Wireless LAN product ELSA XI800_IEEE 0x0004 XI800 CF Wireless LAN +product ELSA XI325_IEEE 0x0005 XI325 Wireless LAN /* EMTAC */ product EMTAC WLAN 0x0002 EMTAC A2424i 11Mbps WLAN Card |