svn commit: r228893 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Mon Dec 26 08:21:30 UTC 2011


Author: adrian
Date: Mon Dec 26 08:21:29 2011
New Revision: 228893
URL: http://svn.freebsd.org/changeset/base/228893

Log:
  AR5416 has 14 GPIO pins, from 0->13.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Mon Dec 26 07:48:29 2011	(r228892)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Mon Dec 26 08:21:29 2011	(r228893)
@@ -865,7 +865,7 @@ ar5416FillCapabilityInfo(struct ath_hal 
 			;
 
 	pCap->halFastCCSupport = AH_TRUE;
-	pCap->halNumGpioPins = 6;
+	pCap->halNumGpioPins = 14;
 	pCap->halWowSupport = AH_FALSE;
 	pCap->halWowMatchPatternExact = AH_FALSE;
 	pCap->halBtCoexSupport = AH_FALSE;	/* XXX need support */


More information about the svn-src-head mailing list