VirtualBox

Changeset 21958 in vbox for trunk


Ignore:
Timestamp:
Aug 4, 2009 2:21:46 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
50657
Message:

Network Devices: Changed the linkdown time from 5 sec => 20 sec because windows guest doesn't respond well with it.

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

Legend:

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

    r21363 r21958  
    51365136        e1kRaiseInterrupt(pState, ICR_LSC);
    51375137        /* Restore the link back in 5 second. */
    5138         e1kArmTimer(pState, pState->pLUTimer, 5000000);
     5138        e1kArmTimer(pState, pState->pLUTimer, 20000000);
    51395139    }
    51405140
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r21522 r21958  
    42384238        pThis->aCSR[0] |= RT_BIT(15) | RT_BIT(13); /* ERR | CERR (this is probably wrong) */
    42394239        pThis->Led.Asserted.s.fError = pThis->Led.Actual.s.fError = 1;
    4240         int rc = TMTimerSetMillies(pThis->pTimerRestore, 5000);
     4240        int rc = TMTimerSetMillies(pThis->pTimerRestore, 20000);
    42414241        AssertRC(rc);
    42424242    }
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