From owner-freebsd-current@FreeBSD.ORG Thu Apr 8 09:37:07 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 632F116A4CE; Thu, 8 Apr 2004 09:37:07 -0700 (PDT) Received: from www.ambrisko.com (adsl-64-174-51-42.dsl.snfc21.pacbell.net [64.174.51.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id DFC3343D1F; Thu, 8 Apr 2004 09:37:06 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: from ambrisko.com (localhost [127.0.0.1]) by www.ambrisko.com (8.12.9p2/8.12.9) with ESMTP id i38GarCf030859; Thu, 8 Apr 2004 09:36:53 -0700 (PDT) (envelope-from ambrisko@ambrisko.com) Received: (from ambrisko@localhost) by ambrisko.com (8.12.9p2/8.12.9/Submit) id i38GareL030858; Thu, 8 Apr 2004 09:36:53 -0700 (PDT) (envelope-from ambrisko) From: Doug Ambrisko Message-Id: <200404081636.i38GareL030858@ambrisko.com> In-Reply-To: <40757DC5.8050300@DeepCore.dk> To: =?ISO-8859-1?Q?S=F8ren_Schmidt?= Date: Thu, 8 Apr 2004 09:36:53 -0700 (PDT) X-Mailer: ELM [version 2.4ME+ PL94b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=UNKNOWN-8BIT cc: freebsd-current@freebsd.org Subject: Re: ICH5R SATA RAID? 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: Thu, 08 Apr 2004 16:37:07 -0000 Søren Schmidt writes: | Then you are about as far as I was when I got sidetracked back when :) | I have code to read adaptec / AMI / Intel meta data, but no writes yet, | so it has stranded there as I hoped that the right solution would show | up in GEOM somehow. However now that I'm close to having the Promise | SX4/4000 going I realize that a GEOM solution wont fly for me anyways so | things might get changed .... Did you determine the Intel format was the same as the others or different. I only have the Intel HW to work with. Could you share the code for the Intel part so it will be easier to merge with your WIP. It seems the biggest part of the task it to create the mappings from the ata-raid structure to the disk. GEOM isn't an answer for me need since I need to run this under -stable. This should be fairly easier to migrate to GEOM when the time comes. Thanks, Doug A.