From 08cbb0118d160a1018515e0b9c0622ddac00618d Mon Sep 17 00:00:00 2001 From: otto <> Date: Fri, 5 Mar 2010 15:54:34 +0000 Subject: [PATCH] default to 115200 baud for serial console and tty00, spotted by kettenis@; ok kettenis@ miod@ --- src/etc/etc.loongson/ttys | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/etc/etc.loongson/ttys b/src/etc/etc.loongson/ttys index b001cabe..23f9e6b4 100644 --- a/src/etc/etc.loongson/ttys +++ b/src/etc/etc.loongson/ttys @@ -1,8 +1,8 @@ # -# $OpenBSD: ttys,v 1.2 2010/02/17 18:08:46 miod Exp $ +# $OpenBSD: ttys,v 1.3 2010/03/05 15:54:34 otto Exp $ # # name getty type status comments # -console "/usr/libexec/getty std.9600" vt220 on secure +console "/usr/libexec/getty std.115200" vt220 on secure ttyC0 "/usr/libexec/getty std.9600" vt220 off secure -tty00 "/usr/libexec/getty std.9600" unknown off secure +tty00 "/usr/libexec/getty std.115200" unknown off secure