Changeset 82041 in vbox for trunk/src/VBox/Devices/PC
- Timestamp:
- Nov 20, 2019 6:58:22 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 134845
- Location:
- trunk/src/VBox/Devices/PC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/PC/DevIoApic.cpp
r81958 r82041 1405 1405 /* .uReserved0 = */ 0, 1406 1406 /* .szName = */ "ioapic", 1407 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 1407 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE 1408 | PDM_DEVREG_FLAGS_REQUIRE_R0 | PDM_DEVREG_FLAGS_REQUIRE_RC, 1408 1409 /* .fClass = */ PDM_DEVREG_CLASS_PIC, 1409 1410 /* .cMaxInstances = */ 1, -
trunk/src/VBox/Devices/PC/DevPIC.cpp
r81924 r82041 1031 1031 /* .uReserved0 = */ 0, 1032 1032 /* .szName = */ "i8259", 1033 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE, 1033 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ | PDM_DEVREG_FLAGS_NEW_STYLE 1034 | PDM_DEVREG_FLAGS_REQUIRE_R0 | PDM_DEVREG_FLAGS_REQUIRE_RC, 1034 1035 /* .fClass = */ PDM_DEVREG_CLASS_PIC, 1035 1036 /* .cMaxInstances = */ 1,
Note:
See TracChangeset
for help on using the changeset viewer.