Changeset 158 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc


Ignore:
Timestamp:
May 2, 2011, 9:41:51 AM (13 years ago)
Author:
aitotat
google:author:
aitotat
Message:

Changes to XTIDE Universal BIOS:

  • Optimized few bytes.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Inc/IdeRegisters.inc

    r150 r158  
    1919STATUS_REGISTER_in              EQU     7       ; Read only
    2020COMMAND_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)
    2222
    2323; IDE Register offsets from Control Block base port
     
    5858; Bit definitions for IDE Device Control Register
    5959; 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+)
    6161;FLG_DEVCONTROL_O8H     EQU     (1<<3)  ; Drive has more than 8 heads (pre-ATA only, 1 on ATA1, reserved on ATA2+)
    6262FLG_DEVCONTROL_SRST     EQU     (1<<2)  ; Software Reset
Note: See TracChangeset for help on using the changeset viewer.