VirtualBox

儲存庫 vbox 的更動 12565


忽略:
時間撮記:
2008-9-18 下午12:31:04 (16 年 以前)
作者:
vboxsync
訊息:

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

位置:
trunk
檔案:
修改 4 筆資料

圖例:

未更動
新增
刪除
  • trunk/Config.kmk

    r12544 r12565  
    355355# Enables all the doxgen bits.
    356356VBOX_WITH_ALL_DOXYGEN_TARGETS = 1
     357# Enable BusLogic SCSI host adapter
     358VBOX_WITH_BUSLOGIC = 1
     359# Enable SCSI drivers
     360VBOX_WITH_SCSI = 1
    357361# Enables the Python<->XPCOM and later Python<->COM bindings.
    358362# (Current not enabled by default because all the build servers has
     
    608612 VBOX_WITH_AHCI=
    609613 VBOX_WITH_PDM_ASYNC_COMPLETION=
     614 VBOX_WITH_BUSLOGIC=
     615 VBOX_WITH_SCSI=
    610616 # branding
    611617 VBOX_BRAND_BIOS_LOGO          := $(PATH_ROOT)/src/VBox/Devices/Graphics/BIOS/ose_logo.bmp
     
    10211027ifdef VBOX_PATH_APP_DOCS
    10221028 DEFS += RTPATH_APP_DOCS=\"$(VBOX_PATH_APP_DOCS)\"
     1029endif
     1030ifdef VBOX_WITH_SCSI # Needed to compile the BIOS if SCSI is enabled
     1031 DEFS += VBOX_WITH_SCSI
    10231032endif
    10241033## @todo eliminate these guys.
  • 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#
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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