VirtualBox

Changeset 11410 in vbox for trunk


Ignore:
Timestamp:
Aug 13, 2008 9:01:32 PM (16 years ago)
Author:
vboxsync
Message:

BusLogic: initial commit

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/log.h

    r10540 r11410  
    8888    /** Audio Device group. */
    8989    LOG_GROUP_DEV_AUDIO,
     90    /** BusLogic SCSI host adapter group. */
     91    LOG_GROUP_DEV_BUSLOGIC,
    9092    /** DMA Controller group. */
    9193    LOG_GROUP_DEV_DMA,
     
    337339    "DEV_APIC",     \
    338340    "DEV_AUDIO",    \
     341    "DEV_BUSLOGIC", \
    339342    "DEV_DMA",      \
    340343    "DEV_E1000",    \
  • trunk/src/VBox/Devices/Builtins.cpp

    r11266 r11410  
    142142        return rc;
    143143#endif
     144#ifdef VBOX_WITH_BUSLOGIC
     145    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceBusLogic);
     146    if (VBOX_FAILURE(rc))
     147        return rc;
     148#endif
    144149
    145150    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/Builtins.h

    r8155 r11410  
    6363extern const PDMDEVREG g_DeviceAHCI;
    6464#endif
     65#ifdef VBOX_WITH_BUSLOGIC
     66extern const PDMDEVREG g_DeviceBusLogic;
     67#endif
     68
    6569
    6670extern const PDMDRVREG g_DrvMouseQueue;
  • trunk/src/VBox/Devices/Makefile.kmk

    r11171 r11410  
    142142ifdef VBOX_WITH_E1000
    143143 VBoxDD_DEFS           += VBOX_WITH_E1000
     144endif
     145ifdef VBOX_WITH_BUSLOGIC
     146 VBoxDD_DEFS           += VBOX_WITH_BUSLOGIC
    144147endif
    145148ifndef VBOX_OSE
     
    306309        Storage/DevAHCI.cpp \
    307310        Storage/ATAController.cpp
     311endif
     312
     313ifdef VBOX_WITH_BUSLOGIC
     314DevicesR3_DEFS         += VBOX_WITH_BUSLOGIC
     315DevicesR3_SOURCES      += \
     316        Storage/DevBusLogic.cpp
    308317endif
    309318
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