Changeset 20631 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jun 16, 2009 2:03:45 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r20578 r20631 4741 4741 pThis->aCSR[0] |= RT_BIT(15) | RT_BIT(13); /* ERR | CERR (this is probably wrong) */ 4742 4742 pThis->Led.Asserted.s.fError = pThis->Led.Actual.s.fError = 1; 4743 TMTimerSetMillies(pThis->pTimerRestore, 20000);4743 TMTimerSetMillies(pThis->pTimerRestore, 5000); 4744 4744 } 4745 4745
Note:
See TracChangeset
for help on using the changeset viewer.