From owner-freebsd-scsi@FreeBSD.ORG Wed Mar 31 00:41:20 2004 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 56F6F16A4CE for ; Wed, 31 Mar 2004 00:41:20 -0800 (PST) Received: from light.sdf.com (light.sdf.com [207.200.153.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24A4443D1F for ; Wed, 31 Mar 2004 00:41:19 -0800 (PST) (envelope-from tom@sdf.com) Received: from tom (helo=localhost) by light.sdf.com with local-esmtp (Exim 4.22) id 1B8bJB-000LpH-Of; Wed, 31 Mar 2004 00:42:49 -0800 Date: Wed, 31 Mar 2004 00:42:49 -0800 (PST) From: Tom To: Nick Twaddell In-Reply-To: <20040331052015.B0CCC43D45@mx1.FreeBSD.org> Message-ID: <20040331004147.R2493@light.sdf.com> References: <20040331052015.B0CCC43D45@mx1.FreeBSD.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-scsi@freebsd.org Subject: Re: Raid drive speeds X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Mar 2004 08:41:20 -0000 On Tue, 30 Mar 2004, Nick Twaddell wrote: > I just connected to maxtor atlas 15k 73gig drives to my adaptec 2120S > controller. On boot this is what it says > > pass0: Fixed unknown SCSI-3 device > pass0: 160.000MB/s transfers (80.000MHz, offset 127, 16bit) > pass1 at aacp0 bus 0 target 1 lun 0 > pass1: <8737OR ATLAS15K_73SCA DP60> Fixed unknown SCSI-3 device > pass1: 26.400MB/s transfers (64bit) > > Why does it say one drive is 160MB transfers, and the other is 26.400MB > transfers. Both drives are ultra320 and they seem to show up as ultra320 in > the adaptec bios? I find it strange that the pass-through driver is even probing disks for you. The RAID controller typically hides physical disk from the OS. Tom