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
F106265847: D37185.diff
Sat, Dec 28, 5:24 AM
Unknown Object (File)
Nov 1 2024, 9:35 PM
Unknown Object (File)
Nov 1 2024, 9:35 PM
Unknown Object (File)
Nov 1 2024, 9:35 PM
Unknown Object (File)
Nov 1 2024, 9:17 PM
Unknown Object (File)
Sep 24 2024, 12:15 PM
Unknown Object (File)
Sep 18 2024, 10:43 PM
Unknown Object (File)
Sep 17 2024, 2:15 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.