CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2011/01/01 09:33:37
Modified files: sys/arch/hppa/hppa: intr.c Log message: Fix horribly broken softintr_establish(). The old code was not managing the linked list of handlers properly. Fixes issues with usb(4) reported by matth...@. tested by matthieu@, ok jsing@