Changeset 622 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Device/IDE
- Timestamp:
- Dec 16, 2021, 5:46:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS/Src/Device/IDE/IdeDPT.asm
r618 r622 135 135 ; We have detected 32-bit controller so change Device Type since 136 136 ; it might have been set to 16-bit on IDEVARS 137 ; 138 ; Change to 32-bit on 386 builds only. We leave AT builds unchanged for faster troubleshooting 139 ; and for uncommon systems, like IBM 486SLC2 processors that can have VLB motherboard even though 140 ; the IBM 486SLC2 is externally 16-bit CPU 137 141 .ChangeTo32bitDevice: 142 %ifdef USE_386 138 143 mov BYTE [di+DPT_ATA.bDevice], DEVICE_32BIT_ATA 144 %endif 139 145 .NoAdvancedControllerDetected: 140 146 %endif ; MODULE_ADVANCED_ATA 141 147 142 143 ; End DPT 148 ; End DPT 144 149 clc 145 150 ret
Note:
See TracChangeset
for help on using the changeset viewer.