VirtualBox

Changeset 101481 in vbox for trunk


Ignore:
Timestamp:
Oct 17, 2023 3:03:04 PM (12 months ago)
Author:
vboxsync
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 [add some missing doxygen]

File:
1 edited

Legend:

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

    r101479 r101481  
    9999
    100100
     101/**
     102 * Internal IRQ update worker for the root bus and bridges.
     103 *
     104 * @param   pDevIns     The PDM device instance updating the interrupt.
     105 * @param   pPciRoot    The PCI root bus.
     106 * @param   pBusCC      Current context PCI bus data.
     107 * @param   uDevFn      Device and function number of the device/bridge updating the interrupt on the root bus.
     108 * @param   pPciDev     The PCI device data of the device updating the interrupt.
     109 * @param   iIrq        The interrupt number or MSI message.
     110 * @param   iLevel      The level of the interrupt.
     111 * @param   uTagSrc     The source tag of the interrupt.
     112 */
    101113static void pciGenEcamSetIrqInternal(PPDMDEVINS pDevIns, PDEVPCIROOT pPciRoot, PDEVPCIBUSCC pBusCC,
    102114                                     uint8_t uDevFn, PPDMPCIDEV pPciDev, int iIrq, int iLevel, uint32_t uTagSrc)
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