Changeset 364 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc
- Timestamp:
- Mar 27, 2012, 4:21:58 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc
r363 r364 5 5 6 6 ; PIO Minimum Cycle Times (t0) 7 ; Timings for Advanced modes 3 and 4 can be read from ATA info WORDs 67 and 68 7 ; Timings for Advanced Modes (3 and above) can be read from ATA info WORDs 67 and 68 8 ; Those usually have the same Cycle Time as below 8 9 PIO_0_MIN_CYCLE_TIME_NS EQU 600 9 10 PIO_1_MIN_CYCLE_TIME_NS EQU 383 … … 11 12 PIO_3_MIN_CYCLE_TIME_NS EQU 180 12 13 PIO_4_MIN_CYCLE_TIME_NS EQU 120 14 PIO_5_MIN_CYCLE_TIME_NS EQU 100 ; CF specification 15 PIO_6_MIN_CYCLE_TIME_NS EQU 80 ; CF specification 13 16 14 17 ; PIO Minimum Address Valid Times (t1) … … 18 21 PIO_3_MIN_ADDRESS_VALID_NS EQU 30 19 22 PIO_4_MIN_ADDRESS_VALID_NS EQU 25 23 PIO_5_MIN_ADDRESS_VALID_NS EQU 25 ; Could not find info 24 PIO_6_MIN_ADDRESS_VALID_NS EQU 25 ; Could not find info 20 25 21 26 ; PIO Minimum Active Times (t2) … … 25 30 PIO_3_MIN_ACTIVE_TIME_NS EQU 80 26 31 PIO_4_MIN_ACTIVE_TIME_NS EQU 70 32 PIO_5_MIN_ACTIVE_TIME_NS EQU 70 ; Could not find info 33 PIO_6_MIN_ACTIVE_TIME_NS EQU 70 ; Could not find info 27 34 28 35 ; PIO Minimum Recovery Times or Inactive Times (t2i) can be calculated
Note:
See TracChangeset
for help on using the changeset viewer.