NetBSD/sys/dev/hil/files.hil
tsutsui b04b7da893 Switch NetBSD/hp300 to wscons with rasops. Simply ported from OpenBSD/hp300.
- 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.
2011-02-06 18:26:51 +00:00

22 lines
498 B
Plaintext

# $NetBSD: files.hil,v 1.1 2011/02/06 18:26:54 tsutsui Exp $
# $OpenBSD: files.hil,v 1.6 2006/08/10 23:41:16 miod Exp $
#
# Configuration file for machine-independent HIL code.
#
device hil {[code = -1]}
file dev/hil/hil.c hil
device hilkbd: wskbddev
attach hilkbd at hil
file dev/hil/hilkbd.c hilkbd needs-flag
file dev/hil/hilkbdmap.c hilkbd
device hilms: wsmousedev
attach hilms at hil
file dev/hil/hilms.c hilms needs-flag
device hilid
attach hilid at hil
file dev/hil/hilid.c hilid