diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-01 17:35:59 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-06-01 17:35:59 +0000 |
commit | a832f868a7decc665654f2c80cf188bbc8b7af72 (patch) | |
tree | 5c19a580a6c2bf26d25f3953817c130e1d0aa40b /sys/dev/pcmcia/pcmciadevs.h | |
parent | 8b6c127aba30bd64445c4fa10765fdb29035b994 (diff) |
Add support for the Adaptec AWN-8030 WLAN pcmcia-card (prism 2.5) from
Andreas Abeck.
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 ba5d52bb21f..e7c7486a9ce 100644 --- a/sys/dev/pcmcia/pcmciadevs.h +++ b/sys/dev/pcmcia/pcmciadevs.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pcmciadevs.h,v 1.113 2004/05/11 04:38:25 deraadt Exp $ */ +/* $OpenBSD: pcmciadevs.h,v 1.114 2004/06/01 17:35:58 millert Exp $ */ /* * THIS FILE AUTOMATICALLY GENERATED. DO NOT EDIT. @@ -104,6 +104,7 @@ #define PCMCIA_VENDOR_DUAL 0x890f /* Dual */ #define PCMCIA_VENDOR_COMPEX 0x8a01 /* Compex */ #define PCMCIA_VENDOR_MELCO 0x8a01 /* Melco Corporation */ +#define PCMCIA_VENDOR_ADAPTEC2 0x9005 /* Adaptec */ #define PCMCIA_VENDOR_CONTEC 0xc001 /* Contec */ #define PCMCIA_VENDOR_MACNICA 0xc00b /* MACNICA */ #define PCMCIA_VENDOR_ROLAND 0xc00c /* Roland */ @@ -150,6 +151,8 @@ #define PCMCIA_PRODUCT_ADAPTEC_APA1460_1 0x0001 #define PCMCIA_CIS_ADAPTEC_APA1460_2 { NULL, NULL, NULL, NULL } #define PCMCIA_PRODUCT_ADAPTEC_APA1460_2 0x0002 +#define PCMCIA_CIS_ADAPTEC2_AWN8030 { NULL, NULL, NULL, NULL } +#define PCMCIA_PRODUCT_ADAPTEC2_AWN8030 0x0002 /* Aironet */ #define PCMCIA_CIS_AIRONET_PC4500 { NULL, NULL, NULL, NULL } |