diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-09-20 05:24:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-09-20 05:24:50 +0000 |
| commit | 7558e6858eba40c57fb492c38fe996cb3bde9911 (patch) | |
| tree | e526a5803f9dfa70d779cca516f9b04a784e2e9f /sys | |
| parent | ea1349a34b37c2e5022533fb1a73bc6e869076cd (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/dev/pccard/pccarddevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pccard/pccarddevs.h b/sys/dev/pccard/pccarddevs.h index c3751e97ec220..f26e1b129bdd4 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.69 2003/08/21 18:05:35 imp Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.70 2003/09/20 05:23:50 imp Exp */ /* $NetBSD: pcmciadevs,v 1.184 2003/07/26 10:39:32 martin Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ @@ -627,6 +627,9 @@ #define PCMCIA_STR_PLANEX_2_GWNS11H "Planex GW-NS11H" /* Proxim */ +#define PCMCIA_CIS_PROXIM_HARMONY { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_PROXIM_HARMONY 0x0002 +#define PCMCIA_STR_PROXIM_HARMONY "Proxim HARMONY 80211B" #define PCMCIA_CIS_PROXIM_ROAMABOUT_2400FH { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_PROXIM_ROAMABOUT_2400FH 0x1058 #define PCMCIA_STR_PROXIM_ROAMABOUT_2400FH "Digital RoamAbout 2400FH" |
