VirtualBox

Changeset 4140 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Aug 14, 2007 7:25:20 AM (17 years ago)
Author:
vboxsync
Message:

Write LED

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DevPCNet.cpp

    r4071 r4140  
    18701870
    18711871    STAM_PROFILE_ADV_START(&pData->StatTransmitSend, a);
     1872    pData->Led.Asserted.s.fWriting = pData->Led.Actual.s.fWriting = 1;
    18721873    pData->pDrv->pfnSend(pData->pDrv, pData->SendFrame.pvBuf, pData->SendFrame.cb);
     1874    pData->Led.Actual.s.fWriting = 0;
    18731875    STAM_PROFILE_ADV_STOP(&pData->StatTransmitSend, a);
    18741876
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