summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/ath/ah_devid.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/ath/ah_devid.h')
-rw-r--r--sys/contrib/dev/ath/ah_devid.h24
1 files changed, 21 insertions, 3 deletions
diff --git a/sys/contrib/dev/ath/ah_devid.h b/sys/contrib/dev/ath/ah_devid.h
index 1483881..74a9768 100644
--- a/sys/contrib/dev/ath/ah_devid.h
+++ b/sys/contrib/dev/ath/ah_devid.h
@@ -1,5 +1,5 @@
/*-
- * Copyright (c) 2002, 2003 Sam Leffler, Errno Consulting, Atheros
+ * Copyright (c) 2002-2004 Sam Leffler, Errno Consulting, Atheros
* Communications, Inc. All rights reserved.
*
* Redistribution and use in source and binary forms are permitted
@@ -33,7 +33,7 @@
* OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGES.
*
- * $Id: ah_devid.h,v 1.7 2003/10/22 21:17:40 sam Exp $
+ * $Id: ah_devid.h,v 1.12 2004/10/21 22:48:57 sam Exp $
*/
#ifndef _DEV_ATH_DEVID_H_
@@ -45,7 +45,8 @@
* of 0x168c, but some vendors, in their infinite wisdom
* do not follow this so we must handle them specially.
*/
-#define ATHEROS_3COM_VENDOR_ID 0xa727 /* 3Com PCI vendor ID */
+#define ATHEROS_3COM_VENDOR_ID 0xa727 /* 3Com 3CRPAG175 vendor ID */
+#define ATHEROS_3COM2_VENDOR_ID 0x10b7 /* 3Com 3CRDAG675 vendor ID */
/* AR5210 (for reference) */
#define AR5210_DEFAULT 0x1107 /* No eeprom HW default */
@@ -64,6 +65,23 @@
#define AR5212_DEVID 0x0013 /* Final ar5212 devid */
#define AR5212_FPGA 0xf013 /* Emulation board */
#define AR5212_DEVID_IBM 0x1014 /* IBM minipci ID */
+#define AR5212_AR5312_REV2 0x0052 /* AR5312 WMAC (AP31) */
+#define AR5212_AR5312_REV7 0x0057 /* AR5312 WMAC (AP30-040) */
+#define AR5212_AR2313_REV8 0x0058 /* AR2313 WMAC (AP43-030) */
+
+/* AR5212 compatible devid's also attach to 5212 */
+#define AR5212_DEVID_0014 0x0014
+#define AR5212_DEVID_0015 0x0015
+#define AR5212_DEVID_0016 0x0016
+#define AR5212_DEVID_0017 0x0017
+#define AR5212_DEVID_0018 0x0018
+#define AR5212_DEVID_0019 0x0019
+#define AR5212_AR2413 0x001a /* AR2413 aka Griffin-lite */
+
+/* AR5213 */
+#define AR5213_SREV_1_0 0x0055
+#define AR5213_SREV_REG 0x4020
#define AR_SUBVENDOR_ID_NOG 0x0e11 /* No 11G subvendor ID */
+#define AR_SUBVENDOR_ID_NEW_A 0x7065 /* Update device to new RD */
#endif /* _DEV_ATH_DEVID_H */
OpenPOWER on IntegriCloud