From owner-freebsd-hardware@FreeBSD.ORG Mon Apr 9 20:32:20 2012 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7F471065778 for ; Mon, 9 Apr 2012 20:32:20 +0000 (UTC) (envelope-from dieterbsd@engineer.com) Received: from mailout-us.mail.com (mailout-us.gmx.com [74.208.5.67]) by mx1.freebsd.org (Postfix) with SMTP id 6B9548FC14 for ; Mon, 9 Apr 2012 20:32:20 +0000 (UTC) Received: (qmail 10794 invoked by uid 0); 9 Apr 2012 20:32:19 -0000 Received: from 67.206.184.8 by rms-us003.v300.gmx.net with HTTP Content-Type: text/plain; charset="utf-8" Date: Mon, 09 Apr 2012 16:32:17 -0400 From: "Dieter BSD" Message-ID: <20120409203219.155060@gmx.com> MIME-Version: 1.0 To: freebsd-hardware@freebsd.org X-Authenticated: #74169980 X-Flags: 0001 X-Mailer: GMX.com Web Mailer x-registered: 0 Content-Transfer-Encoding: 8bit X-GMX-UID: BCLxb/Zd3zOlNR3dAHAhWQ1+IGRvb8CS Subject: Re: PCI-X SATA (non HW-RAID) controller recommendation X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Apr 2012 20:32:20 -0000 Moritz writes: >> Can you (or someone else for that matter) recommend any decent PCI-X >> controller for use in "serious environments" >> I heard Silicon Image cards are supposed to be good? > Just wondering, do you (or anyone else) know whether there are PCI-X > SATA controllers with only 4 Ports with less issues than the ones > already mentioned? :-) > > Maybe 4 are enough after all... What do you mean by "serious environments"? speed? reliability? harsh environment? support? other? I have the Silicon Image 3132 which is PCIe-x1 with 2 sata ports. Not as fast as it should be but fast enough for my needs. Works well with FreeBSD siis(4), which provides NCQ. Works well with the 3726 port multiplier. Talks to recent 600MB/s drives at 300MB/s, unlike JMB363 which doesn't like 600MB/s drives, even with the sata rev hint set. Look into the 3124 which has 4 ports and is IIRC PCI-X. Said to be faster than the 3132. You probably want to avoid the first generation Silicon Image sata chips. They are very slow and word is that FreeBSD doesn't support them very well. (NetBSD does have good support, but they are still very slow.) If you don't need ueber speed on multiple ports at once, port multipliers are a good way to get more ports. Issue: if a port has a problem (flaky disk or whatever), siis(4) may do a bunch of DELAY(big number) which interferes with other hardware doing real-time data logging, causing data to be lost. Unacceptable. Does not require power cycle though. I don't recall it even needing a reboot.