1 1.7 peter # $NetBSD: files.hpckbd,v 1.7 2006/10/09 10:33:42 peter Exp $ 2 1.1 uch # H/PC keyboard interface for wskbd 3 1.1 uch 4 1.3 lukem defparam PCKBD_LAYOUT 5 1.1 uch 6 1.1 uch device hpckbdif {} 7 1.1 uch device hpckbd: wskbddev 8 1.1 uch attach hpckbd at hpckbdif 9 1.1 uch file dev/hpc/hpckbd.c hpckbd 10 1.1 uch 11 1.1 uch device btnmgr: wskbddev 12 1.1 uch attach btnmgr at mainbus 13 1.1 uch file dev/hpc/btnmgr.c btnmgr 14 1.7 peter defflag opt_btnmgr.h BTNMGRDEBUG 15 1.7 peter defparam opt_btnmgr.h BTNMGRDEBUG_CONF 16 1.1 uch 17 1.5 uwe defpseudo hpf1275a: wskbddev 18 1.5 uwe file dev/hpc/hpf1275a_tty.c hpf1275a 19 1.5 uwe 20 1.5 uwe file dev/pckbport/wskbdmap_mfii.c btnmgr | hpckbd | hpf1275a 21 1.5 uwe file dev/hpc/pckbd_encode.c btnmgr | hpckbd | hpf1275a 22