mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-01 12:19:28 +00:00
Add entries for uart based serial ports. All the serial ports on mips
so far are uart subclasses. Also, turn uart0 on by default.
This commit is contained in:
parent
2e3a155793
commit
64bf633eec
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=183773
@ -33,10 +33,10 @@
|
||||
console none unknown off secure
|
||||
# Serial terminals
|
||||
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
|
||||
ttyU0 "/usr/libexec/getty std.9600" dialup off secure
|
||||
ttyU1 "/usr/libexec/getty std.9600" dialup off secure
|
||||
ttyU2 "/usr/libexec/getty std.9600" dialup off secure
|
||||
ttyU3 "/usr/libexec/getty std.9600" dialup off secure
|
||||
ttyu0 "/usr/libexec/getty std.115200" dialup on secure
|
||||
ttyu1 "/usr/libexec/getty std.115200" dialup off secure
|
||||
ttyu2 "/usr/libexec/getty std.115200" dialup off secure
|
||||
ttyu3 "/usr/libexec/getty std.115200" dialup off secure
|
||||
# Pseudo terminals
|
||||
ttyp0 none network
|
||||
ttyp1 none network
|
||||
|
Loading…
Reference in New Issue
Block a user