Changeset 505 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/IdeAutodetect.asm
- Timestamp:
- Feb 25, 2013, 4:23:09 PM (12 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Src/IdeAutodetect.asm
r504 r505 22 22 23 23 ;-------------------------------------------------------------------- 24 ; IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockIn CX24 ; IdeAutodetect_DetectIdeDeviceFromPortDXAndReturnControlBlockInSI 25 25 ; Parameters: 26 26 ; DX: IDE Base Port or segment address (Command Block) … … 193 193 jne SHORT .InvalidStatusRegister 194 194 195 ; Bytes were the same but it is possible they were both FFh, for 195 ; Bytes were the same but it is possible they were both FFh, for 196 196 ; example. We must make sure bits are what is expected from valid 197 197 ; IDE Status Register. So far all drives I've tested return 50h
Note:
See TracChangeset
for help on using the changeset viewer.