- Timestamp:
- Apr 28, 2014 2:31:32 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r49813 r51155 1549 1549 { 1550 1550 Log(("#%d pcnetStop:\n", PCNET_INST_NR)); 1551 pThis->aCSR[0] &= ~0x7feb; 1552 pThis->aCSR[0] |= 0x0014; 1551 pThis->aCSR[0] = 0x0004; 1553 1552 pThis->aCSR[4] &= ~0x02c2; 1554 1553 pThis->aCSR[5] &= ~0x0011;
Note:
See TracChangeset
for help on using the changeset viewer.