diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-04 20:39:07 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-04 20:39:07 +0000 |
commit | b5304bb58ccc8685d27ff0f96701bb1cb258a6b9 (patch) | |
tree | 4a5df4ff90f4b17e9461da71efb1bb18e882b5a2 /etc/etc.mac68k/ttys | |
parent | 15d15e3ad69f61e77c02fed009906131becd759f (diff) |
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
drivers, and to wscons as the console; a few parts borrowed from OpenBSD/macppc
as well.
Currently only working with displays configured in 1bpp or 8bpp modes; this
limitation will be worked on ASAP.
Tested by claudio@ kettenis@ martin@ nick@ and I on various models. X11 changes
coming soon.
Diffstat (limited to 'etc/etc.mac68k/ttys')
-rw-r--r-- | etc/etc.mac68k/ttys | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/etc/etc.mac68k/ttys b/etc/etc.mac68k/ttys index 0403b8e843f..0d3e3d9dc46 100644 --- a/etc/etc.mac68k/ttys +++ b/etc/etc.mac68k/ttys @@ -1,5 +1,5 @@ # -# $OpenBSD: ttys,v 1.7 2002/06/09 06:15:14 todd Exp $ +# $OpenBSD: ttys,v 1.8 2006/01/04 20:39:03 miod Exp $ # # name getty type status comments # @@ -9,18 +9,12 @@ console "/usr/libexec/getty Pc" vt220 off secure #console "/usr/libexec/getty std.9600" vt220 on secure # Define the console that we actually run getty on. -# To enable the serial console, mark ttye0 'off' and turn on the +# To enable the serial console, mark ttyC0 'off' and turn on the # console entry configuring it as though it were one of the serial # ports (e.g., setting the entry to 'std.9600'). -ttye0 "/usr/libexec/getty Pc" vt100 on secure +ttyC0 "/usr/libexec/getty Pc" vt100 on secure # Hardwired lines are marked off, by default, so getty(8) # is quiet when they don't exist. 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 -tty04 "/usr/libexec/getty std.9600" unknown off secure -tty05 "/usr/libexec/getty std.9600" unknown off secure -tty06 "/usr/libexec/getty std.9600" unknown off secure -tty07 "/usr/libexec/getty std.9600" unknown off secure |