From owner-freebsd-questions@FreeBSD.ORG Wed Jun 30 14:07:54 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B204106564A for ; Wed, 30 Jun 2010 14:07:54 +0000 (UTC) (envelope-from korvus@comcast.net) Received: from mx04.pub.collaborativefusion.com (mx04.pub.collaborativefusion.com [206.210.72.84]) by mx1.freebsd.org (Postfix) with ESMTP id 075C18FC18 for ; Wed, 30 Jun 2010 14:07:53 +0000 (UTC) Received: from [192.168.2.164] ([206.210.89.202]) by mx04.pub.collaborativefusion.com (StrongMail Enterprise 4.1.1.4(4.1.1.4-47689)); Wed, 30 Jun 2010 10:03:53 -0400 X-VirtualServerGroup: Default X-MailingID: 00000::00000::00000::00000::::870 X-SMHeaderMap: mid="X-MailingID" X-Destination-ID: freebsd-questions@freebsd.org X-SMFBL: ZnJlZWJzZC1xdWVzdGlvbnNAZnJlZWJzZC5vcmc= Message-ID: <4C2B4FB7.7010204@comcast.net> Date: Wed, 30 Jun 2010 10:07:51 -0400 From: Steve Polyack User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100311 Thunderbird/3.0.1 MIME-Version: 1.0 To: lists@midsummerdream.org References: <4C2A5E6E.4030005@midsummerdream.org> In-Reply-To: <4C2A5E6E.4030005@midsummerdream.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Recommended supported SATA Cards? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2010 14:07:54 -0000 On 06/29/10 16:58, Rob wrote: > I've been trying to find a PCI-e SATA II (300MB/s) controller card for > a FreeBSD 8.0 system, but am having problems determining if FreeBSD > 8.0 will support them. Ideally I'd like to find one that is not a HW > Raid controller, as I don't need that functionality since I place to > use ZFS and the HW Raid on the card just gets in the way. I know that > a HighPoint RocketRAID 23x0 (2310, 2320) will work with the htprr > driver, but those are HW RAID cards. > > I've found 'Adaptec 2241000-R 1430SA' and 'Rosewill RC-218' cards, and > those are the ones I'm having a hard time telling if FreeBSD supports. > Searching of the e-mail archives has given me mixed results and > nothing definitive to say that they work. > > I'm not sure what chipset the Adaptec 2241000-R 1430SA uses, but the > Rosewill uses the Marvell 88SX7042 chipset. I'd prefer to use Adaptec > if possible as in the past they produced good SCSI boards and used to > be well supported (in Linux anyway), but I'll use the Rosewill if it's > well supported in FreeBSD. It's also possible Adaptec has taken a hit > in support/quality since I last used one of their boards. :) > I think the Marvell SATA chipset work is still a work-in-progress. It may still be supported by the ata(4) driver, but that driver typically does not support any SATA-specific features, such as NCQ. > Does anyone know if the above boards are supported in FreeBSD? Anyone > have any recommendations for PCI-e 4x SATA controllers with a minimum > of 4 internal connectors? We use a handful of the SYBA SY-PEX40008 cards (http://www.newegg.com/Product/Product.aspx?Item=N82E16816124027) to manage a handful of drives with ZFS. The cards have some RAID features, but you can simply plug disks in and use them without involving the RAID layer. If your motherboard supports it, you can even disable the Option ROM from showing up on boot. Overall, the performance has been pretty good. The siis(4) driver has full support for the Sil3124 chipset that these use and supports all of the bells & whistles like NCQ and FIS-based switching for port multipliers. They have also been very stable. The only gripe for me is that it's only 1x PCI-E, instead of 4x, so you won't get full performance out of it once you have 4 fast drives attached. > > Rob > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >