Author: adrian
Date: Wed Oct 31 20:58:24 2012
New Revision: 242406
URL: http://svn.freebsd.org/changeset/base/242406

Log:
  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

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 Wed Oct 31 20:51:41 2012        
(r242405)
+++ head/sys/dev/ath/ath_hal/ah_devid.h Wed Oct 31 20:58:24 2012        
(r242406)
@@ -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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to