VirtualBox

Changeset 30333 in vbox for trunk


Ignore:
Timestamp:
Jun 21, 2010 2:10:36 PM (15 years ago)
Author:
vboxsync
Message:

E1000: properly disconnect the network cable if the guest driver was not yet loaded

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r30013 r30333  
    49854985    bool fNewUp = enmState == PDMNETWORKLINKSTATE_UP;
    49864986
    4987     if (fNewUp != fOldUp)
     4987    if (   fNewUp != fOldUp
     4988        || (!fNewUp && pState->fCableConnected)) /* old state was connected but STATUS not
     4989                                                  * yet written by guest */
    49884990    {
    49894991        if (fNewUp)
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