Changeset 80704 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- Sep 10, 2019 3:19:39 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133244
- Location:
- trunk/src/VBox/Devices/Serial
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevOxPcie958.cpp
r80701 r80704 632 632 /* .uReserved0 = */ 0, 633 633 /* .szName = */ "oxpcie958uart", 634 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0 | PDM_DEVREG_FLAGS_MSI_X,634 /* .fFlags = */ PDM_DEVREG_FLAGS_DEFAULT_BITS | PDM_DEVREG_FLAGS_RC | PDM_DEVREG_FLAGS_R0, 635 635 /* .fClass = */ PDM_DEVREG_CLASS_SERIAL, 636 636 /* .cMaxInstances = */ ~0U, … … 640 640 /* .cbInstanceRC = */ 0, 641 641 /* .cMaxPciDevices = */ 1, 642 /* .cMaxMsixVectors = */ VBOX_MSIX_MAX_ENTRIES, 642 643 /* .pszDescription = */ "OXPCIe958 based UART controller.\n", 643 644 #if defined(IN_RING3) -
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r80703 r80704 479 479 /* .cbInstanceRC = */ 0, 480 480 /* .cMaxPciDevices = */ 0, 481 /* .cMaxMsixVectors = */ 0, 481 482 /* .pszDescription = */ "Serial Communication Port", 482 483 #if defined(IN_RING3)
Note:
See TracChangeset
for help on using the changeset viewer.