Changeset 22587 in vbox for trunk/src/VBox/Devices/Network
- Timestamp:
- Aug 31, 2009 6:57:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r22555 r22587 4532 4532 Phy::setLinkStatus(&pState->phy, false); 4533 4533 e1kRaiseInterrupt(pState, VERR_SEM_BUSY, ICR_LSC); 4534 /* Restore the link back in half a second. */4534 /* Restore the link back in five seconds. */ 4535 4535 e1kArmTimer(pState, pState->pLUTimer, 5000000); 4536 4536 }
Note:
See TracChangeset
for help on using the changeset viewer.