diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-21 08:31:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-21 08:31:11 +0000 |
commit | 5c4cc2eb8895bc848e46f8363e9715178b0e8986 (patch) | |
tree | 91379a7825f75983dac94b9ab02e9e06130b6755 /sys/dev/pcmcia/pcmciadevs.h | |
parent | 69244a0560051eaff2455bd3b8c217966e1e9813 (diff) |
add support for Netgear MA401RA (Prism-2.5)
Diffstat (limited to 'sys/dev/pcmcia/pcmciadevs.h')
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index a7a7519fb31..5b68a7270df 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciadevs.h,v 1.93 2002/06/20 17:10:39 millert Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.94 2002/06/21 08:31:10 henning Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -44,6 +44,7 @@ */ #define PCMCIA_VENDOR_FUJITSU 0x0004 /* Fujitsu */ +#define PCMCIA_VENDOR_NETGEAR2 0x000b /* Netgear */ #define PCMCIA_VENDOR_PANASONIC 0x0032 /* Matsushita Electric Industrial Co. */ #define PCMCIA_VENDOR_SANDISK 0x0045 /* Sandisk */ #define PCMCIA_VENDOR_NEWMEDIA 0x0057 /* NewMedia */ @@ -356,6 +357,8 @@ #define PCMCIA_PRODUCT_NETGEAR_FA410TXC 0x4530 #define PCMCIA_CIS_NETGEAR_FA411 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NETGEAR_FA411 0x0411 +#define PCMCIA_CIS_NETGEAR2_MA401RA { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_NETGEAR2_MA401RA 0x7300 /* Nokia */ #define PCMCIA_CIS_NOKIA_C110_WLAN { NULL, NULL, NULL, NULL } |