Changeset 158 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc
- Timestamp:
- May 2, 2011, 9:41:51 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc
r150 r158 19 19 STATUS_REGISTER_in EQU 7 ; Read only 20 20 COMMAND_REGISTER_out EQU 7 ; Write only 21 XTIDE_DATA_HIGH_REGISTER EQU 8 ; Non-standard (actually first Control Block reg)21 ;XTIDE_DATA_HIGH_REGISTER EQU 8 ; Non-standard (actually first Control Block reg) 22 22 23 23 ; IDE Register offsets from Control Block base port … … 58 58 ; Bit definitions for IDE Device Control Register 59 59 ; Bit 0 must be zero, unlisted bits are reserved. 60 FLG_DEVCONTROL_HOB EQU (1<<7) ; High Order Byte (ATA6+)60 ;FLG_DEVCONTROL_HOB EQU (1<<7) ; High Order Byte (ATA6+) 61 61 ;FLG_DEVCONTROL_O8H EQU (1<<3) ; Drive has more than 8 heads (pre-ATA only, 1 on ATA1, reserved on ATA2+) 62 62 FLG_DEVCONTROL_SRST EQU (1<<2) ; Software Reset
Note:
See TracChangeset
for help on using the changeset viewer.