Module Name: src Committed By: tsutsui Date: Sun Oct 23 13:21:54 UTC 2011
Modified Files: src/sys/arch/x68k/dev: kbd.c Log Message: Calling psignal(9) (via EV_WAKEUP()) in interrupt handlers could cause mutex error panic, so defer it via softint(9). This should fix panic on heavy key strokes during running Xserver. Should be pulled up to netbsd-5. XXX: amiga and atari might have the similar problem? To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37 src/sys/arch/x68k/dev/kbd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.