mirror of
https://github.com/dingusdev/dingusppc.git
synced 2026-04-24 12:17:35 +00:00
atadefs: Add KeyLargo ATA interrupt register note.
This commit is contained in:
@@ -56,7 +56,8 @@ enum ATA_Reg : int {
|
||||
COMMAND = 0x07, // command (write)
|
||||
ALT_STATUS = 0x16, // alt status (read)
|
||||
DEV_CTRL = 0x16, // device control (write)
|
||||
TIME_CONFIG = 0x20 // Apple ASIC specific timing configuration
|
||||
TIME_CONFIG = 0x20, // Apple ASIC specific timing configuration
|
||||
INT_REG = 0x30, // Iterrupt Register (read) 0x40 = int request (KeyLargo only)
|
||||
};
|
||||
|
||||
/** ATAPI specific register offsets. */
|
||||
|
||||
Reference in New Issue
Block a user