Page MenuHomeFreeBSD

uart/ns8250: Disable interrupts sooner
ClosedPublic

Authored by imp on Oct 11 2024, 9:53 PM.
Tags
None
Referenced Files
F115661791: D47075.diff
Sat, Apr 26, 6:05 PM
Unknown Object (File)
Mar 3 2025, 7:34 PM
Unknown Object (File)
Feb 28 2025, 4:20 PM
Unknown Object (File)
Feb 28 2025, 9:11 AM
Unknown Object (File)
Feb 24 2025, 4:47 AM
Unknown Object (File)
Feb 22 2025, 2:25 PM
Unknown Object (File)
Feb 22 2025, 1:36 PM
Unknown Object (File)
Feb 16 2025, 7:46 PM
Subscribers
None

Details

Summary

Disable interrupts before we set the parameters for the UART. Usually,
it makes no difference, but it's possible that setting the baud rate, etc
could create problems if there's data pending, so move the interrupt
disabling ealier.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable