From a8f4e95b680eed7a0c9b16b6e6597aeb830d6e4e Mon Sep 17 00:00:00 2001 From: ed Date: Sun, 13 Jul 2008 07:20:14 +0000 Subject: 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 --- etc/etc.i386/ttys | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'etc/etc.i386/ttys') 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 -- cgit v1.1