From owner-freebsd-hardware@FreeBSD.ORG Tue Nov 17 05:20:56 2009 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 3669C106566C for ; Tue, 17 Nov 2009 05:20:56 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (pool-98-108-131-11.ptldor.fios.verizon.net [98.108.131.11]) by mx1.freebsd.org (Postfix) with ESMTP id 864FD8FC0A for ; Tue, 17 Nov 2009 05:20:55 +0000 (UTC) Received: by sopwith.solgatos.com (Postfix, from userid 66) id 0EC79B650; Mon, 16 Nov 2009 21:15:40 -0800 (PST) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id UAA02994; Mon, 16 Nov 2009 20:46:11 GMT Message-Id: <200911162046.UAA02994@sopwith.solgatos.com> To: freebsd-hardware@FreeBSD.org In-reply-to: Your message of "Mon, 16 Nov 2009 17:59:35 +0200." <4B0176E7.7080204@FreeBSD.org> Date: Mon, 16 Nov 2009 12:46:11 PST From: Dieter Cc: Subject: Re: Adaptec 1405 on FreeBSD 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: Tue, 17 Nov 2009 05:20:56 -0000 In message <4B0176E7.7080204@FreeBSD.org>, Alexander Motin writes: > >>> - SiI3124-based - fast and functional. It is actually PCI-X one, but > >>> there are many boards with built-in PCIe bridges. > > > > Do any of these fit in a x1 slot? > > I was surprised, but yes. My google-fu fails me. Any make/model, URLs, or keywords? > And as expected, bus limits it performance > badly. But it is still works much faster then 3132 at the same bus. Hmmm, I must not have tested both disks at once before on the 3132: One at a time: dd if=/dev/ad18 bs=1m count=1000 of=/dev/null 1048576000 bytes transferred in 8.807009 secs (119061534 bytes/sec) dd if=/dev/ad20 bs=1m count=1000 of=/dev/null 1048576000 bytes transferred in 8.800526 secs (119149243 bytes/sec) Two at once: dd if=/dev/ad18 bs=1m count=1000 of=/dev/null & dd if=/dev/ad20 bs=1m count=1000 of=/dev/null 1048576000 bytes transferred in 13.766050 secs (76171160 bytes/sec) 1048576000 bytes transferred in 13.799268 secs (75987799 bytes/sec) so 152 MB/s total rather than the expected ~238. PCIe x1 slot is supposed to be good for 250 MB/s, so it ought to be able to max out both disks at once, or at least get close.