Changeset 542 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src/Initialization/AdvancedAta
- 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/Initialization/AdvancedAta/Vision.asm
r534 r542 41 41 in al, QD65XX_BASE_PORT + QD65XX_CONFIG_REGISTER_in 42 42 43 %if 043 %ifdef DANGEROUS_DETECTION 44 44 ; Checking alternative base port is currently commented away 45 45 ; since Intel PIIX4 south bridge mirrors Interrupt Controller registers … … 51 51 or dl, QD65XX_ALTERNATIVE_BASE_PORT 52 52 in al, QD65XX_ALTERNATIVE_BASE_PORT + QD65XX_CONFIG_REGISTER_in 53 %endif ; 053 %endif ; DANGEROUS_DETECTION 54 54 ; Fall to IsConfigRegisterWithIDinAL 55 55 … … 65 65 ; Nothing 66 66 ;-------------------------------------------------------------------- 67 ;IsConfigRegisterWithIDinAL:67 IsConfigRegisterWithIDinAL: 68 68 mov ah, al 69 69 and al, MASK_QDCONFIG_CONTROLLER_ID
Note:
See TracChangeset
for help on using the changeset viewer.