diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2012-03-29 20:27:54 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2012-03-29 20:27:54 +0000 |
commit | ad59a90e51e8f6a202fd8c12683442ba539198da (patch) | |
tree | 44fc6abbaf51d1bd4ac5eee17ae8dcf601da26c2 /etc/etc.sgi/ttys | |
parent | da68251c5815765c551e0447d833dc59a237da31 (diff) |
Hook IP22 kernels to the build, and document how to boot the installation
media on them. Try to be helpful and explain how things may fail on the
older PROM and what to do about this.
Diffstat (limited to 'etc/etc.sgi/ttys')
-rw-r--r-- | etc/etc.sgi/ttys | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/etc.sgi/ttys b/etc/etc.sgi/ttys index 92d633f8277..404a387444a 100644 --- a/etc/etc.sgi/ttys +++ b/etc/etc.sgi/ttys @@ -1,11 +1,16 @@ # -# $OpenBSD: ttys,v 1.3 2008/01/09 17:39:42 miod Exp $ +# $OpenBSD: ttys,v 1.4 2012/03/29 20:27:53 miod Exp $ # # name getty type status comments # console "/usr/libexec/getty std.9600" vt220 on secure +# wsdisplay(4) glass console ttyC0 "/usr/libexec/getty std.9600" vt220 off secure +# com(4) serial ports 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 +# zstty(4) serial ports +ttya "/usr/libexec/getty std.9600" unknown off secure +ttyb "/usr/libexec/getty std.9600" unknown off secure |