Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Aug 2010 16:06:07 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r211627 - user/adrian/if_ath_devel/sys/dev/ath/ath_hal
Message-ID:  <201008221606.o7MG67mx008327@svn.freebsd.org>

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



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