From owner-freebsd-scsi Mon Mar 1 18:38:33 1999 Delivered-To: freebsd-scsi@freebsd.org Received: from narnia.plutotech.com (narnia.plutotech.com [206.168.67.130]) by hub.freebsd.org (Postfix) with ESMTP id 7EB3A154F4 for ; Mon, 1 Mar 1999 18:38:30 -0800 (PST) (envelope-from gibbs@narnia.plutotech.com) Received: (from gibbs@localhost) by narnia.plutotech.com (8.9.1/8.7.3) id TAA16211; Mon, 1 Mar 1999 19:29:22 -0700 (MST) Date: Mon, 1 Mar 1999 19:29:22 -0700 (MST) From: "Justin T. Gibbs" Message-Id: <199903020229.TAA16211@narnia.plutotech.com> To: bag@sinbin.demos.su (Alex G. Bulushev) Cc: scsi@FreeBSD.org Subject: Re: RAID saga X-Newsgroups: pluto.freebsd.scsi In-Reply-To: <199903011038.NAA11096@sinbin.demos.su> User-Agent: tin/pre-1.4-980818 ("Laura") (UNIX) (FreeBSD/4.0-CURRENT (i386)) Sender: owner-freebsd-scsi@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > we use several IFT3102 without problems, it can work with fbsd cam as is > or with path to scsi_da.c > > 127,135d126 > < * Infortrend RAID controller doesn't like the > < * synchronize cache command. > < */ > < {T_DIRECT, SIP_MEDIA_FIXED, "IFT", "3102", "01*"}, > < /*quirks*/ DA_Q_NO_SYNC_CACHE > < > < }, This will disable tagged queueing (min and max tags default to 0 since they are not initialized). Was this your intention? I would not expect to see good performance from this array without tagged queueing turned on. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-scsi" in the body of the message