diff options
author | ed <ed@FreeBSD.org> | 2008-07-13 07:20:14 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2008-07-13 07:20:14 +0000 |
commit | a8f4e95b680eed7a0c9b16b6e6597aeb830d6e4e (patch) | |
tree | 1661d26b0580d7da88725dbbd16d722c41a52531 /etc/etc.i386 | |
parent | c72cf0954da223c9fcfe19466f79e056fb8fe821 (diff) | |
download | FreeBSD-src-a8f4e95b680eed7a0c9b16b6e6597aeb830d6e4e.zip FreeBSD-src-a8f4e95b680eed7a0c9b16b6e6597aeb830d6e4e.tar.gz |
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
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/ttys | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/etc.i386/ttys b/etc/etc.i386/ttys index a9719c4..562768b 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 |