From owner-freebsd-hardware@FreeBSD.ORG Tue Jan 18 22:57:12 2011 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 D11F61065698; Tue, 18 Jan 2011 22:57:12 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 6C6AF8FC0C; Tue, 18 Jan 2011 22:57:12 +0000 (UTC) Received: by qwj9 with SMTP id 9so164807qwj.13 for ; Tue, 18 Jan 2011 14:57:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=4tF8tuiuhA/p4JppNlNLYm6owl/w6r51cgWWBqXeEvM=; b=oSdJQf0VRFSdCIMpkBBDgIVuz+oOr540HivprvPjhWkJRPpTDA28w19EdBskvxt1lm wgIBihShg4d/Ou971SWamSusAG5zH5lOjl1hQHw5dFk3fNxJ8M+8q7BxzkBJhmoPm++7 mEkoWgNf0IuQBGKCxF2ZLPGScdFU0tLEtE1TQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EqSQhHeISzn+n6Nm+3uBIw9WUIDeVFGA3FevTcMBoyoMRuv+j1FG3SJigcGVvZQxyM NPme6bjOrJ/y3LERppqU5q1GU2yiLQ+9cskBWophm3Qxw9trldmWKR3l/atTNAdyZyzo +LyXhvQhUdAbod27eG4et/1ID55bFZwRH73RY= MIME-Version: 1.0 Received: by 10.229.185.1 with SMTP id cm1mr5263190qcb.81.1295389738683; Tue, 18 Jan 2011 14:28:58 -0800 (PST) Received: by 10.229.102.87 with HTTP; Tue, 18 Jan 2011 14:28:58 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Jan 2011 01:28:58 +0300 Message-ID: From: Sergey Kandaurov To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-hardware@freebsd.org Subject: Re: IBM / LSI disk card & 10 Gbit broadcom NIC not detected 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, 18 Jan 2011 22:57:12 -0000 On 18 January 2011 21:29, Ivan Voras wrote: > Hi, > > I have a bleeding edge machine here with new hardware, unrecognized by > FreeBSD (stable and current). The RAID controller is a LSI/IBM-rebranded > product and the 10 gbit NICs are Broadcom's. > > I'd be interested in a (very) quick solution, especially for the disk > driver, otherwise I'll have to (quickly) install something else on the > server. > > > none2@pci0:3:0:0: =A0 =A0 =A0 class=3D0x010400 card=3D0x03b11014 chip=3D0= x00731000 Hi. LSI itself identifies that h/w with chip=3D0x00731000 as "Drake Skinny". As per my conversation with Scott Long some time ago, "the current driver i= n FreeBSD will work adequately for every MegaRAID SAS card except the "Skinny= " and "Drake" models. There are some serious bugs in the code provided by LSI= . First, they assume that only one adapter will be present in the system, and store per-instance data in a set of global variables." I don't know personally if something has changes since then. --=20 wbr, pluknet