- Timestamp:
- Aug 19, 2018 4:58:49 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 124450
- Location:
- trunk/src/VBox/Devices/build
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/build/VBoxDD.cpp
r73135 r73767 160 160 if (RT_FAILURE(rc)) 161 161 return rc; 162 #ifdef VBOX_WITH_NEW_SERIAL163 162 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceOxPcie958); 164 163 if (RT_FAILURE(rc)) 165 164 return rc; 166 #endif167 165 rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceParallelPort); 168 166 if (RT_FAILURE(rc)) -
trunk/src/VBox/Devices/build/VBoxDD.h
r73135 r73767 67 67 extern const PDMDEVREG g_DeviceFloppyController; 68 68 extern const PDMDEVREG g_DeviceSerialPort; 69 #ifdef VBOX_WITH_NEW_SERIAL70 69 extern const PDMDEVREG g_DeviceOxPcie958; 71 #endif72 70 extern const PDMDEVREG g_DeviceParallelPort; 73 71 #ifdef VBOX_WITH_AHCI
Note:
See TracChangeset
for help on using the changeset viewer.