Skip to content

Commit 3c04320

Browse files
joevtdingusdev
authored andcommitted
atadefs: Add KeyLargo ATA interrupt register note.
1 parent ebc2fcf commit 3c04320

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

devices/common/ata/atadefs.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ enum ATA_Reg : int {
5656
COMMAND = 0x07, // command (write)
5757
ALT_STATUS = 0x16, // alt status (read)
5858
DEV_CTRL = 0x16, // device control (write)
59-
TIME_CONFIG = 0x20 // Apple ASIC specific timing configuration
59+
TIME_CONFIG = 0x20, // Apple ASIC specific timing configuration
60+
INT_REG = 0x30, // Iterrupt Register (read) 0x40 = int request (KeyLargo only)
6061
};
6162

6263
/** ATAPI specific register offsets. */

0 commit comments

Comments
 (0)