Re: scsi-da does not work with INVARIANTS (fwd)

2003-08-26 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> "Kenneth D. Merry" <[EMAIL PROTECTED]> writes: : If it is possible to create a task queue that uses a kernel thread instead, : that might be a generally useful thing. (And it might solve this : particular issue.) I'm not sure that a taskqueue can do thi

Re: scsi-da does not work with INVARIANTS (fwd)

2003-08-26 Thread Kenneth D. Merry
On Mon, Aug 25, 2003 at 18:29:49 -0600, Kenneth D. Merry wrote: > On Mon, Aug 25, 2003 at 13:49:30 -0700, Nate Lawson wrote: > > Ken is aware of the following problem. It is in both cd(4) and da(4) as > > well as stable and current. One possible approach would be to run > > {da,cd}register() from

Re: scsi-da does not work with INVARIANTS (fwd)

2003-08-26 Thread Kenneth D. Merry
On Mon, Aug 25, 2003 at 13:49:30 -0700, Nate Lawson wrote: > Ken is aware of the following problem. It is in both cd(4) and da(4) as > well as stable and current. One possible approach would be to run > {da,cd}register() from a task queue and not at interrupt time. That would be tricky, since th