Re: SCSI in 1.6 ?

"Chris Gilbert" <[email protected]> Mon, 5 Aug 2002 23:11:02 +0100
Newsgroups gmane.os.netbsd.ports.acorn32
Message-ID <00b001c23ccc$fcd4bab0$c3401e0a@whiskas>
----- Original Message -----
From: "Mike Pumford" <[email protected]>
Cc: <[email protected]>; <[email protected]>
Sent: Monday, August 05, 2002 10:02 PM
Subject: Re: SCSI in 1.6 ?


> > In article <[email protected]> you write:
> > >They start with
> > >panic: scsipi_done: ASYNC and POLL
> > >Stopped in pid 201 ...
> > >
> > >Hope that makes sense to somebody.. :-)
> >
> > It means that the card driver is buggy, and is forcing the XS_POLL bit
in
> > SCSI requests rather than setting SCSIPI_ADAPT_POLL_ONLY in adapt_flags
and
> > getting the scsipi layer to do it.  Fixing this should be pretty
trivial;
> > I'll try to look over this thread and work out what needs doing this
week.
> >
> I though the Cumana SCSI2 card had been patched to work like this. This is
> what the patch in the associated PR does. The Connect32 patch is a
complete
> rewrite and may need a little more work before its acceptable for
integration.

No it's not been submitted, there's still a:
csc_scsi_request
function which the pr patch would remove.

Chris