From owner-freebsd-stable@FreeBSD.ORG Fri Aug 25 01:49:15 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBB1216A4E1; Fri, 25 Aug 2006 01:49:15 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from linda-4.paradise.net.nz (bm-4a.paradise.net.nz [203.96.152.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45C7C43D53; Fri, 25 Aug 2006 01:49:14 +0000 (GMT) (envelope-from markir@paradise.net.nz) Received: from smtp-1.paradise.net.nz (tclsnelb1-src-1.paradise.net.nz [203.96.152.172]) by linda-4.paradise.net.nz (Paradise.net.nz) with ESMTP id <0J4J005AQ6DSUS@linda-4.paradise.net.nz>; Fri, 25 Aug 2006 13:49:06 +1200 (NZST) Received: from [192.168.1.11] (218-101-28-131.dsl.clear.net.nz [218.101.28.131]) by smtp-1.paradise.net.nz (Postfix) with ESMTP id 09629166C694; Fri, 25 Aug 2006 13:49:03 +1200 (NZST) Date: Fri, 25 Aug 2006 13:49:02 +1200 From: Mark Kirkwood In-reply-to: <200608250933.33075.doconnor@gsoft.com.au> To: Daniel O'Connor Message-id: <44EE570E.4090408@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7bit User-Agent: Thunderbird 1.5.0.4 (X11/20060704) References: <44EC0B9B.5020705@withagen.nl> <200608241726.21473.doconnor@gsoft.com.au> <200608250933.33075.doconnor@gsoft.com.au> Cc: amd64@freebsd.org, stable@freebsd.org, freebsd-stable@freebsd.org, Nikolas Britton Subject: Re: suggestions for SATA RAID cards X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Aug 2006 01:49:16 -0000 Daniel O'Connor wrote: > On Friday 25 August 2006 01:52, Nikolas Britton wrote: >>> I believe Promise *do* support FreeBSD quite a bit. >> Maybe as an after thought. I also don't see any link on their site for >> FreeBSD support, lets check google: > > > cvs log ata-chipset.c.. > ---------------------------- > revision 1.21 > date: 2003/05/01 06:20:50; author: sos; state: Exp; lines: +144 -7 > I'm pleased to announce that Promise is now supporting the FreeBSD > project by providing documentation (under NDA) and hardware for > testing. This commit is the first result of the cooperation, and > adds support for several of their new controllers that we didn't > support before (and probably newer would have without this arrangement). > > Add support for the Promise SATA150 TX2/TX4 and the Promise TX4000 > controllers. This also adds support for various motherboard fitted > Promise SATA/ATA chips. > Note that this code uses memory mapped registers to minimize overhead. > I belive FreeBSD has made another first in the Open Source world > by being able to release support for this :) > ---------------------------- > While this is true, Promise support seems somewhat problematic for the 4 port cards - I have a TX4000 which FreeBSD (4,5,6,7) consistently see no disks attached to - ever, and a SX4060 that gives ATA semaphore timeouts and 'danger Will Robinson' no matter what disks are attached to it... so neither of these are any use to me for FreeBSD, unfortunately (I gave up and installed Gentoo on the box with the TX4000). By comparison, I have a 3ware 7506 which works perfectly. Admittedly, this is all pretty old HW, but I believe there are still similar issues with *some* newer Promise SATA cards.... Cheers Mark