Re: SCSI in 1.6 ?

Ben Harris <[email protected]> Tue, 6 Aug 2002 19:11:01 +0100 (BST)
Newsgroups gmane.os.netbsd.ports.acorn32
Message-ID <[email protected]>
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                                                   <[email protected]>
Portmaster, NetBSD/acorn26           <URL:http://www.netbsd.org/Ports/acorn26/>