mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
With uart(4) default, change /dev/cuad# to /dev/cuau# and
sio# to uart# so that out-of-the-box FreeBSD is consistent.
This commit is contained in:
parent
7fc2c2bc83
commit
9005d65e46
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue