Follow the recent pckbc@isa changes and always establish all the necessary
authormiod <miod@openbsd.org>
Sun, 24 May 2015 10:57:47 +0000 (10:57 +0000)
committermiod <miod@openbsd.org>
Sun, 24 May 2015 10:57:47 +0000 (10:57 +0000)
commitbd4a265ca37f66e6b2476d412abc25deb6ba2fdf
treef5b315a1707d80d91226e7fab6d86e464adea52d
parentfb4990423bc245ce695671b7f824b46269b6e060
Follow the recent pckbc@isa changes and always establish all the necessary
interrupts at pckbc attach time, and get rid of the `intr_establish'
pckbc callback.

Tested on hppa (gsckbc) and sgi (pckbc@hpc); not tested on sparc64 (pckbc@ebus)
but this attachment was already behaving this way and its intr_establish
callback was an empty function.
sys/arch/hppa/gsc/gsckbc.c
sys/arch/sgi/hpc/pckbc_hpc.c
sys/arch/sparc64/dev/pckbc_ebus.c
sys/dev/ic/pckbc.c
sys/dev/ic/pckbcvar.h
sys/dev/isa/pckbc_isa.c