blob: 50fe9033936fc3d249999fe3bc18a68d93c24076 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $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
device hilid
attach hilid at hil
file dev/hil/hilid.c hilid
|