Changeset 40282 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Feb 28, 2012 9:02:40 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76511
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevACPI.cpp
r40280 r40282 3368 3368 PDM_DEVREG_CLASS_ACPI, 3369 3369 /* cMaxInstances */ 3370 ~0 ,3370 ~0U, 3371 3371 /* cbInstance */ 3372 3372 sizeof(ACPIState), -
trunk/src/VBox/Devices/PC/DrvACPI.cpp
r35353 r40282 1015 1015 PDM_DRVREG_CLASS_ACPI, 1016 1016 /* cMaxInstances */ 1017 ~0 ,1017 ~0U, 1018 1018 /* cbInstance */ 1019 1019 sizeof(DRVACPI), -
trunk/src/VBox/Devices/PC/DrvAcpiCpu.cpp
r35353 r40282 105 105 PDM_DRVREG_CLASS_ACPI, 106 106 /* cMaxInstances */ 107 ~0 ,107 ~0U, 108 108 /* cbInstance */ 109 109 sizeof(PDMDRVINS),
Note:
See TracChangeset
for help on using the changeset viewer.