Date: Wed, 29 Sep 1999 10:38:56 -0600 (MDT) From: "Justin T. Gibbs" <gibbs@narnia.plutotech.com> To: Kevin Street <street@iname.com>, Gerard Roudier <groudier@club-internet.fr> Cc: scsi@FreeBSD.org Subject: Re: sym driver 0.3.0 Message-ID: <199909291638.KAA14390@narnia.plutotech.com> In-Reply-To: <874sgfog96.fsf@mired.eh.local> <Pine.LNX.3.95.990928181444.476A-100000@localhost> <14321.29414.266150.585956@mired.eh.local>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <14321.29414.266150.585956@mired.eh.local> you wrote: > > Is it cam or the ncr driver which reduces the tags to the correct value? > It would definitely be useful if the sym driver could dynamically > reduce the tags for devices that can't handle 64 openings. The peripheral driver/XPT will reduce the number of tags so long as the QUEUE FULL return status is passed all the way up the food chain. It looks as those the sym_hipd driver returns CAM_REQUEUE_REQ in this case instead of CAM_SCSI_STATUS_ERROR. (The status was originally set correctly by the QUEUE FULL handler, but is later clobbered by the run down of the qtmp queue). -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909291638.KAA14390>