Skip to content
Snippets Groups Projects
Commit 011b2955 authored by Juergen Lock's avatar Juergen Lock Committed by Aurelien Jarno
Browse files

qemu serial: lost tx irqs (affecting FreeBSD's new uart(4) driver)


Well one problem seems to be the rx condition,
        ... if ((s->ier & UART_IER_RDI) && (s->lsr & UART_LSR_DR))
is not enough to trigger an irq, yet still causes the following
conditions not to be checked anymore at all.

Signed-off-by: default avatarJuergen Lock <nox@jelal.kn-bremen.de>
Acked-by: default avatarJan Kiszka <jan.kiszka@web.de>
Acked-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: default avatarAurelien Jarno <aurelien@aurel32.net>
parent 3bf67652
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment