VirtualBox

Changeset 64406 in vbox for trunk/include/VBox/vmm/pdmdev.h


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

PDMPCIDEVREG_DEV_NO_SAME_AS_PREV: Extended the search to previous PDM device instances in order to make it easier to do one PCI function per instance.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/pdmdev.h

    r64387 r64406  
    23442344# define PDMPCIDEVREG_CFG_NEXT              UINT32_MAX
    23452345/** Same device number as the previous PCI device registered with the PDM device.
    2346  * This is handy when registering multiple PCI device functions
    2347  * and the device number is left up to the PCI bus. */
     2346 * This is handy when registering multiple PCI device functions and the device
     2347 * number is left up to the PCI bus.  In order to facilitate on PDM device
     2348 * instance for each PCI function, this searches earlier PDM device
     2349 * instances as well. */
    23482350# define PDMPCIDEVREG_DEV_NO_SAME_AS_PREV   UINT8_C(0xfd)
    23492351/** Use the first unused device number (all functions must be unused). */
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