Home | History | Annotate | Line # | Download | only in hil
      1 #	$NetBSD: files.hil,v 1.1 2011/02/06 18:26:54 tsutsui Exp $
      2 #	$OpenBSD: files.hil,v 1.6 2006/08/10 23:41:16 miod Exp $
      3 #
      4 # Configuration file for machine-independent HIL code.
      5 #
      6 
      7 device	hil {[code = -1]}
      8 file	dev/hil/hil.c		hil
      9 
     10 device	hilkbd: wskbddev
     11 attach	hilkbd at hil
     12 file	dev/hil/hilkbd.c	hilkbd			needs-flag
     13 file	dev/hil/hilkbdmap.c	hilkbd
     14 
     15 device	hilms: wsmousedev
     16 attach	hilms at hil
     17 file	dev/hil/hilms.c		hilms			needs-flag
     18 
     19 device	hilid
     20 attach	hilid at hil
     21 file	dev/hil/hilid.c		hilid
     22