Browse Source

Add serial port (for the Fuloong)

OPENBSD_4_7
miod 14 years ago
parent
commit
72e03d84c4
2 changed files with 2 additions and 4 deletions
  1. +1
    -0
      src/etc/etc.loongson/fbtab
  2. +1
    -4
      src/etc/etc.loongson/ttys

+ 1
- 0
src/etc/etc.loongson/fbtab View File

@ -1,2 +1,3 @@
/dev/tty00 0600 /dev/console
/dev/ttyC0 0600 /dev/console:/dev/wskbd:/dev/wskbd0:/dev/wsmouse:/dev/wsmouse0:/dev/ttyCcfg
/dev/X0 0600 /dev/wsmouse:/dev/wsmouse0:/dev/wskbd:/dev/wskbd0:/dev/ttyC0

+ 1
- 4
src/etc/etc.loongson/ttys View File

@ -1,11 +1,8 @@
#
# $OpenBSD: ttys,v 1.1 2010/01/23 19:26:45 matthieu Exp $
# $OpenBSD: ttys,v 1.2 2010/02/17 18:08:46 miod Exp $
#
# name getty type status comments
#
console "/usr/libexec/getty std.9600" vt220 on secure
ttyC0 "/usr/libexec/getty std.9600" vt220 off secure
tty00 "/usr/libexec/getty std.9600" unknown off secure
tty01 "/usr/libexec/getty std.9600" unknown off secure
tty02 "/usr/libexec/getty std.9600" unknown off secure
tty03 "/usr/libexec/getty std.9600" unknown off secure

Loading…
Cancel
Save