1 1.9 drochner # $NetBSD: files.hpckbd,v 1.9 2008/06/10 12:49:16 drochner 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.8 uwe # XXX: hpckbd.c uses the same option name, "PCKBD_LAYOUT", that 10 1.8 uwe # pckbd.c uses (see dev/pckbport/files.pckbport) 11 1.8 uwe defparam PCKBD_LAYOUT 12 1.8 uwe 13 1.8 uwe 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.9 drochner defpseudodev hpf1275a: wskbddev 21 1.5 uwe file dev/hpc/hpf1275a_tty.c hpf1275a 22 1.5 uwe 23 1.8 uwe 24 1.8 uwe # XXX: we use dev/pckbport/wskbdmap_mfii.c with a set of conditions 25 1.8 uwe # different from that in dev/pckbport/files.pckbport, so we also need 26 1.8 uwe # to keep the list of options that affect this file in sync 27 1.8 uwe defflag opt_wskbdmap.h WSKBD_USONLY 28 1.8 uwe 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