From owner-freebsd-stable@FreeBSD.ORG Sun Mar 20 18:09:34 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0E6401065672 for ; Sun, 20 Mar 2011 18:09:34 +0000 (UTC) (envelope-from telbizov@gmail.com) Received: from mail-qy0-f175.google.com (mail-qy0-f175.google.com [209.85.216.175]) by mx1.freebsd.org (Postfix) with ESMTP id B989C8FC1C for ; Sun, 20 Mar 2011 18:09:33 +0000 (UTC) Received: by qyk35 with SMTP id 35so1783357qyk.13 for ; Sun, 20 Mar 2011 11:09:32 -0700 (PDT) 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; bh=FckFWpUNlSgCMDPbeLI784JtLl1CO3nvHX8pbqOdEVU=; b=H6z2/TJT1/k0F5LhukfOTxTwFVoCb5rygM0INXUBi3Vadev9cnzfylSaGhqqfhL5Z9 uwL2txyce/UwvDV8PYk7XU20faCD+EBLw/c+AiTQgYn+aPI36Ae+khkVLh9So1eQLOyT 8SGq5ngDPY0AskSXLzqxpTvFEPEw18QXg+Cms= 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; b=j7N7v6YCLpcwPntJN4ig1ZYc88qoa836OJFVvlxeTPoyvjniOuq/J0KIvrryCd0oPO zPTYJUdFrMXVv2BVqM7ecqQlVm4KM5aY2Ny9JR1X1n6+R0CptjhWii9KkZIzlsa+1g5a 1+qRkDSfPPcr4CslHhiWH/txF62TFAdbrQD0o= MIME-Version: 1.0 Received: by 10.229.71.77 with SMTP id g13mr2538498qcj.116.1300644572830; Sun, 20 Mar 2011 11:09:32 -0700 (PDT) Received: by 10.229.225.4 with HTTP; Sun, 20 Mar 2011 11:09:32 -0700 (PDT) In-Reply-To: <1300618959.2191.5.camel@netti> References: <1300618959.2191.5.camel@netti> Date: Sun, 20 Mar 2011 11:09:32 -0700 Message-ID: From: Rumen Telbizov To: Denny Schierz Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-stable@freebsd.org Subject: Re: SAS HBA LSI 9200-8e supported under 8.2? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2011 18:09:34 -0000 Denny, LSI 9200-8e is based on the SAS2008 chip and the driver for that chip (mps) has recently been merged from current into stable but before 8.2-RELEASE. Therefore if you're using 8.2-RELEASE iso image to install FreeBSD on a SAS2008 system - you won't see any disks whatsoever. Unfortunately I can't find an 8.2-STABLE snapshot on the ftp.freebsd.orgeither which would have contained the mps driver. I hope someone who's capable of doing this can build one. Now in the meantime what I suggest is that you do the following (that's what I do): 1. Install 8.2-RELEASE on a system that uses another, supported, controller. 2. Upgrade it to latest STABLE and recompile world and kernel. Make sure you have device mps in the kernel configuration. 3. Download http://mfsbsd.vx.sk/iso/mfsbsd-8.2-amd64.iso which is a small ram live system. Still it doesn't have mps. I wrote an email to Martin Matuska requesting a build against stable but he didn't reply. 4. Replace the kernel in the mfsbsd with the kernel that you've built. Copy zfs.ko and opensolaris.ko too 5. Boot mfsbsd from PXE (easiest) and install the system as per http://wiki.freebsd.org/RootOnZFS#head-378d1d7d308d71637a3466a4f98f845aaeaa116a if you're planning on using ZFS root. Improvisation in the above process is strongly suggested ;) I hope this helps a bit. Cheers, Rumen Telbizov On Sun, Mar 20, 2011 at 4:02 AM, Denny Schierz wrote: > hi, > > I'm new to BSD and I want to know, if the SAS HBA LSI 9200-8e is > supported under FreeBSD 8.2. > We installed FreeBSD on SATA disks, but I can't see any devices through > the SAS HBA, so maybe I have to load the driver first. > > cu denny > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" > -- Rumen Telbizov http://telbizov.com