VirtualBox

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


Ignore:
Timestamp:
Jun 27, 2011 7:07:48 AM (14 years ago)
Author:
vboxsync
Message:

Network/DevE1000: some note.

File:
1 edited

Legend:

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

    r37636 r37643  
    42754275            //pState->iStatIntLostOne = 0;
    42764276            rc = s_e1kRegMap[index].pfnRead(pState, uOffset & 0xFFFFFFFC, index, &u32) & mask;
     4277            /** r=vasily
     4278             * Looks like a typo, probably expected smth. like:
     4279             * rc = s_e1kRegMap[index].pfnRead(pState, uOffset & 0xFFFFFFFC, index, &u32);
     4280             * u32 &= mask;
     4281             */
    42774282            //e1kCsLeave(pState);
    42784283            e1kMutexRelease(pState);
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