diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-01 21:40:50 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-03-01 21:40:50 +0000 |
commit | 59dcae1e0128e7bebf63bdf1d6cb852a0cf6a509 (patch) | |
tree | b724b47073fb8d1491458c56d52cbdbd696e2c1a /etc/etc.mvme68k/ttys | |
parent | a1c26a0a8ac1138d2326c1b8cd8217a879778127 (diff) |
Support for MVME165 board - code written in april 2006, eventually debugged
last month.
Diffstat (limited to 'etc/etc.mvme68k/ttys')
-rw-r--r-- | etc/etc.mvme68k/ttys | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/etc.mvme68k/ttys b/etc/etc.mvme68k/ttys index 45a6d3d5ff0..686bb26443e 100644 --- a/etc/etc.mvme68k/ttys +++ b/etc/etc.mvme68k/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.8 2008/01/09 17:39:42 miod Exp $ +# $OpenBSD: ttys,v 1.9 2009/03/01 21:40:49 miod Exp $ # # name getty type status comments # @@ -14,3 +14,5 @@ tty00 "/usr/libexec/getty std.9600" unknown off secure # 167/17x console tty01 "/usr/libexec/getty std.9600" unknown off tty02 "/usr/libexec/getty std.9600" unknown off tty03 "/usr/libexec/getty std.9600" unknown off +ttyd0 "/usr/libexec/getty std.9600" unknown off secure # 165 console +ttyd1 "/usr/libexec/getty std.9600" unknown off |