Changeset 542 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device
- Timestamp:
- Apr 15, 2013, 4:03:33 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm
r526 r542 70 70 71 71 and ah, 0Fh ; Limit bits for LBA28 72 call AccessDPT_GetDriveSelectByte ForEbiosToAL72 call AccessDPT_GetDriveSelectByteToAL 73 73 or al, ah 74 74 mov [bp+IDEPACK.bDrvAndHead], al … … 108 108 push bx 109 109 call Address_OldInt13hAddressToIdeAddress 110 call AccessDPT_GetDriveSelectByte ForOldInt13hToAL110 call AccessDPT_GetDriveSelectByteToAL 111 111 or al, bh ; AL now has Drive and Head Select Byte 112 112 mov [bp+IDEPACK.bDrvAndHead], al … … 150 150 ; Drive and Head select byte 151 151 and ah, MASK_DRVNHEAD_HEAD ; Keep head bits only 152 call AccessDPT_GetDriveSelectByte ForOldInt13hToAL152 call AccessDPT_GetDriveSelectByteToAL 153 153 or al, ah 154 154 mov [bp+IDEPACK.bDrvAndHead], al
Note:
See TracChangeset
for help on using the changeset viewer.