aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2024-10-11 19:31:31 +0000
committerWarner Losh <imp@FreeBSD.org>2024-10-11 21:27:46 +0000
commit9bb56359e6ed4facb18ee5575aacfe95e049f1e8 (patch)
treebb1a232156d7269c3534db7a587a1574a7ba90b5 /sys/dev/uart
parent852233cf7620fd98eb8b5221e662fc863750e0f7 (diff)
Diffstat (limited to 'sys/dev/uart')
-rw-r--r--sys/dev/uart/uart_subr.c1
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)
*