Changeset 45025 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Mar 13, 2013 4:45:15 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 84266
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r44795 r45025 2274 2274 /* pfnRelocate */ 2275 2275 pciR3Relocate, 2276 /* pfn IOCtl*/2276 /* pfnMemSetup */ 2277 2277 NULL, 2278 2278 /* pfnPowerOn */ … … 2634 2634 /* pfnRelocate */ 2635 2635 pcibridgeR3Relocate, 2636 /* pfn IOCtl*/2636 /* pfnMemSetup */ 2637 2637 NULL, 2638 2638 /* pfnPowerOn */ -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r44796 r45025 2823 2823 /* pfnRelocate */ 2824 2824 ich9pciRelocate, 2825 /* pfn IOCtl*/2825 /* pfnMemSetup */ 2826 2826 NULL, 2827 2827 /* pfnPowerOn */ … … 2879 2879 /* pfnRelocate */ 2880 2880 ich9pcibridgeRelocate, 2881 /* pfn IOCtl*/2881 /* pfnMemSetup */ 2882 2882 NULL, 2883 2883 /* pfnPowerOn */
Note:
See TracChangeset
for help on using the changeset viewer.