We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebc2fcf commit 3c04320Copy full SHA for 3c04320
1 file changed
devices/common/ata/atadefs.h
@@ -56,7 +56,8 @@ enum ATA_Reg : int {
56
COMMAND = 0x07, // command (write)
57
ALT_STATUS = 0x16, // alt status (read)
58
DEV_CTRL = 0x16, // device control (write)
59
- TIME_CONFIG = 0x20 // Apple ASIC specific timing configuration
+ TIME_CONFIG = 0x20, // Apple ASIC specific timing configuration
60
+ INT_REG = 0x30, // Iterrupt Register (read) 0x40 = int request (KeyLargo only)
61
};
62
63
/** ATAPI specific register offsets. */
0 commit comments