VirtualBox

Ignore:
Timestamp:
Oct 23, 2016 7:03:39 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
111478
Message:

PDM,Devices: Support for multiple PCI devices/function in a single PDM device.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevLPC.cpp

    r62995 r64373  
    316316    pThis->dev.config[0xf3] = RT_BYTE4(RCBA_BASE);
    317317
    318     rc = PDMDevHlpPCIRegister (pDevIns, &pThis->dev);
     318    rc = PDMDevHlpPCIRegisterEx(pDevIns, &pThis->dev, PDMPCIDEVREG_CFG_PRIMARY, PDMPCIDEVREG_F_NOT_MANDATORY_NO,
     319                                31 /*uPciDevNo*/, 0 /*uPciFunNo*/, "lpc");
    319320    if (RT_FAILURE(rc))
    320321        return rc;
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