b04b7da893
- Only A1416 Kathmandu (topcat) framebuffer on 425t is tested, but all other variants (TigerShark, Hyperion, DaVinci, GatorBox, Renaissance) should also work if they are working on OpenBSD/hp300. - sti(4) and SGC bus support are not pulled because I don't have 425e and I can't confirm that 362 and 382 actually have SGC bus. (I'll commit a DIO based dumb driver for 362 and 382 framebuffers later) - Xorg server with wsfb driver will also be integrated soon once after keycode with NoSymbol problem is addressed. (We have to re-think what code should be used on WSDISPLAY_COMPAT_RAWKBD) - MI HIL keyboard and mouse drivers are working fine though cngetc via hilkbd has some problem (still we can input commands). - No old HP-UX like HIL ioctl compatibility (we removed COMPAT_HPUX anyway). grfinfo(8) and hilinfo(8) will be removed shortly. Demonstrated on NetBSD booth at Open Source Conference 2011 Kagawa.
37 lines
1.5 KiB
Plaintext
37 lines
1.5 KiB
Plaintext
# $NetBSD: ttys,v 1.15 2011/02/06 18:26:51 tsutsui Exp $
|
|
# from: @(#)ttys 5.1 (Berkeley) 4/17/89
|
|
#
|
|
# name getty type status comments
|
|
#
|
|
# If the console is marked insecure, single-user requires
|
|
# the root password.
|
|
console "/usr/libexec/getty Pc" vt220 on secure
|
|
constty "/usr/libexec/getty Pc" vt220 off secure
|
|
|
|
# Workstation console
|
|
ttyE0 "/usr/libexec/getty Pc" vt220 off secure
|
|
|
|
# Hardwired lines are marked off, by default, so getty(8)
|
|
# is quiet when they don't exist.
|
|
ttyC0 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC1 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC2 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyC3 "/usr/libexec/getty std.9600" unknown off secure
|
|
|
|
ttyM0 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM1 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM2 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM3 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM4 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM5 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM6 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM7 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM8 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyM9 "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMa "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMb "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMc "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMd "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMe "/usr/libexec/getty std.9600" unknown off secure
|
|
ttyMf "/usr/libexec/getty std.9600" unknown off secure
|