VirtualBox

Changeset 7066 in vbox


Ignore:
Timestamp:
Feb 21, 2008 7:35:02 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
28303
Message:

leftover

File:
1 edited

Legend:

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

    r7065 r7066  
    27362736    STAM_COUNTER_INC(&pData->StatMIIReads);
    27372737
    2738     autoneg = (pData->aBCR[BCR_MIICAS] & 0x20) != 0 /*|| (pData->aMII[0] & 0x1000)*/;
     2738    autoneg = (pData->aBCR[BCR_MIICAS] & 0x20) != 0;
    27392739    duplex  = (pData->aBCR[BCR_MIICAS] & 0x10) != 0;
    27402740    fast    = (pData->aBCR[BCR_MIICAS] & 0x08) != 0;
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