svn commit: r211627 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal

Adrian Chadd adrian at FreeBSD.org
Sun Aug 22 16:06:07 UTC 2010


Author: adrian
Date: Sun Aug 22 16:06:07 2010
New Revision: 211627
URL: http://svn.freebsd.org/changeset/base/211627

Log:
  Commit the AR9100 device id.
  
  Obtained from:	Linux

Modified:
  user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ah_devid.h

Modified: user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ah_devid.h
==============================================================================
--- user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ah_devid.h	Sun Aug 22 16:04:20 2010	(r211626)
+++ user/adrian/if_ath_devel/sys/dev/ath/ath_hal/ah_devid.h	Sun Aug 22 16:06:07 2010	(r211627)
@@ -74,6 +74,7 @@
 /* AR5416 compatible devid's  */
 #define AR5416_DEVID_PCI	0x0023          /* AR5416 PCI (MB/CB) Owl */
 #define AR5416_DEVID_PCIE	0x0024          /* AR5416 PCI-E (XB) Owl */
+#define AR5416_DEVID_AR9100	0x000b		/* AR9100 (SoC) */
 #define AR9160_DEVID_PCI	0x0027          /* AR9160 PCI Sowl */
 #define AR9280_DEVID_PCI	0x0029          /* AR9280 PCI Merlin */
 #define AR9280_DEVID_PCIE	0x002a          /* AR9280 PCI-E Merlin */


More information about the svn-src-user mailing list