VirtualBox

Changeset 1696 in vbox


Ignore:
Timestamp:
Mar 26, 2007 8:57:50 AM (18 years ago)
Author:
vboxsync
Message:

Raw disk driver is not supported on L4.

File:
1 edited

Legend:

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

    r1695 r1696  
    167167    if (VBOX_FAILURE(rc))
    168168        return rc;
     169#ifndef __L4ENV__
    169170    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvHostHDD);
    170171    if (VBOX_FAILURE(rc))
    171172        return rc;
     173#endif
    172174#ifdef VBOX_WITH_ISCSI
    173175    rc = pCallbacks->pfnRegister(pCallbacks, &g_DrvISCSI);
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