Module Name: src
Committed By: rin
Date: Fri Mar 5 06:14:47 UTC 2021
Modified Files:
src/sys/arch/evbppc/explora/dev: pckbc_elb.c
Log Message:
pckbcintr() must be running with IPL_TTY, not IPL_SERIAL. Otherwise,
tty(4) routines are unexpectedly interrupted, which results in
"locking against myself" errors for tty_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 src/sys/arch/evbppc/explora/dev/pckbc_elb.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.