Changeset 26160 in vbox for trunk/src/VBox/Devices/PC/DevDMA.cpp
- Timestamp:
- Feb 2, 2010 6:23:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevDMA.cpp
r23987 r26160 875 875 876 876 /** 877 * Construct a device instance for a VM. 878 * 879 * @returns VBox status. 880 * @param pDevIns The device instance data. 881 * If the registration structure is needed, pDevIns->pDevReg points to it. 882 * @param iInstance Instance number. Use this to figure out which registers and such to use. 883 * The device number is also found in pDevIns->iInstance, but since it's 884 * likely to be freqently used PDM passes it as parameter. 885 * @param pCfgHandle Configuration node handle for the device. Use this to obtain the configuration 886 * of the device instance. It's also found in pDevIns->pCfgHandle, but like 887 * iInstance it's expected to be used a bit in this function. 877 * @interface_method_impl{PDMDEVREG,pfnConstruct} 888 878 */ 889 879 static DECLCALLBACK(int) dmaConstruct(PPDMDEVINS pDevIns,
Note:
See TracChangeset
for help on using the changeset viewer.