Changeset 443 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm
- Timestamp:
- Aug 25, 2012, 2:48:40 PM (12 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/Idepack.asm
r421 r443 32 32 Idepack_FakeToSSBP: 33 33 pop ax 34 sub sp, BYTE EXTRA_BYTES_FOR_INTPACK34 sub sp, BYTE SIZE_OF_IDEPACK_WITHOUT_INTPACK 35 35 mov bp, sp 36 36 jmp ax … … 161 161 162 162 ; Device Control byte with interrupts disabled 163 call AccessDPT_GetDeviceControlByteToAL 164 or al, FLG_DEVCONTROL_nIEN ; Disable interrupt 165 mov [bp+IDEPACK.bDeviceControl], al 163 mov BYTE [bp+IDEPACK.bDeviceControl], FLG_DEVCONTROL_nIEN 166 164 167 165 jmp Device_OutputCommandWithParameters
Note:
See TracChangeset
for help on using the changeset viewer.