Changeset 81514 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Oct 24, 2019 11:25:11 AM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp
r81369 r81514 633 633 /* .uReserved0 = */ 0, 634 634 /* .szName = */ "oxpcie958uart", 635 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_R C | PDM_DEVREG_FLAGS_R0,635 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ, 636 636 /* .fClass = */ PDM_DEVREG_CLASS_SERIAL, 637 637 /* .cMaxInstances = */ ~0U, -
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r80704 r81514 471 471 /* .uReserved0 = */ 0, 472 472 /* .szName = */ "serial", 473 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_R C | PDM_DEVREG_FLAGS_R0,473 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RZ, 474 474 /* .fClass = */ PDM_DEVREG_CLASS_SERIAL, 475 475 /* .cMaxInstances = */ UINT32_MAX,
Note:
See TracChangeset
for help on using the changeset viewer.