From owner-freebsd-current@FreeBSD.ORG Mon Oct 4 12:08:21 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C10B816A4CF for ; Mon, 4 Oct 2004 12:08:21 +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 1C10043D1F for ; Mon, 4 Oct 2004 12:08:21 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [172.18.2.1] (axiell-gw1.novi.dk [130.225.63.24]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i94C8Gef041951; Mon, 4 Oct 2004 14:08:18 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <41613D2B.6030609@DeepCore.dk> Date: Mon, 04 Oct 2004 14:08:11 +0200 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: Jason DiCioccio References: In-Reply-To: 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: freebsd-current@freebsd.org Subject: Re: Serial ATA, Write Caching and Soft-Updates X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2004 12:08:21 -0000 Jason DiCioccio wrote: > Greetings! > I'm just asking this question mainly out of curiosity. However, I kno= w=20 > that Serial ATA drives can support 'native command queuing' (an improve= d=20 > version of tagged command queuing apparently). As a result, are serial= =20 > ATA drives safe to use in a soft-updates+write caching enabled setup? = > Do they suffer from the same write caching issues that the PATA drives = > suffered from? First off we (or rather I) need to grow support for NCQ, and in most=20 cases you will need a controller that supports it as well. As to the suffering, no idea yet, havn't had any NCQ capable HW in the=20 lab yet. --=20 -S=F8ren