VirtualBox

Changeset 101479 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Oct 17, 2023 2:38:54 PM (16 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
159551
Message:

Devices/Bus: Add PCI bridge support to the generic PCI ECAM bus (the PCI config space is the same as the ICH9 bridge as of now), bugref:10445 bugref:10528

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r101320 r101479  
    273273        return rc;
    274274
     275    rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePciGenericEcamBridge);
     276    if (RT_FAILURE(rc))
     277        return rc;
     278
    275279    rc = pCallbacks->pfnRegister(pCallbacks, &g_DevicePlatform);
    276280    if (RT_FAILURE(rc))
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r101320 r101479  
    241241extern const PDMDEVREG g_DeviceFlashCFI;
    242242extern const PDMDEVREG g_DevicePciGenericEcam;
     243extern const PDMDEVREG g_DevicePciGenericEcamBridge;
    243244extern const PDMDEVREG g_DevicePlatform;
    244245#endif
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