aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2008-07-13 07:20:14 +0000
committerEd Schouten <ed@FreeBSD.org>2008-07-13 07:20:14 +0000
commitf4d811f0b26466000e2001df13ab3bb3876a271b (patch)
tree1661d26b0580d7da88725dbbd16d722c41a52531 /etc
parentfe228e4a7a9bab9e23c02915a9a09a72a119433b (diff)
downloadsrc-f4d811f0b26466000e2001df13ab3bb3876a271b.tar.gz
src-f4d811f0b26466000e2001df13ab3bb3876a271b.zip
Make uart(4) the default serial port driver on i386 and amd64.
The uart(4) driver has the advantage of supporting a wider variety of hardware on a greater amount of platforms. This driver has already been the standard on platforms such as ia64, powerpc and sparc64. I've decided not to change anything on pc98. I'd rather let people from the pc98 team look at this. Approved by: philip (mentor), marcel
Notes
Notes: svn path=/head/; revision=180487
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/ttys8
-rw-r--r--etc/etc.i386/ttys8
2 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.amd64/ttys b/etc/etc.amd64/ttys
index a9719c4d7d58..562768b1d441 100644
--- a/etc/etc.amd64/ttys
+++ b/etc/etc.amd64/ttys
@@ -44,10 +44,10 @@ ttyv7 "/usr/libexec/getty Pc" cons25 on secure
ttyv8 "/usr/local/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" 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
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure
# Pseudo terminals
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys
index a9719c4d7d58..562768b1d441 100644
--- a/etc/etc.i386/ttys
+++ b/etc/etc.i386/ttys
@@ -44,10 +44,10 @@ ttyv7 "/usr/libexec/getty Pc" cons25 on secure
ttyv8 "/usr/local/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" 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
# Dumb console
dcons "/usr/libexec/getty std.9600" vt100 off secure
# Pseudo terminals