Browse Source

default to 115200 baud for serial console and tty00, spotted by

kettenis@; ok kettenis@ miod@
OPENBSD_4_7
otto 14 years ago
parent
commit
08cbb0118d
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/etc/etc.loongson/ttys

+ 3
- 3
src/etc/etc.loongson/ttys View File

@ -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

Loading…
Cancel
Save