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

This commit is contained in:
Sam Leffler 2009-05-19 17:54:32 +00:00
parent 210411e0f1
commit 3f51a18229
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192401

View File

@ -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 */