VirtualBox

Changeset 42809 in vbox for trunk/src/VBox/Devices/PC/BIOS


Ignore:
Timestamp:
Aug 14, 2012 2:39:23 PM (12 years ago)
Author:
vboxsync
Message:

BIOS: Enumerate AHCI drives before SCSI for compatibility.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/BIOS/orgs.asm

    r42770 r42809  
    460460                call    _ata_detect
    461461
     462ifdef VBOX_WITH_AHCI
     463                ; AHCI driver setup
     464                call    _ahci_init
     465endif
     466
    462467ifdef VBOX_WITH_SCSI
    463468                ; SCSI driver setup
    464469                call    _scsi_init
    465 endif
    466 
    467 ifdef VBOX_WITH_AHCI
    468                 ; AHCI driver setup
    469                 call    _ahci_init
    470470endif
    471471
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette