VirtualBox

Changeset 51155 in vbox for trunk/src


Ignore:
Timestamp:
Apr 28, 2014 2:31:32 PM (11 years ago)
Author:
vboxsync
Message:

DevPCNet: Correct CSR0 state on reset.

File:
1 edited

Legend:

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

    r49813 r51155  
    15491549{
    15501550    Log(("#%d pcnetStop:\n", PCNET_INST_NR));
    1551     pThis->aCSR[0] &= ~0x7feb;
    1552     pThis->aCSR[0] |=  0x0014;
     1551    pThis->aCSR[0]  =  0x0004;
    15531552    pThis->aCSR[4] &= ~0x02c2;
    15541553    pThis->aCSR[5] &= ~0x0011;
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