Changeset 88 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.asm
- Timestamp:
- Jan 27, 2011, 8:14:13 AM (14 years ago)
- google:author:
- aitotat
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Handlers/Int13h/AH25h_HDrvID.asm
r3 r88 1 ; File name : AH25h_HDrvID.asm 2 ; Project name : IDE BIOS 3 ; Created date : 24.10.2009 4 ; Last update : 14.4.2010 5 ; Author : Tomi Tilli 1 ; Project name : XTIDE Universal BIOS 6 2 ; Description : Int 13h function AH=25h, Get Drive Information. 7 3 … … 91 87 mov al, HCMD_ID_DEV ; Load Identify Device command to AL 92 88 out dx, al ; Output command 93 call SoftDelay_BeforePollingStatusRegister94 89 call HStatus_WaitDrqDefTime ; Wait until ready to transfer (no IRQ!) 95 90 jc SHORT .Return ; Return if error
Note:
See TracChangeset
for help on using the changeset viewer.