[BACK]Return to files.hil CVS log [TXT][DIR] Up to [local] / sys / dev / hil

Annotation of sys/dev/hil/files.hil, Revision 1.1.1.1

1.1       nbrk        1: #      $OpenBSD: files.hil,v 1.6 2006/08/10 23:41:16 miod Exp $
                      2: #
                      3: # Configuration file for machine-independent HIL code.
                      4: #
                      5:
                      6: device hil {[code = -1]}
                      7: file   dev/hil/hil.c           hil
                      8:
                      9: device hilkbd: wskbddev
                     10: attach hilkbd at hil
                     11: file   dev/hil/hilkbd.c        hilkbd                  needs-flag
                     12: file   dev/hil/hilkbdmap.c     hilkbd
                     13:
                     14: device hilms: wsmousedev
                     15: attach hilms at hil
                     16: file   dev/hil/hilms.c         hilms
                     17:
                     18: device hilid
                     19: attach hilid at hil
                     20: file   dev/hil/hilid.c         hilid

CVSweb