diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-10-11 19:31:31 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-10-11 21:27:46 +0000 |
| commit | 9bb56359e6ed4facb18ee5575aacfe95e049f1e8 (patch) | |
| tree | bb1a232156d7269c3534db7a587a1574a7ba90b5 /sys/dev | |
| parent | 852233cf7620fd98eb8b5221e662fc863750e0f7 (diff) | |
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/uart/uart_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
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) * |
