Changeset 410 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Apr 26, 2012, 1:46:54 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Hotkey Bar now support color attributes even when not including MODULE_BOOT_MENU.
  • Cleaned AH=09h code a bit.
  • MODULE_ADVANCED_ATA now properly changes the device type to 32-bit.
  • BSY and RDY timeouts are now 2500 ms.
File:
1 edited

Legend:

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

    r400 r410  
    3434TIMEOUT_DRDY            EQU     TIMEOUT_MOTOR_STARTUP
    3535%else
    36 TIMEOUT_BSY             EQU     (2000/55)   ; 2000 ms
    37 TIMEOUT_DRDY            EQU     (2000/55)   ; 2000 ms
     36TIMEOUT_BSY             EQU     (2500/55)   ; 2500 ms
     37TIMEOUT_DRDY            EQU     (2500/55)   ; 2500 ms
    3838%endif
    3939
Note: See TracChangeset for help on using the changeset viewer.