From owner-freebsd-scsi@FreeBSD.ORG Fri Dec 7 09:20:14 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B0017CA0 for ; Fri, 7 Dec 2012 09:20:14 +0000 (UTC) (envelope-from mathieu.sim@gmail.com) Received: from mail-bk0-f54.google.com (mail-bk0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 33C888FC12 for ; Fri, 7 Dec 2012 09:20:12 +0000 (UTC) Received: by mail-bk0-f54.google.com with SMTP id je9so122274bkc.13 for ; Fri, 07 Dec 2012 01:20:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=WO8uk4YOTW8iM8ftKXa7uHgcToOFLHTxgmQLBABZEm4=; b=E2WZtHv1ma/2Fklkf3ggQL90e4mggJCpSkX2ty9pva/kj7oj0ADwQUcHQ919cNM2Gq T9rB+lawQFcbPiyB/ORzELWbzhnFU7+XLtZP7g1MQL4WOd/u+Q7mZQ5nQ6uM+7yD8x4Q TwQ7LvvE4v/e+/4iydKSjpt3U9btzovXBJw3lTOs7Wr/Enw/rtKqGHHqjsJmSo/o0V/V sFIPiepTOcK3tTo6ZE5x/TOZV0dKYueLruCb8eOnT08LeV+1E3SSKA0VJh1i9w9B4ivE CV1znpqmAllK3EXQ+Bc/iLW+w37Y6VcqfW4swPkqvLzRKMpUlq1LhM22wVQaN8Mmdvfd NbkA== Received: by 10.204.6.20 with SMTP id 20mr1740736bkx.33.1354872011072; Fri, 07 Dec 2012 01:20:11 -0800 (PST) Received: from [192.168.1.51] (77-195.196-178.cust.bluewin.ch. [178.196.195.77]) by mx.google.com with ESMTPS id hm8sm8317643bkc.10.2012.12.07.01.20.09 (version=SSLv3 cipher=OTHER); Fri, 07 Dec 2012 01:20:10 -0800 (PST) Message-ID: <50C1B4C9.7060107@gmail.com> Date: Fri, 07 Dec 2012 10:20:09 +0100 From: Mathieu Simon User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: freebsd-scsi@freebsd.org Subject: mfi DELL H810 support Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Dec 2012 09:20:14 -0000 G'day I've also run in a similar situation but it seems the manpage could need some updating since the new driver actually supports a wider range of mfi controllers than yet documented. >From reading I'm quite certain PERC H810 is a MegaRAID, not an plain HBA thus I'd guess your bet with mfi wasn't wrong, mps is for HBA or HBA-mode flashed RAID boards. Just give it a try, if mfiutil can 'show adapters' and 'show drives' you might be lucky. But thunderbolt/drake skinny support was only merged after 8.3 and 9.0, so your first try might be with 9.1. Since I'm quite new to FreeBSD I didn't knew better than making a problem report for the adapters I found they worked for me (shameless plug): http://www.freebsd.org/cgi/query-pr.cgi?pr=173893 pfSense has imported the patches from 8-STABLE and yet I haven't experienced problems with mfi using a IBM ServeRAID M1115 (I hope it stays as such... and thanks to the developers!). Best regards Mathieu