VirtualBox

Changeset 78269 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 24, 2019 10:53:40 AM (6 years ago)
Author:
vboxsync
Message:

DevPcNet: Ignore the 'zeros' RMD field, it should be entirely unused (see bugref:1613)

File:
1 edited

Legend:

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

    r77132 r78269  
    951951
    952952/** Checks if it's a bad (as in invalid) RMD.*/
    953 #define IS_RMD_BAD(rmd)      ((rmd).rmd1.ones != 15 || (rmd).rmd2.zeros != 0)
     953#define IS_RMD_BAD(rmd)      ((rmd).rmd1.ones != 15)
    954954
    955955/** The network card is the owner of the RDTE/TDTE, actually it is this driver */
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