Changeset 37094 in vbox for trunk/src/VBox/Devices/Serial
- Timestamp:
- May 16, 2011 6:56:22 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerial.cpp
r35772 r37094 278 278 f->count++; 279 279 else if (fifo == XMIT_FIFO) /* need to at least adjust tail to maintain pipe state consistency */ 280 280 ++f->tail; 281 281 else if (fifo == RECV_FIFO) 282 282 s->lsr |= UART_LSR_OE;
Note:
See TracChangeset
for help on using the changeset viewer.