diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-05-27 19:49:33 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-05-27 19:49:33 +0000 |
commit | ede725ef1ce093e82d4ceef12fb59ba1c4b3d53a (patch) | |
tree | e4bcc0f9a6c1aa1f897e874bbeda0884932277fd | |
parent | 895be33f316bf8101fea004f05f0d7a64db7403c (diff) |
regen.
-rw-r--r-- | sys/dev/pcmcia/pcmciadevs.h | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/pcmciadevs.h b/sys/dev/pcmcia/pcmciadevs.h index 949415c67a5..9e92e141943 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: pcmciadevs.h,v 1.68 2001/05/25 05:08:18 fgsch Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.69 2001/05/27 19:49:32 fgsch Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. * * generated from: - * OpenBSD: pcmciadevs,v 1.63 2001/05/25 05:05:33 fgsch Exp + * OpenBSD: pcmciadevs,v 1.64 2001/05/27 19:49:01 fgsch Exp */ /* $NetBSD: pcmciadevs,v 1.13 1998/08/17 23:10:12 thorpej Exp $ */ @@ -66,6 +66,7 @@ #define PCMCIA_VENDOR_COMPAQ 0x0138 /* Compaq */ #define PCMCIA_VENDOR_GREYCELL 0x0143 /* Grey Cell */ #define PCMCIA_VENDOR_LINKSYS 0x0149 /* Linksys */ +#define PCMCIA_VENDOR_NETGEAR 0x0149 /* Netgear */ #define PCMCIA_VENDOR_SIMPLETECH 0x014d /* Simple Technology */ #define PCMCIA_VENDOR_SYMBOL 0x014d /* Symbol */ #define PCMCIA_VENDOR_LUCENT 0x0156 /* Lucent */ @@ -309,7 +310,11 @@ #define PCMCIA_CIS_NEWMEDIA2_BUSTOASTER { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NEWMEDIA2_BUSTOASTER 0x0001 -/* Nokia Products */ +/* Netgear */ +#define PCMCIA_CIS_NETGEAR_FA410TXC { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_NETGEAR_FA410TXC 0x4530 + +/* Nokia */ #define PCMCIA_CIS_NOKIA_C020_WLAN { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_NOKIA_C020_WLAN 0x20c0 |