Changeset 79493 in vbox
- Timestamp:
- Jul 3, 2019 12:00:43 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131757
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevVirtioSCSI.cpp
r79492 r79493 16 16 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 17 17 */ 18 18 19 19 20 /********************************************************************************************************************************* … … 41 42 #include "VBoxDD.h" 42 43 44 43 45 /********************************************************************************************************************************* 44 46 * Structures and Typedefs * … … 523 525 524 526 525 LogFunc(("Register PCI device \n"));527 LogFunc(("Register PCI device and map mmio and ports\n")); 526 528 rc = PDMDevHlpPCIRegister(pDevIns, &pThis->dev); 527 529 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.