From owner-freebsd-hardware@FreeBSD.ORG Tue Feb 2 15:23:36 2010 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 29B161065672 for ; Tue, 2 Feb 2010 15:23:36 +0000 (UTC) (envelope-from michael@fuckner.net) Received: from dedihh.fuckner.net (dedihh.fuckner.net [81.209.183.161]) by mx1.freebsd.org (Postfix) with ESMTP id AF2148FC16 for ; Tue, 2 Feb 2010 15:23:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by dedihh.fuckner.net (Postfix) with ESMTP id BF2E515AC5; Tue, 2 Feb 2010 16:06:51 +0100 (CET) X-Virus-Scanned: amavisd-new at example.com Received: from dedihh.fuckner.net ([127.0.0.1]) by localhost (dedihh.fuckner.net [127.0.0.1]) (amavisd-new, port 10024) with SMTP id 3CWJGonYtqBb; Tue, 2 Feb 2010 16:06:47 +0100 (CET) Received: from fuckner2.delnet (unknown [85.183.0.20]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by dedihh.fuckner.net (Postfix) with ESMTPSA id CE72915AB4; Tue, 2 Feb 2010 16:06:46 +0100 (CET) Message-ID: <4B683F37.4040807@fuckner.net> Date: Tue, 02 Feb 2010 16:05:27 +0100 From: Michael Fuckner User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.1.7) Gecko/20100122 Thunderbird/3.0.1 MIME-Version: 1.0 To: Tanel Rebane References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: quoted-printable Cc: "'freebsd-hardware@freebsd.org'" Subject: Re: Status on LSI SAS2008? 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, 02 Feb 2010 15:23:36 -0000 On 02/02/10 13:11, Tanel Rebane wrote: > Does anyone know the status of the LSI SAS2008 chipset in regards to > FreeBSD? If any, I suppose it=92s the mfi(4)-driver that should pick u= p > support. I know the LSI SAS2108 should work fine with mfi(4) but I > have no idea how big the differences between 2008 and 2108 are. Hi all, I've been running those cards on Linux. The 2008-Chip is an HBA-Chip. Linux uses the mpt2sas Driver (the old=20 HBAs are using mptsas). The 2108 is the Raid-Chip using the megaraid_sas or 3w-sas driver=20 (depending on the firmware installed- LSI 9261-8i and 3ware 9750-8i seem=20 to have identical Hardware. Regards, Michael!