From 883ad7e1a555480d48569bee4678a00f25dee6cc Mon Sep 17 00:00:00 2001 From: cognet Date: Fri, 24 Sep 2004 12:51:15 +0000 Subject: [PATCH] Add ttyu0 as a serial console, as we're using the uart(4) driver on arm. --- etc/etc.arm/ttys | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/etc.arm/ttys b/etc/etc.arm/ttys index f56bd2d805a4..a1af405acf2c 100644 --- a/etc/etc.arm/ttys +++ b/etc/etc.arm/ttys @@ -44,6 +44,7 @@ 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. +ttyu0 "/usr/libexec/getty std.9600" vt100 on secure 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