Home | History | Annotate | Line # | Download | only in hpc
files.hpckbd revision 1.5.12.2
      1  1.5.12.2  yamt #	$NetBSD: files.hpckbd,v 1.5.12.2 2008/01/21 09:42:48 yamt 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.5.12.2  yamt # XXX: hpckbd.c uses the same option name, "PCKBD_LAYOUT", that
     10  1.5.12.2  yamt # pckbd.c uses (see dev/pckbport/files.pckbport)
     11  1.5.12.2  yamt defparam	PCKBD_LAYOUT
     12  1.5.12.2  yamt 
     13  1.5.12.2  yamt 
     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.5.12.1  yamt defflag	opt_btnmgr.h		BTNMGRDEBUG
     18  1.5.12.1  yamt 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.5.12.2  yamt 
     24  1.5.12.2  yamt # XXX: we use dev/pckbport/wskbdmap_mfii.c with a set of conditions
     25  1.5.12.2  yamt # different from that in dev/pckbport/files.pckbport, so we also need
     26  1.5.12.2  yamt # to keep the list of options that affect this file in sync
     27  1.5.12.2  yamt defflag	opt_wskbdmap.h			WSKBD_USONLY
     28  1.5.12.2  yamt 
     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