Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Dec 1998 18:56:03 -0500 (EST)
From:      spork <spork@super-g.com>
To:        "Kenneth D. Merry" <ken@plutotech.com>
Cc:        freebsd-scsi@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG
Subject:   Re: CAM and -stable
Message-ID:  <Pine.BSF.4.00.9812141848260.10184-100000@super-g.inch.com>
In-Reply-To: <199812142321.QAA56332@panzer.plutotech.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Ken, 

This is your day.  I'm giving the following a spin.  I'm not much into C,
but I think I got all the fields right:

>            /*  Added to fix CRD-5440's lack of tags */
>            { T_DIRECT, SIP_MEDIA_FIXED, "CMD TECH", "CRD-5440*", "*"},
>               /*quirks*/0, /*mintags*/22, /*maxtags*/30
>       },
>       {

Thanks again, I appreciate your help with this...

Charles

---
Charles Sprickman
spork@super-g.com

On Mon, 14 Dec 1998, Kenneth D. Merry wrote:

> Oh, I should have been a little more clear there.  Go into
> sys/cam/cam_xpt.c, and look around near the top of the file.  You'll see a
> quirk table with entries like this:
> 
> 	{
> 		/* Reports QUEUE FULL for temporary resource shortages */
> 		{ T_DIRECT, SIP_MEDIA_FIXED, quantum, "XP39100*", "*" },
> 		/*quirks*/0, /*mintags*/24, /*maxtags*/32
> 	},
> 
> And, as far as numbers go, I'd suggest that you use exactly the numbers
> that we use for the Atlas II, above.  They'll apply to both luns of your
> RAID controller, so the available tag openings will be evenly split between
> the two.
> 
> 
> Ken
> -- 
> Kenneth Merry
> ken@plutotech.com
> 


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.00.9812141848260.10184-100000>