summaryrefslogtreecommitdiffstats
path: root/etc/etc.powerpc/ttys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2007-01-26 06:22:34 +0000
committermarcel <marcel@FreeBSD.org>2007-01-26 06:22:34 +0000
commit5e40eb222d8faef11e6c7575559461c42b5ec9f1 (patch)
treeab8c026829cc76345beb7adffac5c272ef2c37c3 /etc/etc.powerpc/ttys
parentdb6667954efc666988aead35814a575da8bcb2e9 (diff)
downloadFreeBSD-src-5e40eb222d8faef11e6c7575559461c42b5ec9f1.zip
FreeBSD-src-5e40eb222d8faef11e6c7575559461c42b5ec9f1.tar.gz
o Remove screen, created by the unnecessary ofw_console(4)
o Remove ttyyX, created by the obsolete zs(4) o Replace ttydX by ttyuX, which is created by uart(4) o Enable ttyu0 as a console to better support the xserve. MFC after: 1 week
Diffstat (limited to 'etc/etc.powerpc/ttys')
-rw-r--r--etc/etc.powerpc/ttys14
1 files changed, 4 insertions, 10 deletions
diff --git a/etc/etc.powerpc/ttys b/etc/etc.powerpc/ttys
index 0ba1919..6535e64 100644
--- a/etc/etc.powerpc/ttys
+++ b/etc/etc.powerpc/ttys
@@ -32,12 +32,6 @@
# when going to single-user mode.
console none unknown off secure
#
-# ofw_console(4)
-#screen "/usr/libexec/getty Pc" cons25 on secure
-# zs(4)
-#ttyy0 "/usr/libexec/getty std.9600" cons25 on secure
-#ttyy1 "/usr/libexec/getty std.9600" cons25 off secure
-#
ttyv0 "/usr/libexec/getty Pc" cons25 on secure
# Virtual terminals
ttyv1 "/usr/libexec/getty Pc" cons25 on secure
@@ -50,10 +44,10 @@ ttyv7 "/usr/libexec/getty Pc" cons25 on secure
#ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure
# Serial terminals
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
-ttyd0 "/usr/libexec/getty std.9600" dialup off secure
-ttyd1 "/usr/libexec/getty std.9600" dialup off secure
-ttyd2 "/usr/libexec/getty std.9600" dialup off secure
-ttyd3 "/usr/libexec/getty std.9600" dialup off secure
+ttyu0 "/usr/libexec/getty std.9600" vt100 on 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
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure
# Pseudo terminals
OpenPOWER on IntegriCloud