git: 9bb56359e6ed - main - uart: Document rw:XXX field of hw.uart.console
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 11 Oct 2024 21:28:15 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=9bb56359e6ed4facb18ee5575aacfe95e049f1e8 commit 9bb56359e6ed4facb18ee5575aacfe95e049f1e8 Author: Warner Losh <imp@FreeBSD.org> AuthorDate: 2024-10-11 19:31:31 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2024-10-11 21:27:46 +0000 uart: Document rw:XXX field of hw.uart.console Add a one-liner description of rw - Register Width added in eae36de826cc. Fixes: eae36de826cc Sponsored by: Netflix --- sys/dev/uart/uart_subr.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index 03c7fd8caea9..49a046f019bb 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -185,6 +185,7 @@ out: * mm = Memory mapped I/O address * pa = Parity * rs = Register shift + * rw = Register width * sb = Stopbits * xo = Device clock (xtal oscillator) *