From owner-freebsd-current@FreeBSD.ORG Sun Feb 15 06:12:54 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 A375416A4CE for ; Sun, 15 Feb 2004 06:12:54 -0800 (PST) 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 030BB43D2F for ; Sun, 15 Feb 2004 06:12:54 -0800 (PST) (envelope-from sos@DeepCore.dk) Received: from DeepCore.dk (sos.deepcore.dk [194.192.25.130]) by spider.deepcore.dk (8.12.10/8.12.10) with ESMTP id i1FEDP0G037668; Sun, 15 Feb 2004 15:13:25 +0100 (CET) (envelope-from sos@DeepCore.dk) Message-ID: <402F7E61.1060304@DeepCore.dk> Date: Sun, 15 Feb 2004 15:12:49 +0100 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6b) Gecko/20040126 Thunderbird/0.4 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gabriel Ambuehl References: <1123980863.20040215144711@buz.ch> In-Reply-To: <1123980863.20040215144711@buz.ch> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-mail-scanned: by DeepCore Virus & Spam killer v1.3 X-Mailman-Approved-At: Mon, 16 Feb 2004 05:19:49 -0800 cc: current@freebsd.org Subject: Re: SI3112A SATA controller RAID support? 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, 15 Feb 2004 14:12:54 -0000 Gabriel Ambuehl wrote: > Hi, > I'm wondering if there's no RAID support for the SI3112A in current > as my drives in a RAID1 array show up as ad4 and ad6 but not as ar0 in > the setup. So if I want to use those SATA drives in a RAID1 array, do > I really need to get another controller (presumably Highpoint based) > (software RAID is out of question)? All the ATA "RAID controllers" in this category are software based. Support is depended on the BIOS type, as all that is needed is to know the format of the RAID metadata stored on disk. Currently only HPT and Promise formats are known, but I have code for AMI and Intel in the works (but far from usable yet)... -- -Søren