Changeset 35346 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Dec 27, 2010 4:13:13 PM (14 years ago)
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r34751 r35346 48 48 #define PCI_INCLUDE_PRIVATE 49 49 #include <VBox/pci.h> 50 #include <VBox/ pdmdev.h>50 #include <VBox/vmm/pdmdev.h> 51 51 #include <iprt/asm.h> 52 52 #include <iprt/assert.h> -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r35258 r35346 24 24 #include <VBox/pci.h> 25 25 #include <VBox/msi.h> 26 #include <VBox/ pdmdev.h>26 #include <VBox/vmm/pdmdev.h> 27 27 #include <iprt/asm.h> 28 28 #include <iprt/assert.h> … … 2358 2358 PCIDevSetWord(&pBus->aPciDev, 0x50, VBOX_PCI_CAP_ID_SSVID); 2359 2359 PCIDevSetDWord(&pBus->aPciDev, 0x54, 0x00000000); /* Subsystem vendor ids */ 2360 2360 2361 2361 pBus->aPciDev.pDevIns = pDevIns; 2362 2362 /* We register Host<->PCI controller on the bus */ -
trunk/src/VBox/Devices/Bus/DevPciRaw.cpp
r34876 r35346 20 20 *******************************************************************************/ 21 21 #define LOG_GROUP LOG_GROUP_DEV_PCI 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/log.h> 24 #include <VBox/ stam.h>24 #include <VBox/vmm/stam.h> 25 25 #include <iprt/assert.h> 26 26 #include <iprt/string.h> -
trunk/src/VBox/Devices/Bus/MsiCommon.cpp
r33419 r35346 20 20 #include <VBox/pci.h> 21 21 #include <VBox/msi.h> 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/log.h> 24 24 -
trunk/src/VBox/Devices/Bus/MsixCommon.cpp
r33317 r35346 20 20 #include <VBox/pci.h> 21 21 #include <VBox/msi.h> 22 #include <VBox/ pdmdev.h>22 #include <VBox/vmm/pdmdev.h> 23 23 #include <VBox/log.h> 24 #include <VBox/ mm.h>24 #include <VBox/vmm/mm.h> 25 25 26 26 #include <iprt/assert.h>
Note:
See TracChangeset
for help on using the changeset viewer.