VirtualBox

Ignore:
Timestamp:
Oct 24, 2017 7:18:49 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
118565
Message:

HostDrivers: scm updates

Location:
trunk/src/VBox/HostDrivers/VBoxNetAdp/win
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.cpp

    r65720 r69250  
    1313 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1414 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     15 *
     16 * The contents of this file may alternatively be used under the terms
     17 * of the Common Development and Distribution License Version 1.0
     18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     19 * VirtualBox OSE distribution, in which case the provisions of the
     20 * CDDL are applicable instead of those of the GPL.
     21 *
     22 * You may elect to license modified versions of this file under the
     23 * terms and conditions of either the GPL or the CDDL or both.
    1524 */
    1625
     
    148157    PVBOXNETADPGLOBALS pGlobals;
    149158    /** Adapter state in NDIS, used for assertions only */
    150     VBOXNETADPWIN_ADAPTER_STATE volatile enmAdapterState; // @todo do we need it really?
     159    VBOXNETADPWIN_ADAPTER_STATE volatile enmAdapterState; /// @todo do we need it really?
    151160    /** The trunk state. */
    152161    INTNETTRUNKIFSTATE volatile enmTrunkState;
     
    725734    Assert(pThis->MyPort.u32Version == INTNETTRUNKIFPORT_VERSION);
    726735
    727     // @todo Do we really need to handle this?
     736    /// @todo Do we really need to handle this?
    728737}
    729738
     
    853862            pAdapter->pSwitchPort = pSwitchPort;
    854863            *ppIfPort = &pAdapter->MyPort;
    855             NdisReleaseSpinLock(&g_VBoxNetAdpGlobals.Lock); // @todo too early? adp should have been connected by the time we do this
     864            NdisReleaseSpinLock(&g_VBoxNetAdpGlobals.Lock); /// @todo too early? adp should have been connected by the time we do this
    856865            Log(("vboxNetAdpWinFactoryCreateAndConnect: found matching adapter, name=%s\n", pszName));
    857866            vboxNetAdpWinReportCapabilities(pAdapter);
    858             // @todo I guess there is no need in vboxNetAdpWinRegisterIpAddrNotifier(pThis);
     867            /// @todo I guess there is no need in vboxNetAdpWinRegisterIpAddrNotifier(pThis);
    859868            LogFlow(("<==vboxNetAdpWinFactoryCreateAndConnect: return VINF_SUCCESS\n"));
    860869            return VINF_SUCCESS;
     
    862871    }
    863872    NdisReleaseSpinLock(&pGlobals->Lock);
    864     // @todo vboxNetAdpLogErrorEvent(IO_ERR_INTERNAL_ERROR, STATUS_SUCCESS, 6);
     873    /// @todo vboxNetAdpLogErrorEvent(IO_ERR_INTERNAL_ERROR, STATUS_SUCCESS, 6);
    865874    LogFlow(("<==vboxNetAdpWinFactoryCreateAndConnect: return VERR_INTNET_FLT_IF_NOT_FOUND\n"));
    866875    return VERR_INTNET_FLT_IF_NOT_FOUND;
     
    12861295    {
    12871296        LogError(("vboxNetAdpWinPause: timed out while pausing the adapter\n"));
    1288         // @todo implement NDIS_STATUS_PENDING case? probably not.
     1297        /// @todo implement NDIS_STATUS_PENDING case? probably not.
    12891298    }
    12901299    enmPrevState = vboxNetAdpWinSetState(pThis, kVBoxNetAdpWinState_Paused);
     
    13031312    VBOXNETADPWIN_ADAPTER_STATE enmPrevState = vboxNetAdpWinSetState(pThis, kVBoxNetAdpWinState_Restarting);
    13041313    Assert(enmPrevState == kVBoxNetAdpWinState_Paused);
    1305     // @todo anything?
     1314    /// @todo anything?
    13061315    enmPrevState = vboxNetAdpWinSetState(pThis, kVBoxNetAdpWinState_Running);
    13071316    Assert(enmPrevState == kVBoxNetAdpWinState_Restarting);
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.h

    r62490 r69250  
    1313 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1414 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     15 *
     16 * The contents of this file may alternatively be used under the terms
     17 * of the Common Development and Distribution License Version 1.0
     18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     19 * VirtualBox OSE distribution, in which case the provisions of the
     20 * CDDL are applicable instead of those of the GPL.
     21 *
     22 * You may elect to license modified versions of this file under the
     23 * terms and conditions of either the GPL or the CDDL or both.
    1524 */
    1625#ifndef ___VBoxNetAdp_win_h___
  • trunk/src/VBox/HostDrivers/VBoxNetAdp/win/VBoxNetAdp-win.rc

    r62535 r69250  
    1313 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the
    1414 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.
     15 *
     16 * The contents of this file may alternatively be used under the terms
     17 * of the Common Development and Distribution License Version 1.0
     18 * (CDDL) only, as it comes in the "COPYING.CDDL" file of the
     19 * VirtualBox OSE distribution, in which case the provisions of the
     20 * CDDL are applicable instead of those of the GPL.
     21 *
     22 * You may elect to license modified versions of this file under the
     23 * terms and conditions of either the GPL or the CDDL or both.
    1524 */
    1625
Note: See TracChangeset for help on using the changeset viewer.

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