mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix up some more comments that were reversed.
Submitted by: Niklas Hallqvist <niklas@appli.se>
This commit is contained in:
parent
a6bc3edb3b
commit
84ad14e4a6
1 changed files with 2 additions and 2 deletions
|
|
@ -1044,8 +1044,8 @@ struct aac_close_command {
|
|||
*/
|
||||
|
||||
#define AAC_RX_IDBR 0x20 /* inbound doorbell register */
|
||||
#define AAC_RX_IISR 0x24 /* inbound interrupt mask register */
|
||||
#define AAC_RX_IIMR 0x28 /* inbound interrupt status register */
|
||||
#define AAC_RX_IISR 0x24 /* inbound interrupt status register */
|
||||
#define AAC_RX_IIMR 0x28 /* inbound interrupt mask register */
|
||||
#define AAC_RX_ODBR 0x2c /* outbound doorbell register */
|
||||
#define AAC_RX_OISR 0x30 /* outbound interrupt status register */
|
||||
#define AAC_RX_OIMR 0x34 /* outbound interrupt mask register */
|
||||
|
|
|
|||
Loading…
Reference in a new issue