diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-07-19 05:33:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-07-19 05:33:54 +0000 |
| commit | 0cfad826da406e70b4df4e63d9369cd03c56312b (patch) | |
| tree | b4e98b42b79d85c0ae24e721b92b869b2e0c3529 /sys/dev/pccard | |
| parent | 547b34290be9266842f49355ec980c444efc1719 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccard')
| -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 1755541d5504e..f9621ecd2072a 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.58 2003/07/15 07:21:40 imp Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.59 2003/07/19 05:32:07 imp Exp */ /* $NetBSD: pcmciadevs,v 1.182 2003/04/09 02:09:55 christos Exp $ */ /* $OpenBSD: pcmciadevs,v 1.93 2002/06/21 08:31:10 henning Exp $ */ @@ -242,6 +242,9 @@ #define PCMCIA_STR_BREEZECOM_BREEZENET "BreezeCOM BreezeNET" /* BUFFALO */ +#define PCMCIA_CIS_BUFFALO_LPC3_CLX { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_BUFFALO_LPC3_CLX 0x0301 +#define PCMCIA_STR_BUFFALO_LPC3_CLX "BUFFALO LPC3-CLX Ethernet Adapter" #define PCMCIA_CIS_BUFFALO_WLI_PCM_S11 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_BUFFALO_WLI_PCM_S11 0x0305 #define PCMCIA_STR_BUFFALO_WLI_PCM_S11 "BUFFALO AirStation 11Mbps WLAN" |
