Changeset 45025 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Mar 13, 2013 4:45:15 PM (12 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r44626 r45025 2454 2454 /* pfnRelocate */ 2455 2455 apicR3Relocate, 2456 /* pfn IOCtl*/2456 /* pfnMemSetup */ 2457 2457 NULL, 2458 2458 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r44534 r45025 967 967 /* pfnRelocate */ 968 968 NULL, 969 /* pfn IOCtl*/969 /* pfnMemSetup */ 970 970 NULL, 971 971 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r44629 r45025 1487 1487 /* pfnRelocate */ 1488 1488 hpetR3Relocate, 1489 /* pfn IOCtl*/1489 /* pfnMemSetup */ 1490 1490 NULL, 1491 1491 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r44691 r45025 885 885 /* pfnRelocate */ 886 886 ioapicRelocate, 887 /* pfn IOCtl*/887 /* pfnMemSetup */ 888 888 NULL, 889 889 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r44693 r45025 361 361 /* pfnRelocate */ 362 362 NULL, 363 /* pfn IOCtl*/363 /* pfnMemSetup */ 364 364 NULL, 365 365 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r44801 r45025 1105 1105 /* pfnRelocate */ 1106 1106 picRelocate, 1107 /* pfn IOCtl*/1107 /* pfnMemSetup */ 1108 1108 NULL, 1109 1109 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevPcArch.cpp
r44705 r45025 250 250 /* pfnRelocate */ 251 251 NULL, 252 /* pfn IOCtl*/252 /* pfnMemSetup */ 253 253 NULL, 254 254 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r45024 r45025 1456 1456 /* pfnRelocate */ 1457 1457 NULL, 1458 /* pfn IOCtl*/1458 /* pfnMemSetup */ 1459 1459 pcbiosMemSetup, 1460 1460 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r44804 r45025 1320 1320 /* pfnRelocate */ 1321 1321 pitRelocate, 1322 /* pfn IOCtl*/1322 /* pfnMemSetup */ 1323 1323 NULL, 1324 1324 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r44810 r45025 1234 1234 /* pfnRelocate */ 1235 1235 rtcRelocate, 1236 /* pfn IOCtl*/1236 /* pfnMemSetup */ 1237 1237 NULL, 1238 1238 /* pfnPowerOn */ -
trunk/src/VBox/Devices/PC/DevSMC.cpp
r44805 r45025 600 600 /* pfnRelocate */ 601 601 NULL, 602 /* pfn IOCtl*/602 /* pfnMemSetup */ 603 603 NULL, 604 604 /* pfnPowerOn */
Note:
See TracChangeset
for help on using the changeset viewer.