UART_LSR
while ((inb (serial_hw_port + UART_LSR) & UART_EMPTY_TRANSMITTER) == 0)
if (inb (serial_hw_port + UART_LSR) & UART_DATA_READY)