Subject: Re: SCSI in 1.6 ?
To: Mike Pumford <mpumford@black-star.demon.co.uk>
From: Ben Harris <bjh21@netbsd.org>
List: port-acorn32
Date: 08/06/2002 19:11:01
On Tue, 6 Aug 2002, Mike Pumford wrote:

> > Anyway, I've made appropriate changes to csc, and to asc, cosc and ptsc
> asc doesn't need any patching it is not a polling driver.

Well, it had code to set XS_CTL_POLL:

#define ASC_POLL 1
...
#if ASC_POLL > 0
               /* ensure command is polling for the moment */

               if (asc_poll)
                       xs->xs_control |= XS_CTL_POLL;
#endif

which I've replaced with use of SCSIPI_ADAPT_POLL_ONLY.

> Or have you integrated the rewrite in the PR?

No: that'll need actual thought, which I don't have much time for right
now.

-- 
Ben Harris                                                   <bjh21@netbsd.org>
Portmaster, NetBSD/acorn26           <URL:http://www.netbsd.org/Ports/acorn26/>