Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 14 Mar 1999 19:48:27 -0700 (MST)
From:      "Kenneth D. Merry" <ken@plutotech.com>
To:        cao@bus.net (Chuck O'Donnell)
Cc:        scsi@FreeBSD.ORG
Subject:   Re: error messages from bt driver
Message-ID:  <199903150248.TAA16122@panzer.plutotech.com>
In-Reply-To: <19990314211454.A13537@milf18.bus.net> from "Chuck O'Donnell" at "Mar 14, 1999  9:14:54 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
Chuck O'Donnell wrote...
> On Sun, Mar 14, 1999 at 04:46:41PM -0700, Kenneth D. Merry wrote:
> > Chuck O'Donnell wrote...
> > > Attached below is a diff for the quirk, can you take a look and make
> > > sure I did it correctly?
> > 
> > I would set the minimum to 2, but if the controller never tells us
> > that the queue is full for the drive in question, you'll never get
> > down that low..
> 
> I haven't quite figured out exactly what mintags does in the big
> picture yet, still reading through the code and doc. I think I found
> where it is used in cam_periph.c, I'll look more tomorrow.

mintags is the hard minimum for the number of oustanding tags for a given
device.  If you look at the quirk entries for the Quantum Atlas II drives,
you'll notice that the maximum is 32, and the minimum is 24.

That's because the Atlas II continually returns queue full, until we have
reached the minimum.  So, we set the minimum to 24, and then just retry if
we get a queue full and we're already at the minimum.

Ken
-- 
Kenneth Merry
ken@plutotech.com


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?199903150248.TAA16122>