Page MenuHomeFreeBSD

uart/ns8250: Disable interrupts sooner
ClosedPublic

Authored by imp on Oct 11 2024, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Jan 13, 6:20 AM
Unknown Object (File)
Mon, Jan 13, 5:19 AM
Unknown Object (File)
Mon, Jan 13, 2:57 AM
Unknown Object (File)
Dec 18 2024, 5:13 PM
Unknown Object (File)
Dec 18 2024, 12:10 PM
Unknown Object (File)
Dec 2 2024, 10:36 PM
Unknown Object (File)
Nov 24 2024, 3:08 AM
Unknown Object (File)
Nov 23 2024, 6:08 AM
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