Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 May 2009 17:54:32 +0000 (UTC)
From:      Sam Leffler <sam@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r192401 - head/sys/dev/ath/ath_hal
Message-ID:  <200905191754.n4JHsWLN005537@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sam
Date: Tue May 19 17:54:32 2009
New Revision: 192401
URL: http://svn.freebsd.org/changeset/base/192401

Log:
  correct HAL_INT_BNR comment, this bit is mapped directly the h/w now

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Tue May 19 17:53:53 2009	(r192400)
+++ head/sys/dev/ath/ath_hal/ah.h	Tue May 19 17:54:32 2009	(r192401)
@@ -328,7 +328,7 @@ typedef enum {
 	HAL_INT_RXKCM	= 0x00008000,
 	HAL_INT_SWBA	= 0x00010000,
 	HAL_INT_BMISS	= 0x00040000,
-	HAL_INT_BNR	= 0x00100000,	/* Non-common mapping */
+	HAL_INT_BNR	= 0x00100000,
 	HAL_INT_TIM	= 0x00200000,	/* Non-common mapping */
 	HAL_INT_DTIM	= 0x00400000,	/* Non-common mapping */
 	HAL_INT_DTIMSYNC= 0x00800000,	/* Non-common mapping */



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