- Timestamp:
- Aug 19, 2008 9:07:25 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.cpp
r11410 r11502 262 262 return rc; 263 263 #endif 264 #ifdef VBOX_WITH_BUSLOGIC 265 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvSCSI); 266 if (VBOX_FAILURE(rc)) 267 return rc; 268 #endif 264 269 265 270 return VINF_SUCCESS; -
trunk/src/VBox/Devices/Builtins.h
r11410 r11502 100 100 #endif 101 101 102 #ifdef VBOX_WITH_BUSLOGIC 103 extern const PDMDRVREG g_DrvSCSI; 104 #endif 105 102 106 __END_DECLS 103 107 -
trunk/src/VBox/Devices/Makefile.kmk
r11410 r11502 790 790 endif #VBOX_WITH_PDM_ASYNC_COMPLETION 791 791 792 ifdef VBOX_WITH_BUSLOGIC 793 Drivers_DEFS += VBOX_WITH_BUSLOGIC 794 Drivers_SOURCES += \ 795 Storage/DrvSCSI.cpp 796 endif # VBOX_WITH_BUSLOGIC 797 792 798 # 793 799 # Ring-0 Services (library, linked into VMMR0.r0)
Note:
See TracChangeset
for help on using the changeset viewer.