diff options
author | imp <imp@FreeBSD.org> | 2002-03-17 05:06:37 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2002-03-17 05:06:37 +0000 |
commit | b8c72f4eaaf0e9a55c6f2805c1ccce4554b93965 (patch) | |
tree | 73b32a4051820abfc8d377fe9baccde58769d9d1 /sys/dev/pccard | |
parent | 31881ddbed4460bff0b9d54d325f3ebc3d9ac96b (diff) | |
download | FreeBSD-src-b8c72f4eaaf0e9a55c6f2805c1ccce4554b93965.zip FreeBSD-src-b8c72f4eaaf0e9a55c6f2805c1ccce4554b93965.tar.gz |
Regen for 1.28 of pccarddevs
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 ab2f7b9..baa1e41 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 |