diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-14 22:06:49 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-07-14 22:06:49 +0000 |
commit | a0ebf2f3d49ea0a5a53abb23db641146fd45bfaf (patch) | |
tree | 0f10199149334a61c60f1c3f6c3057cb8ede3087 /sys/dev | |
parent | 1a9634c8c82e9aa3e790fd5c12143c669fff5427 (diff) |
Add Siemens SpeedStream 1021
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/if_wi_pcmcia.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/if_wi_pcmcia.c b/sys/dev/pcmcia/if_wi_pcmcia.c index 236e9a3903f..4db761a37d7 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.41 2003/07/06 21:17:50 millert Exp $ */ +/* $OpenBSD: if_wi_pcmcia.c,v 1.42 2003/07/14 22:06:48 millert Exp $ */ /* $NetBSD: if_wi_pcmcia.c,v 1.14 2001/11/26 04:34:56 ichiro Exp $ */ /* @@ -279,6 +279,11 @@ static const struct wi_pcmcia_product { PCMCIA_CIS_AIRVAST_WN_100, "AirVast WN-100 Wireless LAN PC CARD", }, + { PCMCIA_VENDOR_SIEMENS, + PCMCIA_PRODUCT_SIEMENS_SS1021, + PCMCIA_CIS_SIEMENS_SS1021, + "SpeedStream 1021 Wireless PCMCIA CARD", + }, { 0, 0, { NULL, NULL, NULL, NULL }, |