VirtualBox

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


Ignore:
Timestamp:
May 20, 2010 11:46:09 AM (15 years ago)
Author:
vboxsync
Message:

Floppy disk controllers should use the host I/O cache by default too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/StorageControllerImpl.cpp

    r29480 r29686  
    144144    m->bd->mInstance = aInstance;
    145145    m->bd->mStorageBus = aStorageBus;
    146     if (aStorageBus != StorageBus_IDE)
     146    if (   aStorageBus != StorageBus_IDE
     147        && aStorageBus != StorageBus_Floppy)
    147148        m->bd->fUseHostIOCache = false;
    148149    else
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