From owner-freebsd-arch@FreeBSD.ORG Mon Jun 15 22:57:48 2009 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7A8461065674; Mon, 15 Jun 2009 22:57:48 +0000 (UTC) (envelope-from oz@nixil.net) Received: from nixil.net (nixil.net [161.58.222.1]) by mx1.freebsd.org (Postfix) with ESMTP id 3C1DF8FC1D; Mon, 15 Jun 2009 22:57:47 +0000 (UTC) (envelope-from oz@nixil.net) Received: from demigorgon.corp.verio.net (fw.oremut02.us.wh.verio.net [198.65.168.24]) (authenticated bits=0) by nixil.net (8.13.6.20060614/8.13.6) with ESMTP id n5FMivUW070044 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 15 Jun 2009 16:45:10 -0600 (MDT) Message-ID: <4A36CEE9.9040101@nixil.net> Date: Mon, 15 Jun 2009 16:44:57 -0600 From: Phil Oleson User-Agent: Thunderbird 2.0.0.14 (X11/20080623) MIME-Version: 1.0 To: Matthew Dillon References: <4A254B45.8050800@mavhome.dp.ua> <4A294DC3.5010008@mavhome.dp.ua> <200906051728.n55HSFf0076644@apollo.backplane.com> <200906152352.48231.Daan@vehosting.nl> <200906152209.n5FM9psY007070@apollo.backplane.com> In-Reply-To: <200906152209.n5FM9psY007070@apollo.backplane.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (nixil.net [161.58.222.1]); Mon, 15 Jun 2009 16:45:11 -0600 (MDT) X-Virus-Scanned: ClamAV 0.94.2/9467/Mon Jun 15 02:11:58 2009 on nixil.net X-Virus-Status: Clean Cc: Daan Vreeken , Alexander Motin , FreeBSD-Current , freebsd-arch@freebsd.org Subject: Re: WIP: ATA to CAM integration X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jun 2009 22:57:49 -0000 Matthew Dillon wrote: > :Hi, > : > :According to the following link : > : http://www.siliconimage.com/products/product.aspx?pid=32 > : > :the SiI3132 supports FIS based switching. We use them in a storage server > :prototype. > : > :Regards, > :-- > :Daan Vreeken > :VEHosting > > Yah, I have a bunch of those. They aren't AHCI parts though (as far > as I know) so it doesn't help with the AHCI driver. They have their > own custom driver. But thanks for mentioning it :-) > > (Someone tell me if I'm wrong there, I'm pretty sure all the Sili stuff > uses a Sili-specific device driver). meh.. found this via google: http://www.tomshardware.com/reviews/storage-accessories,1787-2.html The article claims it's AHCI compliant.. though the addonics web page doesn't specifically says so from a cursory glance here: http://www.addonics.com/products/host_controller/extpm.asp and the other form factors. http://www.addonics.com/products/pm/ -Phil.