- Timestamp:
- Aug 4, 2009 2:21:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 50657
- Location:
- trunk/src/VBox/Devices/Network
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r21363 r21958 5136 5136 e1kRaiseInterrupt(pState, ICR_LSC); 5137 5137 /* Restore the link back in 5 second. */ 5138 e1kArmTimer(pState, pState->pLUTimer, 5000000);5138 e1kArmTimer(pState, pState->pLUTimer, 20000000); 5139 5139 } 5140 5140 -
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r21522 r21958 4238 4238 pThis->aCSR[0] |= RT_BIT(15) | RT_BIT(13); /* ERR | CERR (this is probably wrong) */ 4239 4239 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); 4241 4241 AssertRC(rc); 4242 4242 }
Note:
See TracChangeset
for help on using the changeset viewer.