svn commit: r239134 - head/sys/dev/ath/ath_hal
Adrian Chadd
adrian at FreeBSD.org
Tue Aug 7 23:45:44 UTC 2012
Author: adrian
Date: Tue Aug 7 23:45:43 2012
New Revision: 239134
URL: http://svn.freebsd.org/changeset/base/239134
Log:
Commit device IDs for the (eventually upcoming) AR9380 HAL.
Obtained from: Qualcomm Atheros, Linux ath9k
Modified:
head/sys/dev/ath/ath_hal/ah_devid.h
Modified: head/sys/dev/ath/ath_hal/ah_devid.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah_devid.h Tue Aug 7 23:16:11 2012 (r239133)
+++ head/sys/dev/ath/ath_hal/ah_devid.h Tue Aug 7 23:45:43 2012 (r239134)
@@ -83,6 +83,15 @@
#define AR9287_DEVID_PCI 0x002d /* AR9227 PCI Kiwi */
#define AR9287_DEVID_PCIE 0x002e /* AR9287 PCI-E Kiwi */
+/* AR9300 */
+#define AR9300_DEVID_AR9380_PCIE 0x0030
+#define AR9300_DEVID_AR9340 0x0031
+#define AR9300_DEVID_AR9485_PCIE 0x0032
+#define AR9300_DEVID_AR9580_PCIE 0x0033
+#define AR9300_DEVID_AR946X_PCIE 0x0034
+#define AR9300_DEVID_AR9330 0x0035
+#define AR9300_DEVID_QCA955X 0x0039
+
#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 */
More information about the svn-src-head
mailing list