summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-07-19 20:12:02 +0000
committermarcel <marcel@FreeBSD.org>2008-07-19 20:12:02 +0000
commitbe01d3a91599112f5bc8304f52ec45a87a04f42c (patch)
treed72549367d9736f7ed082f4238f43a5296d0ba8f /etc
parent6043671e8a85338ff442c27cbc6bb02ac67a1d16 (diff)
downloadFreeBSD-src-be01d3a91599112f5bc8304f52ec45a87a04f42c.zip
FreeBSD-src-be01d3a91599112f5bc8304f52ec45a87a04f42c.tar.gz
With uart(4) default, change /dev/cuad# to /dev/cuau# and
sio# to uart# so that out-of-the-box FreeBSD is consistent.
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/serial12
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/rc.d/serial b/etc/rc.d/serial
index f53f40c..d569a0b 100755
--- a/etc/rc.d/serial
+++ b/etc/rc.d/serial
@@ -151,12 +151,12 @@ terminal() {
# $1 is the device identifier, and the remainder of the line
# lists the device numbers.
-# Initialize assorted 8250-16550 (sio) ports.
-# maybe d 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v
-# mouse d 2
-# modem d 1
-# terminal d 0
-# 3wire d 0
+# Initialize assorted 8250-16550 (uart) ports.
+# maybe u 0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v
+# mouse u 2
+# modem u 1
+# terminal u 0
+# 3wire u 0
# Initialize all ports on a Cyclades-8yo.
# modem c 00 01 02 03 04 05 06 07
OpenPOWER on IntegriCloud