VirtualBox

Changeset 12565 in vbox for trunk/src


Ignore:
Timestamp:
Sep 18, 2008 12:31:04 PM (16 years ago)
Author:
vboxsync
Message:

Enable the BusLogic adapter by default and introduce VBOX_WITH_SCSI to compile DrvSCSI, DrvSCSIHost and the BIOS

Location:
trunk/src/VBox/Devices
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Builtins.cpp

    r12559 r12565  
    262262        return rc;
    263263#endif
    264 #ifdef VBOX_WITH_BUSLOGIC
     264#ifdef VBOX_WITH_SCSI
    265265    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvSCSI);
    266266    if (VBOX_FAILURE(rc))
  • trunk/src/VBox/Devices/Builtins.h

    r12559 r12565  
    100100#endif
    101101
    102 #ifdef VBOX_WITH_BUSLOGIC
     102#ifdef VBOX_WITH_SCSI
    103103extern const PDMDRVREG g_DrvSCSI;
    104104extern const PDMDRVREG g_DrvSCSIHost;
  • trunk/src/VBox/Devices/Makefile.kmk

    r12551 r12565  
    838838endif #VBOX_WITH_PDM_ASYNC_COMPLETION
    839839
    840 ifdef VBOX_WITH_BUSLOGIC
    841  Drivers_DEFS += VBOX_WITH_BUSLOGIC
     840ifdef VBOX_WITH_SCSI
     841 Drivers_DEFS += VBOX_WITH_SCSI
    842842 Drivers_SOURCES += \
    843843        Storage/DrvSCSI.cpp
    844844 Drivers_SOURCES.linux += \
    845845        Storage/DrvSCSIHost.cpp
    846 endif # VBOX_WITH_BUSLOGIC
     846endif # VBOX_WITH_SCSI
    847847
    848848#
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette