From c96f6e4f1d827076592526a3f1f3e7887a9732a4 Mon Sep 17 00:00:00 2001 From: simokawa Date: Fri, 24 Oct 2003 15:44:10 +0000 Subject: Add dumb console driver and related bits. dcons(4): very simple console and gdb port driver dcons_crom(4): FireWire attachment dconschat(8): User interface to dcons Tested with: i386, i386-PAE, and sparc64. --- etc/etc.alpha/ttys | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc/etc.alpha') diff --git a/etc/etc.alpha/ttys b/etc/etc.alpha/ttys index 169d40c..0a65514 100644 --- a/etc/etc.alpha/ttys +++ b/etc/etc.alpha/ttys @@ -50,6 +50,8 @@ ttyd0 "/usr/libexec/getty std.9600" vt100 on secure ttyd1 "/usr/libexec/getty std.9600" dialup off secure ttyd2 "/usr/libexec/getty std.9600" dialup off secure ttyd3 "/usr/libexec/getty std.9600" dialup off secure +# Dumb console +dcons "/usr/libexec/getty std.9600" vt100 off secure # Pseudo terminals ttyp0 none network ttyp1 none network -- cgit v1.1