Changeset 37627 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 24, 2011 12:04:55 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72473
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevE1000.cpp
r37324 r37627 2856 2856 E1KSTATE *pState = (E1KSTATE *)pvUser; 2857 2857 2858 /* 2859 * This can happen if we set the link status to down when the Link up timer was 2860 * already armed (shortly after e1kLoadDone() or when the cable was disconnected 2861 * and connect+disconnect the cable very quick. 2862 */ 2863 if (!pState->fCableConnected) 2864 return; 2865 2858 2866 if (RT_LIKELY(e1kMutexAcquire(pState, VERR_SEM_BUSY, RT_SRC_POS) == VINF_SUCCESS)) 2859 2867 {
Note:
See TracChangeset
for help on using the changeset viewer.