Changeset 64406 in vbox for trunk/include/VBox/vmm/pdmdev.h
- Timestamp:
- Oct 24, 2016 7:25:03 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 111518
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r64387 r64406 2344 2344 # define PDMPCIDEVREG_CFG_NEXT UINT32_MAX 2345 2345 /** 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. */ 2348 2350 # define PDMPCIDEVREG_DEV_NO_SAME_AS_PREV UINT8_C(0xfd) 2349 2351 /** Use the first unused device number (all functions must be unused). */
Note:
See TracChangeset
for help on using the changeset viewer.