VirtualBox

Changeset 12474 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Sep 15, 2008 7:02:54 PM (16 years ago)
Author:
vboxsync
Message:

Better fix for not working VMDK's with SATA, a missing define in the Main Makefile prevented async I/O. More checks in drvvdConstruct.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r12284 r12474  
    412412        $(if $(VBOX_WITH_WINMM),VBOX_WITH_WINMM,) \
    413413        $(if $(VBOX_WITH_CROSSBOW),VBOX_WITH_CROSSBOW,) \
    414         $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000,)
     414        $(if $(VBOX_WITH_E1000),VBOX_WITH_E1000,) \
     415        $(if $(VBOX_WITH_PDM_ASYNC_COMPLETION),VBOX_WITH_PDM_ASYNC_COMPLETION,)
    415416
    416417ifdef 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