Page MenuHomeFreeBSD

uart/ns8250: Disable interrupts sooner
ClosedPublic

Authored by imp on Fri, Oct 11, 9:53 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 5, 11:42 AM
Unknown Object (File)
Thu, Oct 31, 11:10 PM
Unknown Object (File)
Sun, Oct 20, 11:00 PM
Unknown Object (File)
Sun, Oct 20, 11:00 PM
Unknown Object (File)
Sun, Oct 20, 11:00 PM
Unknown Object (File)
Sun, Oct 20, 10:40 PM
Unknown Object (File)
Mon, Oct 14, 11:52 PM
Unknown Object (File)
Sun, Oct 13, 9:16 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