VirtualBox

Ignore:
Timestamp:
Feb 6, 2013 2:10:37 PM (12 years ago)
Author:
vboxsync
Message:

Fixed hungarian typos in MSI registration code. Some E1000 prefix adjustments.

File:
1 edited

Legend:

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

    r44465 r44571  
    79957995
    79967996#ifdef VBOX_WITH_MSI_DEVICES
    7997     PDMMSIREG aMsiReg;
    7998 
    7999     RT_ZERO(aMsiReg);
    8000     aMsiReg.cMsiVectors = 1;
    8001     aMsiReg.iMsiCapOffset = 0x80;
    8002     aMsiReg.iMsiNextOffset = 0x70;
    8003     rc = PDMDevHlpPCIRegisterMsi(pDevIns, &aMsiReg);
    8004     if (RT_FAILURE (rc))
     7997    PDMMSIREG MsiReg;
     7998    RT_ZERO(MsiReg);
     7999    MsiReg.cMsiVectors    = 1;
     8000    MsiReg.iMsiCapOffset  = 0x80;
     8001    MsiReg.iMsiNextOffset = 0x70;
     8002    rc = PDMDevHlpPCIRegisterMsi(pDevIns, &MsiReg);
     8003    if (RT_FAILURE(rc))
    80058004    {
    80068005        LogRel(("Chipset cannot do MSI: %Rrc\n", rc));
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