Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Dec 2011 08:21:29 +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: r228893 - head/sys/dev/ath/ath_hal/ar5416
Message-ID:  <201112260821.pBQ8LTF8096727@svn.freebsd.org>

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



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