VirtualBox

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


Ignore:
Timestamp:
Aug 2, 2012 9:20:50 AM (12 years ago)
Author:
vboxsync
Message:

AHCI: Move MSI cap to its proper place.

File:
1 edited

Legend:

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

    r42393 r42522  
    78457845#ifdef VBOX_WITH_MSI_DEVICES
    78467846    PCIDevSetStatus      (&pThis->dev, VBOX_PCI_STATUS_CAP_LIST);
    7847     PCIDevSetCapabilityList(&pThis->dev, 0xa0);
     7847    PCIDevSetCapabilityList(&pThis->dev, 0x80);
    78487848#else
    78497849    PCIDevSetCapabilityList(&pThis->dev, 0x70);
     
    78857885    RT_ZERO(aMsiReg);
    78867886    aMsiReg.cMsiVectors = 1;
    7887     aMsiReg.iMsiCapOffset = 0xa0;
     7887    aMsiReg.iMsiCapOffset = 0x80;
    78887888    aMsiReg.iMsiNextOffset = 0x70;
    78897889    rc = PDMDevHlpPCIRegisterMsi(pDevIns, &aMsiReg);
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