diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-05 04:34:22 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-11-05 04:34:22 +0000 |
commit | 48fe4199b3747e84d5c7b8123c6ec74890ce09d9 (patch) | |
tree | 9369e318f5b0d779c24e026c2dbb2e5db23f0784 /sys/dev | |
parent | dd3245a8cdcba7e6e4945135cea5bfa58a75b8e4 (diff) |
Add BayStack 650 FH 802.11 (from NetBSD)
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs | 6 | ||||
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 8 |
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs b/sys/dev/pcmcia/pcmciadevs index bd147e26025..3cc2c3a6e97 100644 --- a/sys/dev/pcmcia/pcmciadevs +++ b/sys/dev/pcmcia/pcmciadevs @@ -1,4 +1,4 @@ - $OpenBSD: pcmciadevs,v 1.25 1999/10/31 17:24:04 fgsch Exp $ + $OpenBSD: pcmciadevs,v 1.26 1999/11/05 04:34:21 angelos Exp $ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ /* @@ -61,6 +61,7 @@ vendor LUCENT 0x0156 Lucent Technologies vendor COMPAQ2 0x0183 Compaq vendor KINGSTON 0x0186 Kingston vendor DAYNA 0x0194 Dayna +vendor BAY 0x01eb Bay Networks vendor IODATA 0x01bf I-O DATA vendor BREEZECOM 0x0a02 BreezeCOM vendor LASAT 0x3401 Lasat Communications A/S @@ -141,6 +142,9 @@ product LINKSYS COMBO_ECARD 0xc1ab Linksys Combo EthernetCard /* Lucent technologies corporation */ product LUCENT WAVELAN 0x0002 Lucent WaveLAN IEEE 802.11 DSSS +/* BayStack 650 FH 802.11 */ +product BAY STACK_650 0x0804 BayStack 650 Wireless LAN + /* Megahertz */ product MEGAHERTZ XJ4288 0x0023 Megahertz XJ4288 Modem product MEGAHERTZ XJ5560 0x0034 Megahertz X-JACK 56kbps Modem diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 03f62cebcdc..3df5698a29d 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciadevs.h,v 1.29 1999/10/31 17:34:49 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.30 1999/11/05 04:34:21 angelos Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -68,6 +68,7 @@ #define PCMCIA_VENDOR_COMPAQ2 0x0183 /* Compaq */ #define PCMCIA_VENDOR_KINGSTON 0x0186 /* Kingston */ #define PCMCIA_VENDOR_DAYNA 0x0194 /* Dayna */ +#define PCMCIA_VENDOR_BAY 0x01eb /* Bay Networks */ #define PCMCIA_VENDOR_IODATA 0x01bf /* I-O DATA */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat Communications A/S */ @@ -216,6 +217,11 @@ #define PCMCIA_PRODUCT_LUCENT_WAVELAN 0x0002 #define PCMCIA_STR_LUCENT_WAVELAN "Lucent WaveLAN IEEE 802.11 DSSS" +/* BayStack 650 FH 802.11 */ +#define PCMCIA_CIS_BAY_STACK_650 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BAY_STACK_650 0x0804 +#define PCMCIA_STR_BAY_STACK_650 "BayStack 650 Wireless LAN" + /* Megahertz */ #define PCMCIA_CIS_MEGAHERTZ_XJ4288 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_MEGAHERTZ_XJ4288 0x0023 |