Home | History | Annotate | Line # | Download | only in hpc
files.hpckbd revision 1.7.24.1
      1  1.7.24.1   matt #	$NetBSD: files.hpckbd,v 1.7.24.1 2008/01/09 01:52:38 matt Exp $
      2       1.1    uch #	H/PC keyboard interface for wskbd
      3       1.1    uch 
      4       1.1    uch device hpckbdif {}
      5       1.1    uch device hpckbd: wskbddev
      6       1.1    uch attach hpckbd at hpckbdif
      7       1.1    uch file dev/hpc/hpckbd.c			hpckbd
      8       1.1    uch 
      9  1.7.24.1   matt # XXX: hpckbd.c uses the same option name, "PCKBD_LAYOUT", that
     10  1.7.24.1   matt # pckbd.c uses (see dev/pckbport/files.pckbport)
     11  1.7.24.1   matt defparam	PCKBD_LAYOUT
     12  1.7.24.1   matt 
     13  1.7.24.1   matt 
     14       1.1    uch device btnmgr: wskbddev
     15       1.1    uch attach btnmgr at mainbus
     16       1.1    uch file	dev/hpc/btnmgr.c		btnmgr
     17       1.7  peter defflag	opt_btnmgr.h		BTNMGRDEBUG
     18       1.7  peter defparam opt_btnmgr.h		BTNMGRDEBUG_CONF
     19       1.1    uch 
     20       1.5    uwe defpseudo hpf1275a: wskbddev
     21       1.5    uwe file	dev/hpc/hpf1275a_tty.c		hpf1275a
     22       1.5    uwe 
     23  1.7.24.1   matt 
     24  1.7.24.1   matt # XXX: we use dev/pckbport/wskbdmap_mfii.c with a set of conditions
     25  1.7.24.1   matt # different from that in dev/pckbport/files.pckbport, so we also need
     26  1.7.24.1   matt # to keep the list of options that affect this file in sync
     27  1.7.24.1   matt defflag	opt_wskbdmap.h			WSKBD_USONLY
     28  1.7.24.1   matt 
     29       1.5    uwe file	dev/pckbport/wskbdmap_mfii.c	btnmgr | hpckbd | hpf1275a
     30       1.5    uwe file	dev/hpc/pckbd_encode.c		btnmgr | hpckbd | hpf1275a
     31