Re: SCSI in 1.6 ?
Mike Pumford <[email protected]> Mon, 05 Aug 2002 22:02:38 +0100
| Newsgroups | gmane.os.netbsd.ports.acorn32 |
|---|---|
| Message-ID | <[email protected]> |
> 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. Mike