VirtualBox

Changeset 80701 in vbox for trunk/src/VBox/Devices/Bus


Ignore:
Timestamp:
Sep 10, 2019 2:42:31 PM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
133241
Message:

PDM,Devices: Redefined uReserved1 to cMaxPciDevices in the PDMDEVREG structures and added PDM_DEVREG_FLAGS_MSI_X for indicating possible need for MSI-X. bugref:9218

Location:
trunk/src/VBox/Devices/Bus
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPCI.cpp

    r80531 r80701  
    14111411    /* .cbInstanceCC = */           0,
    14121412    /* .cbInstanceRC = */           0,
    1413     /* .uReserved1 = */             0,
     1413    /* .cMaxPciDevices = */         2,
    14141414    /* .pszDescription = */         "i440FX PCI bridge and PIIX3 ISA bridge.",
    14151415#if defined(IN_RING3)
     
    17541754    /* .cbInstanceCC = */           0,
    17551755    /* .cbInstanceRC = */           0,
    1756     /* .uReserved1 = */             0,
     1756    /* .cMaxPciDevices = */         1,
    17571757    /* .pszDescription = */         "82801 Mobile PCI to PCI bridge",
    17581758#if defined(IN_RING3)
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r80531 r80701  
    36053605    /* .cbInstanceCC = */           0,
    36063606    /* .cbInstanceRC = */           0,
    3607     /* .uReserved1 = */             0,
     3607    /* .cMaxPciDevices = */         1,
    36083608    /* .pszDescription = */         "ICH9 PCI bridge",
    36093609#if defined(IN_RING3)
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