mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
correct HAL_INT_BNR comment, this bit is mapped directly the h/w now
This commit is contained in:
parent
210411e0f1
commit
3f51a18229
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192401
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user