Changeset 41826 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Jun 19, 2012 2:17:41 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 78651
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r41825 r41826 4625 4625 /** 4626 4626 * Reads data via bus mastering, if enabled. If no bus mastering is available, 4627 * this function does nothing and returns VINF_ NOT_SUPPORTED.4627 * this function does nothing and returns VINF_PGM_PCI_PHYS_READ_BM_DISABLED. 4628 4628 * 4629 4629 * @return IPRT status code. … … 4649 4649 /** 4650 4650 * Writes data via bus mastering, if enabled. If no bus mastering is available, 4651 * this function does nothing and returns VINF_ NOT_SUPPORTED.4651 * this function does nothing and returns VINF_PGM_PCI_PHYS_WRITE_BM_DISABLED. 4652 4652 * 4653 4653 * @return IPRT status code.
Note:
See TracChangeset
for help on using the changeset viewer.