From 321e63ddee6f7f4caa9bf67c4ef3e09be9561e5f Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 31 Oct 2012 20:58:24 +0000 Subject: [PATCH] Add the emulation PCI device id - these days, 0xabcd shows up all over the internet as "AR9380 and later which didn't get its PCI ID written in at power-on", so it's hardly an unknown constant. Obtained from: Qualcomm Atheros --- sys/dev/ath/ath_hal/ah_devid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/ath/ath_hal/ah_devid.h b/sys/dev/ath/ath_hal/ah_devid.h index 21a06756e02..46554039736 100644 --- a/sys/dev/ath/ath_hal/ah_devid.h +++ b/sys/dev/ath/ath_hal/ah_devid.h @@ -85,6 +85,7 @@ /* AR9300 */ #define AR9300_DEVID_AR9380_PCIE 0x0030 +#define AR9300_DEVID_EMU_PCIE 0xabcd #define AR9300_DEVID_AR9340 0x0031 #define AR9300_DEVID_AR9485_PCIE 0x0032 #define AR9300_DEVID_AR9580_PCIE 0x0033