VirtualBox

儲存庫 vbox 的更動 37627


忽略:
時間撮記:
2011-6-24 下午12:04:55 (14 年 以前)
作者:
vboxsync
svn:sync-xref-src-repo-rev:
72473
訊息:

Devices/E1000: in the link up timer, don't automatically set the link state to "up" if the cable was disconnected since arming the timer

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Network/DevE1000.cpp

    r37324 r37627  
    28562856    E1KSTATE *pState = (E1KSTATE *)pvUser;
    28572857
     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
    28582866    if (RT_LIKELY(e1kMutexAcquire(pState, VERR_SEM_BUSY, RT_SRC_POS) == VINF_SUCCESS))
    28592867    {
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette