Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/dev/mscp
Module Name: src
Committed By: mjf
Date: Mon Jan 19 19:15:07 UTC 2009
Modified Files:
src/sys/dev/mscp: mscp.c mscp_subr.c mscpvar.h
Log Message:
mscp(4) was being a bad monkey! It's not OK to call config_found() from
interrupt context, as my vax kernel with DIAGNOSTIC told me. Instead, we
defer the work and get it to run in thread context via a workqueue(9).
Thanks to matt@ for the review.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 src/sys/dev/mscp/mscp.c
cvs rdiff -r1.36 -r1.37 src/sys/dev/mscp/mscp_subr.c
cvs rdiff -r1.15 -r1.16 src/sys/dev/mscp/mscpvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index