VirtualBox

Changeset 52249 in vbox for trunk/src/VBox/Devices/build


Ignore:
Timestamp:
Jul 31, 2014 7:40:11 PM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
95332
Message:

USB: Initial xHCI device commit (WIP).

Location:
trunk/src/VBox/Devices/build
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/build/VBoxDD.cpp

    r51560 r52249  
    146146        return rc;
    147147#endif
     148#ifdef VBOX_WITH_XHCI_IMPL
     149    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceXHCI);
     150    if (RT_FAILURE(rc))
     151        return rc;
     152#endif
    148153#ifdef VBOX_ACPI
    149154    rc = pCallbacks->pfnRegister(pCallbacks, &g_DeviceACPI);
  • trunk/src/VBox/Devices/build/VBoxDD.h

    r51560 r52249  
    6161extern const PDMDEVREG g_DeviceOHCI;
    6262extern const PDMDEVREG g_DeviceEHCI;
     63extern const PDMDEVREG g_DeviceXHCI;
    6364extern const PDMDEVREG g_DeviceACPI;
    6465extern const PDMDEVREG g_DeviceDMA;
Note: See TracChangeset for help on using the changeset viewer.

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