Changeset 444 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/DeviceIDE.inc


Ignore:
Timestamp:
Aug 28, 2012, 4:05:55 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Added XT-CF transfer functions for 80188/80186 and later.
  • XT-CF drive detection timeouts are now the same as for other controllers.
File:
1 edited

Legend:

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

    r432 r444  
    2727; Polling timeout delays (system timer ticks, 1 tick = 54.9 ms)
    2828TIMEOUT_DRQ             EQU     255         ;   14 s (some CF cards occasionally have long write delays)
    29 TIMEOUT_IDENTIFY_DEVICE EQU     (500/55)    ;  500 ms
     29TIMEOUT_SELECT_DRIVE_DURING_DRIVE_DETECTION EQU (500/55)    ;  500 ms
    3030TIMEOUT_MOTOR_STARTUP   EQU     (10000/55)  ;   10 s
    3131TIMEOUT_MAXIMUM         EQU     255         ; We would actually want 31 seconds here but I don't think there are so slow drives
Note: See TracChangeset for help on using the changeset viewer.