CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/05/24 04:57:47
Modified files:
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 pckbcvar.h
sys/dev/isa : pckbc_isa.c
Log message:
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.