Fix up some more comments that were reversed.

Submitted by:	Niklas Hallqvist <niklas@appli.se>
This commit is contained in:
Mike Smith 2000-10-03 10:26:29 +00:00
parent a6bc3edb3b
commit 84ad14e4a6

View File

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