Page MenuHomeFreeBSD

ns8250: Fix sense of LSR_TEMT FCR check
ClosedPublic

Authored by cperciva on Oct 28 2022, 4:45 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jul 20, 10:36 AM
Unknown Object (File)
Sun, Jul 20, 7:36 AM
Unknown Object (File)
Sun, Jul 20, 7:05 AM
Unknown Object (File)
Sun, Jul 20, 6:41 AM
Unknown Object (File)
Jun 26 2025, 5:45 AM
Unknown Object (File)
Jun 25 2025, 2:06 AM
Unknown Object (File)
Jun 23 2025, 3:31 AM
Unknown Object (File)
Jun 11 2025, 10:42 PM
Subscribers
None

Details

Summary

When flushing the UART, we need to drain manually if LSR_TEMT is
*not* asserted, aka. if the transmit FIFO is not empty.

Reported by: void <void@f-m.fm>
Fixes: c4b68e7e53bb "ns8250: Check if flush via FCR succeeded"

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 48064
Build 44951: arc lint + arc unit

Event Timeline

cperciva created this revision.

Tested by "void", confirmed that this eliminates the warning from his bhyve VMs.

This revision was not accepted when it landed; it landed in state Needs Review.Oct 28 2022, 7:21 PM
This revision was automatically updated to reflect the committed changes.