Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Oct 2012 20:58:24 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r242406 - head/sys/dev/ath/ath_hal
Message-ID:  <201210312058.q9VKwO3O029393@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210312058.q9VKwO3O029393>