From owner-freebsd-hackers@FreeBSD.ORG Mon Nov 22 20:54:38 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9736016A4CE; Mon, 22 Nov 2004 20:54:38 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD0FD43D5E; Mon, 22 Nov 2004 20:54:37 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id iAMKsInm069524; Mon, 22 Nov 2004 21:54:20 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <41A251F5.9020601@DeepCore.dk> Date: Mon, 22 Nov 2004 21:54:13 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Gilbert References: <16798.12075.465147.307112@canoe.dclg.ca> <864qjixdpi.wl%sf@FreeBSD.org> <41A1FB7D.9000308@jonny.eng.br> <41A2444E.2090609@jonny.eng.br> <16802.17819.983480.763628@canoe.dclg.ca> In-Reply-To: <16802.17819.983480.763628@canoe.dclg.ca> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-mail-scanned: by DeepCore Virus & Spam killer v1.4 cc: FUJISHIMA Satsuki cc: Charles Sprickman cc: =?ISO-8859-1?Q?Jo=E3o_Carlos_Mendes_Lu=EDs?= cc: freebsd-hackers@freebsd.org Subject: Re: List of fake vs. real SATA drives. X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 20:54:38 -0000 David Gilbert wrote: >>>>>>"Jo=E3o" =3D=3D Jo=E3o Carlos Mendes Lu=EDs wr= ites: >=20 >=20 > Jo=E3o> IIF they really have command queueing, I do believe. So, a > Jo=E3o> bridged SATA drive will not have command queuing, right? >=20 > Well... from what I've read, the WD bridged drives do have queueing > because they had an ATA-100 implementation of it. >=20 > Jo=E3o> Does FreeBSD already take advantage of this? How could I check= > Jo=E3o> if my SATA drivers have command queueing or not? >=20 > I'd like to know as well. Currently the ATA driver does not support neither TCQ nor NCQ. For this to work at all both disk and controller needs to support the=20 mode in question. I've just gotten my hands on one of the new Promise=20 controllers that supports NCQ, but I still need disks to get it going. I do have a few Raptor's that support the TCQ mode but initial testing=20 shows little benefit from it so it moved to the backburner... --=20 -S=F8ren