VirtualBox

Changeset 13015 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Oct 6, 2008 3:33:33 PM (16 years ago)
Author:
vboxsync
Message:

mount/unmount notification unconditionally

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevATA.cpp

    r13010 r13015  
    51545154
    51555155    /*
    5156      * Just in case there was a medium inserted. Only required when attached to a physical drive
    5157      * in passthrough mode as in virtual ATAPI mode we've got an unmount notification.
     5156     * In case there was a medium inserted.
    51585157     */
    5159     if (pIf->fATAPIPassthrough)
    5160         ataMediumRemoved(pIf);
     5158    ataMediumRemoved(pIf);
    51615159}
    51625160
     
    53355333        rc = ataConfigLun(pDevIns, pIf);
    53365334        /*
    5337          * In case there is a new medium inserted. In virtual ATAPI mode we get an mount
    5338          * notification.
     5335         * In case there is a medium inserted.
    53395336         */
    5340         if (pIf->fATAPIPassthrough)
    5341             ataMediumInserted(pIf);
     5337        ataMediumInserted(pIf);
    53425338    }
    53435339    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