- Timestamp:
- Sep 18, 2008 12:31:04 PM (16 years ago)
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.cpp
r12559 r12565 262 262 return rc; 263 263 #endif 264 #ifdef VBOX_WITH_ BUSLOGIC264 #ifdef VBOX_WITH_SCSI 265 265 rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvSCSI); 266 266 if (VBOX_FAILURE(rc)) -
trunk/src/VBox/Devices/Builtins.h
r12559 r12565 100 100 #endif 101 101 102 #ifdef VBOX_WITH_ BUSLOGIC102 #ifdef VBOX_WITH_SCSI 103 103 extern const PDMDRVREG g_DrvSCSI; 104 104 extern const PDMDRVREG g_DrvSCSIHost; -
trunk/src/VBox/Devices/Makefile.kmk
r12551 r12565 838 838 endif #VBOX_WITH_PDM_ASYNC_COMPLETION 839 839 840 ifdef VBOX_WITH_ BUSLOGIC841 Drivers_DEFS += VBOX_WITH_ BUSLOGIC840 ifdef VBOX_WITH_SCSI 841 Drivers_DEFS += VBOX_WITH_SCSI 842 842 Drivers_SOURCES += \ 843 843 Storage/DrvSCSI.cpp 844 844 Drivers_SOURCES.linux += \ 845 845 Storage/DrvSCSIHost.cpp 846 endif # VBOX_WITH_ BUSLOGIC846 endif # VBOX_WITH_SCSI 847 847 848 848 #
Note:
See TracChangeset
for help on using the changeset viewer.