Changeset 35353 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Dec 27, 2010 5:25:52 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 14 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r35346 r35353 33 33 #endif /* IN_RING3 */ 34 34 35 #include " ../Builtins.h"35 #include "VBoxDD.h" 36 36 37 37 #ifdef LOG_ENABLED -
trunk/src/VBox/Devices/PC/DevAPIC.cpp
r35346 r35353 35 35 #include <VBox/msi.h> 36 36 37 #include " Builtins2.h"37 #include "VBoxDD2.h" 38 38 39 39 #define MSR_IA32_APICBASE 0x1b -
trunk/src/VBox/Devices/PC/DevDMA.cpp
r35346 r35353 57 57 #include <stdlib.h> 58 58 59 #include " ../Builtins.h"60 #include " ../vl_vbox.h"59 #include "VBoxDD.h" 60 #include "vl_vbox.h" 61 61 typedef PFNDMATRANSFERHANDLER DMA_transfer_handler; 62 62 -
trunk/src/VBox/Devices/PC/DevFwCommon.cpp
r35346 r35353 35 35 #include <iprt/system.h> 36 36 37 #include " ../Builtins.h"38 #include " ../Builtins2.h"37 #include "VBoxDD.h" 38 #include "VBoxDD2.h" 39 39 #include "DevFwCommon.h" 40 40 -
trunk/src/VBox/Devices/PC/DevHPET.cpp
r35346 r35353 27 27 #include <iprt/string.h> 28 28 29 #include " ../Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/PC/DevLPC.cpp
r35346 r35353 54 54 #include <iprt/string.h> 55 55 56 #include " ../Builtins2.h"56 #include "VBoxDD2.h" 57 57 58 58 #define RCBA_BASE 0xFED1C000 -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r35346 r35353 25 25 #include <iprt/string.h> 26 26 27 #include " ../Builtins.h"27 #include "VBoxDD.h" 28 28 29 29 -
trunk/src/VBox/Devices/PC/DevPcArch.c
r35346 r35353 27 27 #include <iprt/string.h> 28 28 29 #include " ../Builtins.h"29 #include "VBoxDD.h" 30 30 31 31 -
trunk/src/VBox/Devices/PC/DevPcBios.cpp
r35346 r35353 35 35 #include <VBox/param.h> 36 36 37 #include " ../Builtins.h"38 #include " ../Builtins2.h"37 #include "VBoxDD.h" 38 #include "VBoxDD2.h" 39 39 #include "DevPcBios.h" 40 40 #include "DevFwCommon.h" -
trunk/src/VBox/Devices/PC/DevPit-i8254.cpp
r35346 r35353 57 57 #endif /* IN_RING3 */ 58 58 59 #include " ../Builtins.h"59 #include "VBoxDD.h" 60 60 61 61 -
trunk/src/VBox/Devices/PC/DevRTC.cpp
r35346 r35353 56 56 #endif /* IN_RING3 */ 57 57 58 #include " ../Builtins.h"58 #include "VBoxDD.h" 59 59 60 60 struct RTCState; -
trunk/src/VBox/Devices/PC/DevSMC.cpp
r35346 r35353 62 62 #endif 63 63 64 #include " ../Builtins2.h"64 #include "VBoxDD2.h" 65 65 66 66 -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r35346 r35353 56 56 #endif 57 57 58 #include " Builtins.h"58 #include "VBoxDD.h" 59 59 60 60 -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r35346 r35353 27 27 #include <iprt/uuid.h> 28 28 29 #include " Builtins.h"29 #include "VBoxDD.h" 30 30 31 31
Note:
See TracChangeset
for help on using the changeset viewer.