mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
correct HAL_INT_BNR comment, this bit is mapped directly the h/w now
This commit is contained in:
parent
210411e0f1
commit
3f51a18229
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue