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)
Fri, Oct 17, 8:41 AM
Unknown Object (File)
Fri, Oct 17, 4:22 AM
Unknown Object (File)
Sat, Oct 11, 12:41 AM
Unknown Object (File)
Sat, Oct 11, 12:41 AM
Unknown Object (File)
Fri, Oct 10, 6:05 PM
Unknown Object (File)
Fri, Oct 10, 1:07 PM
Unknown Object (File)
Fri, Oct 10, 5:35 AM
Unknown Object (File)
Fri, Oct 3, 2:14 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