Changeset 432 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc


Ignore:
Timestamp:
Jun 15, 2012, 1:47:40 PM (12 years ago)
Author:
aitotat@…
google:author:
aitotat@gmail.com
Message:

Changes to XTIDE Universal BIOS:

  • Increased IDE software reset protocol timeout value from 10 to 14 seconds.
File:
1 edited

Legend:

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

    r414 r432  
    2929TIMEOUT_IDENTIFY_DEVICE EQU     (500/55)    ;  500 ms
    3030TIMEOUT_MOTOR_STARTUP   EQU     (10000/55)  ;   10 s
     31TIMEOUT_MAXIMUM         EQU     255         ; We would actually want 31 seconds here but I don't think there are so slow drives
    3132
    3233%ifdef MODULE_FEATURE_SETS
Note: See TracChangeset for help on using the changeset viewer.