diff options
author | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-14 16:16:29 +0000 |
---|---|---|
committer | Joel Sing <jsing@cvs.openbsd.org> | 2007-12-14 16:16:29 +0000 |
commit | a52591745fbd69b99f4983026ad4d7e284b9522b (patch) | |
tree | d648d13a377619c1b2dd4a44aaf2ef16cfeefe80 /etc/etc.sgi/ttys | |
parent | 8cb833e766600e98ee5d3833ca1967b837b5ffe8 (diff) |
Enable console support for SGI O2 workstations. Switch between the serial
and graphical console based on the selection made in the ARCBIOS.
Early attachment of gbe(4) is still required, otherwise we have a working
graphical console.
ok miod@
Diffstat (limited to 'etc/etc.sgi/ttys')
-rw-r--r-- | etc/etc.sgi/ttys | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/etc.sgi/ttys b/etc/etc.sgi/ttys index 7eade2beb9c..ec6c2fe8c22 100644 --- a/etc/etc.sgi/ttys +++ b/etc/etc.sgi/ttys @@ -1,9 +1,10 @@ # -# $OpenBSD: ttys,v 1.1 2004/08/06 21:58:22 pefo Exp $ +# $OpenBSD: ttys,v 1.2 2007/12/14 16:16:28 jsing Exp $ # # name getty type status comments # console "/usr/libexec/getty std.9600" unknown off secure +ttyC0 "/usr/libexec/getty Pc" vt220 on secure tty00 "/usr/libexec/getty std.9600" unknown on secure tty01 "/usr/libexec/getty std.9600" unknown off secure tty02 "/usr/libexec/getty std.9600" unknown off secure |