Changeset 534 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS/Src
- Timestamp:
- Apr 3, 2013, 7:50:11 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
r526 r534 40 40 mov dx, QD65XX_BASE_PORT 41 41 in al, QD65XX_BASE_PORT + QD65XX_CONFIG_REGISTER_in 42 43 %if 0 44 ; Checking alternative base port is currently commented away 45 ; since Intel PIIX4 south bridge mirrors Interrupt Controller registers 46 ; from Axh to Bxh. 42 47 call IsConfigRegisterWithIDinAL 43 48 je SHORT VisionControllerDetected … … 46 51 or dl, QD65XX_ALTERNATIVE_BASE_PORT 47 52 in al, QD65XX_ALTERNATIVE_BASE_PORT + QD65XX_CONFIG_REGISTER_in 53 %endif ; 0 48 54 ; Fall to IsConfigRegisterWithIDinAL 49 55 … … 59 65 ; Nothing 60 66 ;-------------------------------------------------------------------- 61 IsConfigRegisterWithIDinAL:67 ;IsConfigRegisterWithIDinAL: 62 68 mov ah, al 63 69 and al, MASK_QDCONFIG_CONTROLLER_ID
Note:
See TracChangeset
for help on using the changeset viewer.