Changeset 40282 in vbox for trunk/src/VBox/Devices/Bus
- Timestamp:
- Feb 28, 2012 9:02:40 PM (13 years ago)
- Location:
- trunk/src/VBox/Devices/Bus
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPCI.cpp
r40280 r40282 2566 2566 PDM_DEVREG_CLASS_BUS_PCI, 2567 2567 /* cMaxInstances */ 2568 ~0 ,2568 ~0U, 2569 2569 /* cbInstance */ 2570 2570 sizeof(PCIBUS), -
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r40280 r40282 2878 2878 PDM_DEVREG_CLASS_BUS_PCI, 2879 2879 /* cMaxInstances */ 2880 ~0 ,2880 ~0U, 2881 2881 /* cbInstance */ 2882 2882 sizeof(ICH9PCIBUS),
Note:
See TracChangeset
for help on using the changeset viewer.