summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2005-11-19 07:04:53 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2005-11-19 07:04:53 +0000
commit0dee2d9f9d881a49ab732f7ccb12d903d14669dd (patch)
tree775f8c286b8a2765a8ddd23196bf59299298222c
parent7e8cc4e9f085384c58adfef607bed4a9aae7ef31 (diff)
Add a few more Prism USB Component IDs.
-rw-r--r--sys/dev/ic/if_wi_ieee.h46
1 files changed, 44 insertions, 2 deletions
diff --git a/sys/dev/ic/if_wi_ieee.h b/sys/dev/ic/if_wi_ieee.h
index 4a40a4c73b4..302719bc030 100644
--- a/sys/dev/ic/if_wi_ieee.h
+++ b/sys/dev/ic/if_wi_ieee.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_wi_ieee.h,v 1.25 2005/10/12 18:43:07 deraadt Exp $ */
+/* $OpenBSD: if_wi_ieee.h,v 1.26 2005/11/19 07:04:52 jsg Exp $ */
/*
* Copyright (c) 1997, 1998, 1999
@@ -751,6 +751,10 @@ struct wi_scan_p2_hdr {
#define WI_NIC_3842_PCMCIA_ATL 0x800D
#define WI_NIC_3842_PCMCIA_ATS 0x800E
+#define WI_NIC_3842_USB_AMD 0x800f /* Prism2.5 USB */
+#define WI_NIC_3842_USB_SST 0x8010
+#define WI_NIC_3842_USB_ATL 0x8011
+
#define WI_NIC_3842_MINI_AMD 0x8012 /* Prism2.5 Mini-PCI */
#define WI_NIC_3842_MINI_SST 0x8013
#define WI_NIC_3842_MINI_ATL 0x8014
@@ -766,12 +770,18 @@ struct wi_scan_p2_hdr {
#define WI_NIC_P3_PCMCIA_ATL 0x801C
#define WI_NIC_P3_PCMCIA_ATS 0x801D
+#define WI_NIC_3842_USB_AMD_2 0x801E /* Prism2.5 USB */
+#define WI_NIC_3842_USB_SST_2 0x801F
+#define WI_NIC_3842_USB_ATL_2 0x8020
+
#define WI_NIC_P3_MINI_AMD 0x8021 /* Prism3 Mini-PCI */
#define WI_NIC_P3_MINI_SST 0x8022
#define WI_NIC_P3_MINI_ATL 0x8023
#define WI_NIC_P3_MINI_ATS 0x8024
-#define WI_NIC_P3_USB_NETGEAR 0x8026 /* Prism3 USB */
+#define WI_NIC_P3_USB 0x8025 /* Prism3 USB */
+#define WI_NIC_P3_USB_NETGEAR 0x8026
+#define WI_NIC_P3_USB_2 0x8027
struct wi_card_ident {
const u_int16_t card_id;
@@ -845,6 +855,18 @@ struct wi_card_ident {
"PRISM2.5 ISL3873", \
WI_INTERSIL \
}, { \
+ WI_NIC_3842_USB_AMD, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
+ WI_NIC_3842_USB_SST, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
+ WI_NIC_3842_USB_ATL, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
WI_NIC_3842_MINI_AMD, \
"PRISM2.5 ISL3874A(Mini-PCI)", \
WI_INTERSIL \
@@ -893,6 +915,18 @@ struct wi_card_ident {
"PRISM3 ISL37300P", \
WI_INTERSIL \
}, { \
+ WI_NIC_3842_USB_AMD_2, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
+ WI_NIC_3842_USB_SST_2, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
+ WI_NIC_3842_USB_ATL_2, \
+ "PRISM2.5 USB", \
+ WI_INTERSIL \
+ }, { \
WI_NIC_P3_MINI_AMD, \
"PRISM3 ISL37300P(PCI)", \
WI_INTERSIL \
@@ -909,10 +943,18 @@ struct wi_card_ident {
"PRISM3 ISL37300P(PCI)", \
WI_INTERSIL \
}, { \
+ WI_NIC_P3_USB, \
+ "PRISM3 (USB)", \
+ WI_INTERSIL \
+ }, { \
WI_NIC_P3_USB_NETGEAR, \
"PRISM3 (USB)", \
WI_INTERSIL \
}, { \
+ WI_NIC_P3_USB_2, \
+ "PRISM3 (USB)", \
+ WI_INTERSIL \
+ }, { \
0, \
NULL, \
WI_NOTYPE \