From owner-freebsd-current@FreeBSD.ORG Sun Dec 7 15:46:09 2003 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 7646816A4CE for ; Sun, 7 Dec 2003 15:46:09 -0800 (PST) Received: from smtp.covadmail.net (mx05.covadmail.net [63.65.120.65]) by mx1.FreeBSD.org (Postfix) with SMTP id 53DAE43FDD for ; Sun, 7 Dec 2003 15:46:07 -0800 (PST) (envelope-from strick@covad.net) Received: (covad.net 5060 invoked from network); 7 Dec 2003 23:45:59 -0000 Received: from unknown (HELO mist.nodomain) (67.101.100.50) by sun-qmail09 with SMTP; 7 Dec 2003 23:45:59 -0000 Received: from mist.nodomain (localhost [127.0.0.1]) by mist.nodomain (8.12.9p2/8.12.9) with ESMTP id hB7NjvZI000411; Sun, 7 Dec 2003 15:45:58 -0800 (PST) (envelope-from dan@mist.nodomain) Received: (from dan@localhost) by mist.nodomain (8.12.9p2/8.12.9/Submit) id hB7Njv1D000410; Sun, 7 Dec 2003 15:45:57 -0800 (PST) (envelope-from dan) Date: Sun, 7 Dec 2003 15:45:57 -0800 (PST) From: Dan Strick Message-Id: <200312072345.hB7Njv1D000410@mist.nodomain> To: current@freebsd.org cc: kuriyama@imgsrc.co.jp cc: dan@mist.nodomain Subject: Re: SATA disks on 5.2-CURRENT 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: Sun, 07 Dec 2003 23:46:09 -0000 On Mon, 08 Dec 2003 07:53:48 +0900, Jun Kuriyama wrote: > > Hmm, is there any performance loss by using legacy mode? > If you have two disk drives on a single SATA150 controller, they can be accessed simultaneously in "native" mode because they are on different ATA channels. If the controller is operated in "legacy" mode, the two disk drives appear to be on the same ATA channel and only one can be used at a time though it may be possible to do "overlapped" operations. I have not attempted to measure a performance difference between these two configurations. The loss of an ATA channel is sufficient reason to avoid legacy mode. Dan Strick strick@covad.net