diff options
author | 2010-03-05 15:54:34 +0000 | |
---|---|---|
committer | 2010-03-05 15:54:34 +0000 | |
commit | 9af8566110e8c1f3793004dbe894c43bdcf294b7 (patch) | |
tree | 7ccd63b4936b993594de73c83349a2377dbe2881 | |
parent | Allow to filter for ext-community attributes. Currently only perfect matches (diff) | |
download | wireguard-openbsd-9af8566110e8c1f3793004dbe894c43bdcf294b7.tar.xz wireguard-openbsd-9af8566110e8c1f3793004dbe894c43bdcf294b7.zip |
default to 115200 baud for serial console and tty00, spotted by
kettenis@; ok kettenis@ miod@
-rw-r--r-- | etc/etc.loongson/ttys | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/etc.loongson/ttys b/etc/etc.loongson/ttys index b001cabee6f..23f9e6b4708 100644 --- a/etc/etc.loongson/ttys +++ b/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 |