VirtualBox

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


Ignore:
Timestamp:
Oct 18, 2010 5:49:19 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
66758
Message:

AHCI: put MSI in place which allows to avoid conflicts

File:
1 edited

Legend:

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

    r33209 r33214  
    77187718#ifdef VBOX_WITH_MSI_DEVICES
    77197719    PCIDevSetStatus      (&pThis->dev, VBOX_PCI_STATUS_CAP_LIST);
    7720     PCIDevSetCapabilityList(&pThis->dev, 0x80);
     7720    PCIDevSetCapabilityList(&pThis->dev, 0xa0);
    77217721#else
    77227722    PCIDevSetCapabilityList(&pThis->dev, 0x70);
     
    77517751    PDMMSIREG aMsiReg;
    77527752    aMsiReg.cVectors = 1;
    7753     aMsiReg.iCapOffset = 0x80;
     7753    aMsiReg.iCapOffset = 0xa0;
    77547754    aMsiReg.iNextOffset = 0x70;
    77557755    aMsiReg.iMsiFlags = 0;
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