From be01d3a91599112f5bc8304f52ec45a87a04f42c Mon Sep 17 00:00:00 2001 From: marcel Date: Sat, 19 Jul 2008 20:12:02 +0000 Subject: With uart(4) default, change /dev/cuad# to /dev/cuau# and sio# to uart# so that out-of-the-box FreeBSD is consistent. --- etc/rc.d/serial | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'etc') 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 -- cgit v1.1