Changeset 276 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Feb 28, 2012, 2:21:03 PM (13 years ago)
- google:author:
- aitotat@gmail.com
- Location:
- trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeCommand.asm
r267 r276 129 129 130 130 ; Output Sector Address High (only used by LBA48) 131 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt] 131 eMOVZX ax, BYTE [bp+IDEPACK.bLbaLowExt] ; Zero sector count 132 132 mov cx, [bp+IDEPACK.wLbaMiddleAndHighExt] 133 133 call IDEDEVICE%+OutputSectorCountAndAddress -
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.