diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-17 05:06:37 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-17 05:06:37 +0000 |
| commit | fb33cfa8f5a66a5e35999e01b21b26b8b3458e5d (patch) | |
| tree | 73b32a4051820abfc8d377fe9baccde58769d9d1 /sys/dev/pccard | |
| parent | a5a492981cc186e869ce7e3b541d3e0a6f4183b5 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -rw-r--r-- | sys/dev/pccard/pccarddevs.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h index ab2f7b9b89cc..baa1e411629e 100644 --- a/sys/dev/pccard/pccarddevs.h +++ b/sys/dev/pccard/pccarddevs.h @@ -4,7 +4,7 @@ * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.27 2002/01/29 06:09:39 imp Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.28 2002/03/17 05:05:42 imp Exp */ /* $NetBSD: pcmciadevs,v 1.159 2002/01/28 09:25:33 aymeric Exp $ */ /* $OpenBSD: pcmciadevs,v 1.71 2001/10/28 19:21:37 mickey Exp $ */ @@ -89,6 +89,7 @@ #define PCMCIA_VENDOR_TELECOMDEVICE 0x021b /* Telecom Device */ #define PCMCIA_VENDOR_NOKIA 0x023d /* Nokia Communications */ #define PCMCIA_VENDOR_SAMSUNG 0x0250 /* Samsung */ +#define PCMCIA_VENDOR_HWN 0x0261 /* Home Wireless Networks */ #define PCMCIA_VENDOR_SYMBOL 0x026c /* Symbol */ #define PCMCIA_VENDOR_BUFFALO 0x026f /* BUFFALO (Melco Corporation) */ #define PCMCIA_VENDOR_LINKSYS2 0x0274 /* The Linksys Group */ @@ -298,6 +299,11 @@ #define PCMCIA_PRODUCT_FUJITSU_LA501 0x2000 #define PCMCIA_STR_FUJITSU_LA501 "Fujitsu Towa LA501 Ethernet" +/* Home Wireless Networks */ +#define PCMCIA_CIS_HWN_AIRWAY80211 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_HWN_AIRWAY80211 0x0002 +#define PCMCIA_STR_HWN_AIRWAY80211 "HWN Airway Wireless PCMCIA Card" + /* IBM Products */ #define PCMCIA_CIS_IBM_MICRODRIVE { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_IBM_MICRODRIVE 0x0000 |
