- Timestamp:
- May 14, 2018 3:09:17 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Serial/DevSerialNew.cpp
r72195 r72203 193 193 /** Size of a FIFO. */ 194 194 #define UART_FIFO_LENGTH 16 195 195 196 196 197 /********************************************************************************************************************************* … … 998 999 /* 999 1000 * Only go back to R3 if there is new data available for the FIFO 1000 * and we would clear the interrupt to fill it up again 1001 * and we would clear the interrupt to fill it up again. 1001 1002 */ 1002 1003 if ( pThis->FifoRecv.cbUsed <= pThis->FifoRecv.cbItl
Note:
See TracChangeset
for help on using the changeset viewer.