diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-08-07 23:45:43 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-08-07 23:45:43 +0000 |
| commit | 0a1a3230b6e43d8d74311c20d4cbddc3f422e37e (patch) | |
| tree | 5829ccc00c454d060de9b8f85e12582cfbaa85eb /sys/dev | |
| parent | 7bfcb3bb9b41c1b3abcab3dbe7eebf42bddfcc50 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ath/ath_hal/ah_devid.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/dev/ath/ath_hal/ah_devid.h b/sys/dev/ath/ath_hal/ah_devid.h index e6bea2165534a..21a06756e0281 100644 --- a/sys/dev/ath/ath_hal/ah_devid.h +++ b/sys/dev/ath/ath_hal/ah_devid.h @@ -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 */ |
