Changeset 32967 in vbox for trunk/src/VBox/Devices/Network/DevPCNet.cpp
- Timestamp:
- Oct 7, 2010 8:35:29 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DevPCNet.cpp
r32964 r32967 2636 2636 * CSR0.TINT right after it was set by the device. The driver waits until 2637 2637 * CSR0.TINT is set again but this will never happen. So prevent clearing 2638 * this bit as long as the driver didn't read it. */2638 * this bit as long as the driver didn't read it. xtracker #5288. */ 2639 2639 pThis->aCSR[0] |= 0x0200; /* set TINT */ 2640 2640 /* Don't allow the guest to clear TINT before reading it */
Note:
See TracChangeset
for help on using the changeset viewer.