VirtualBox

Changeset 5380 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Oct 19, 2007 10:10:45 AM (17 years ago)
Author:
vboxsync
Message:

AHCI: add ahci to build system (disabled by default)

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

Legend:

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

    r5184 r5380  
    120120    if (VBOX_FAILURE(rc))
    121121        return rc;
     122#ifdef VBOX_WITH_AHCI
     123    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceAHCI);
     124    if (VBOX_FAILURE(rc))
     125        return rc;
     126#endif
    122127
    123128    return VINF_SUCCESS;
  • trunk/src/VBox/Devices/Builtins.h

    r4144 r5380  
    4949extern const PDMDEVREG g_DeviceSerialPort;
    5050extern const PDMDEVREG g_DeviceParallelPort;
     51#ifdef VBOX_WITH_AHCI
     52extern const PDMDEVREG g_DeviceAHCI;
     53#endif
    5154
    5255extern const PDMDRVREG g_DrvMouseQueue;
  • trunk/src/VBox/Devices/Makefile.kmk

    r5212 r5380  
    191191        Serial/DevSerial.cpp \
    192192        Parallel/DevParallel.cpp
     193
     194ifdef VBOX_WITH_AHCI
     195DevicesR3_DEFS         += VBOX_WITH_AHCI
     196DevicesR3_SOURCES      += \
     197    Storage/DevAHCI.cpp
     198endif
    193199
    194200ifdef VBOX_WITH_USB
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