Changeset 370 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc
- Timestamp:
- Mar 29, 2012, 4:40:50 PM (13 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Inc/ATA_ID.inc
r364 r370 21 21 PIO_3_MIN_ADDRESS_VALID_NS EQU 30 22 22 PIO_4_MIN_ADDRESS_VALID_NS EQU 25 23 PIO_5_MIN_ADDRESS_VALID_NS EQU 25 ; Could not find info24 PIO_6_MIN_ADDRESS_VALID_NS EQU 25 ; Could not find info23 PIO_5_MIN_ADDRESS_VALID_NS EQU 15 24 PIO_6_MIN_ADDRESS_VALID_NS EQU 10 25 25 26 26 ; PIO Minimum Active Times (t2) … … 30 30 PIO_3_MIN_ACTIVE_TIME_NS EQU 80 31 31 PIO_4_MIN_ACTIVE_TIME_NS EQU 70 32 PIO_5_MIN_ACTIVE_TIME_NS EQU 70 ; Could not find info33 PIO_6_MIN_ACTIVE_TIME_NS EQU 70 ; Could not find info32 PIO_5_MIN_ACTIVE_TIME_NS EQU 65 33 PIO_6_MIN_ACTIVE_TIME_NS EQU 55 34 34 35 35 ; PIO Minimum Recovery Times or Inactive Times (t2i) can be calculated 36 ; from Minimum Cycle Time (t0) - Minimum Active Time (t2) - Address Valid Time (t1). 36 ; from Minimum Cycle Time (t0) - Minimum Active Time (t2) - Address Valid Time (t1). 37 37 ; I'm not sure about this calculation so correct me if I'm wrong! 38 38 ; Recovery time should be calculated at run time since Cycle Time t0 can be … … 54 54 .wBpTrck resw 1 ; 4F, Number of unformatted bytes per track 55 55 .wBpSect resw 1 ; 5F, Number of unformatted bytes per sector 56 .wSPT resw 1 ; 6F, Number of sectors per track 56 .wSPT resw 1 ; 6F, Number of sectors per track 57 57 resw 3 ; 7...9X 58 58 .strSerial resb 20 ; 10...19F, Serial number (20 ASCII characters, 0000h=not specified) … … 136 136 resw 1 ; 4X 137 137 resw 1 ; 5X 138 .wSPT resw 1 ; 6F, Number of logical sectors per track 138 .wSPT resw 1 ; 6F, Number of logical sectors per track 139 139 resw 3 ; 7...9X 140 140 .strSerial resb 20 ; 10...19F, Serial number (20 ASCII characters, 0000h=not specified) … … 166 166 .bBlockSel resb 1 ; 59[0-7]V, Current setting for number of sectors that 167 167 ; can be transferred per interrupt on R/W multiple command 168 .bBlockFlgs resb 1 ; 59[8-15]VR, bit 0 set if Multiple sector setting is valid 168 .bBlockFlgs resb 1 ; 59[8-15]VR, bit 0 set if Multiple sector setting is valid 169 169 .dwLBACnt resd 1 ; 60...61F, Total number of user addressable sectors (LBA mode only) 170 170 .bSDMASupp resb 1 ; 62[0-7]F, Single word DMA transfer modes supported … … 172 172 .bMDMASupp resb 1 ; 63[0-7]F, Multiword DMA transfer modes supported 173 173 .bMDMAAct resb 1 ; 63[8-15]V, Multiword DMA transfer mode active 174 174 175 175 ; Words 64-70 are valid only if bit1 is set in .wFields (ATA2+) 176 176 .bPIOSupp resb 1 ; 64[0-7]F, Advanced PIO Transfer Modes Supported … … 220 220 resw 1 ; 4X 221 221 resw 1 ; 5X 222 resw 1 ; 6X, Obsolete (Number of logical sectors per track) 222 resw 1 ; 6X, Obsolete (Number of logical sectors per track) 223 223 resw 2 ; 7...8V, Reserved for assignment by the CompactFlash Association 224 224 resw 1 ; 9X
Note:
See TracChangeset
for help on using the changeset viewer.