VirtualBox

Changeset 11502 in vbox for trunk/src


Ignore:
Timestamp:
Aug 19, 2008 9:07:25 PM (16 years ago)
Author:
vboxsync
Message:

BusLogic SCSI: update, stub for generic SCSI request parsing and execution driver

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

Legend:

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

    r11410 r11502  
    262262        return rc;
    263263#endif
     264#ifdef VBOX_WITH_BUSLOGIC
     265    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvSCSI);
     266    if (VBOX_FAILURE(rc))
     267        return rc;
     268#endif
    264269
    265270    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/Builtins.h

    r11410 r11502  
    100100#endif
    101101
     102#ifdef VBOX_WITH_BUSLOGIC
     103extern const PDMDRVREG g_DrvSCSI;
     104#endif
     105
    102106__END_DECLS
    103107
  • trunk/src/VBox/Devices/Makefile.kmk

    r11410 r11502  
    790790endif #VBOX_WITH_PDM_ASYNC_COMPLETION
    791791
     792ifdef VBOX_WITH_BUSLOGIC
     793 Drivers_DEFS += VBOX_WITH_BUSLOGIC
     794 Drivers_SOURCES += \
     795        Storage/DrvSCSI.cpp
     796endif # VBOX_WITH_BUSLOGIC
     797
    792798#
    793799# Ring-0 Services (library, linked into VMMR0.r0)
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