VirtualBox

Changeset 67678 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jun 29, 2017 8:16:37 AM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116497
Message:

DevAHCI: bugref:8907: we need to enable the PCI busmaster bit otherwise our BIOS can't boot now that our BIOS doesn't set the bit anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r65648 r67678  
    58615861    PCIDevSetVendorId    (&pThis->dev, 0x8086); /* Intel */
    58625862    PCIDevSetDeviceId    (&pThis->dev, 0x2829); /* ICH-8M */
    5863     PCIDevSetCommand     (&pThis->dev, 0x0000);
     5863    PCIDevSetCommand     (&pThis->dev, PCI_COMMAND_IOACCESS | PCI_COMMAND_MEMACCESS | PCI_COMMAND_BUSMASTER);
    58645864#ifdef VBOX_WITH_MSI_DEVICES
    58655865    PCIDevSetStatus      (&pThis->dev, VBOX_PCI_STATUS_CAP_LIST);
Note: See TracChangeset for help on using the changeset viewer.

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