diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-04-11 21:19:04 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-04-11 21:19:04 +0000 |
| commit | 0d2a385fa9c87b3d7f5dde4e1e48dd697b769450 (patch) | |
| tree | d4a835601d8b866dbbaa1ba3efc6680e35b748b5 | |
| parent | 7afbcf5ed003f8e4040a7ddf3992abe2e074642e (diff) | |
Notes
| -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 de25811060d1..3f1e859b02f1 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.31 2002/04/05 16:25:03 imp Exp + * FreeBSD: src/sys/dev/pccard/pccarddevs,v 1.32 2002/04/11 21:18:17 imp Exp */ /* $NetBSD: pcmciadevs,v 1.163 2002/03/04 16:41:50 martin Exp $ */ /* $OpenBSD: pcmciadevs,v 1.85 2002/03/29 18:54:07 millert Exp $ */ @@ -97,6 +97,7 @@ #define PCMCIA_VENDOR_NWN 0x0602 /* No Wires Needed */ #define PCMCIA_VENDOR_BREEZECOM 0x0a02 /* BreezeCOM */ #define PCMCIA_VENDOR_NEWMEDIA2 0x10cd /* NewMedia */ +#define PCMCIA_VENDOR_ACTIONTEC 0x1668 /* ACTIONTEC */ #define PCMCIA_VENDOR_LASAT 0x3401 /* Lasat Communications A/S */ #define PCMCIA_VENDOR_BONDWELL 0x3b01 /* Bondwell */ #define PCMCIA_VENDOR_LEXARMEDIA 0x4e01 /* Lexar Media */ @@ -156,6 +157,11 @@ #define PCMCIA_PRODUCT_3COM_3CRWE62092A 0x2092 #define PCMCIA_STR_3COM_3CRWE62092A "3Com 3CRWE62092A Wireless LAN" +/* ACTIONTEC */ +#define PCMCIA_CIS_ACTIONTEC_HWC01170 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_ACTIONTEC_HWC01170 0x0101 +#define PCMCIA_STR_ACTIONTEC_HWC01170 "ACTIONTEC Wireless LAN PC CARD" + /* Adaptec Products */ #define PCMCIA_CIS_ADAPTEC_APA1460 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ADAPTEC_APA1460 0x0001 |
