xref: /openbsd-src/sys/dev/hil/files.hil (revision 8500990981f885cbe5e6a4958549cacc238b5ae6)
1#	$OpenBSD: files.hil,v 1.4 2003/02/15 23:50:02 miod Exp $
2#
3# Configuration file for machine-independent HIL code.
4#
5
6device	hil { code = -1 }
7file	dev/hil/hil.c		hil	needs-flag
8
9device	hilkbd: wskbddev
10attach	hilkbd at hil
11file	dev/hil/hilkbd.c	hilkbd	needs-flag
12file	dev/hil/hilkbdmap.c	hilkbd
13
14device	hilms: wsmousedev
15attach	hilms at hil
16file	dev/hil/hilms.c		hilms	needs-flag
17
18device	hilid
19attach	hilid at hil
20file	dev/hil/hilid.c		hilid
21