VirtualBox

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


Ignore:
Timestamp:
Aug 17, 2023 12:52:48 PM (16 months ago)
Author:
vboxsync
Message:

Devices/Bus/DevPciIch9: Initialize the PCI bus type with the correct enum, r158637 regression

File:
1 edited

Legend:

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

    r100766 r100897  
    33683368    pPciRoot->hIoPortMagic          = NIL_IOMIOPORTHANDLE;
    33693369    pPciRoot->hMmioMcfg             = NIL_IOMMMIOHANDLE;
    3370     pPciRoot->PciBus.enmType        = DEVPCIBUSTYPE_GENERIC_ECAM;
     3370    pPciRoot->PciBus.enmType        = DEVPCIBUSTYPE_ICH9;
    33713371    pPciRoot->PciBus.fPureBridge    = false;
    33723372    pPciRoot->PciBus.papBridgesR3   = (PPDMPCIDEV *)PDMDevHlpMMHeapAllocZ(pDevIns, sizeof(PPDMPCIDEV) * RT_ELEMENTS(pPciRoot->PciBus.apDevices));
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