Changeset 276 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm
- Timestamp:
- Feb 28, 2012, 2:21:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm
r258 r276 31 31 ;-------------------------------------------------------------------- 32 32 .StoreBlockMode: 33 mov al, 1 33 mov al, 1 ; Block mode will be enabled on AH=9h 34 34 mov ah, [es:si+ATA1.bBlckSize] ; Max block size in sectors 35 35 mov [di+DPT_ATA.wSetAndMaxBlock], ax
Note:
See TracChangeset
for help on using the changeset viewer.