NetBSD/sys/dev/mscp
mjf a3ff3b0296 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.
2009-01-19 19:15:07 +00:00
..
files.mscp
mscp_disk.c g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +00:00
mscp_subr.c mscp(4) was being a bad monkey! It's not OK to call config_found() from 2009-01-19 19:15:07 +00:00
mscp_tape.c use device_lookup_private() to get the softc -- while device/softc 2008-06-11 17:32:30 +00:00
mscp.c mscp(4) was being a bad monkey! It's not OK to call config_found() from 2009-01-19 19:15:07 +00:00
mscp.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mscpreg.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
mscpvar.h mscp(4) was being a bad monkey! It's not OK to call config_found() from 2009-01-19 19:15:07 +00:00