From owner-freebsd-drivers@FreeBSD.ORG Mon Nov 29 15:32:34 2010 Return-Path: Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2ECFD1065672 for ; Mon, 29 Nov 2010 15:32:34 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id F41088FC08 for ; Mon, 29 Nov 2010 15:32:33 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id AA80A46B06; Mon, 29 Nov 2010 10:32:33 -0500 (EST) Received: from jhbbsd.localnet (smtp.hudson-trading.com [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id E56FC8A029; Mon, 29 Nov 2010 10:32:32 -0500 (EST) From: John Baldwin To: freebsd-drivers@freebsd.org, hwunsch@gmail.com Date: Mon, 29 Nov 2010 10:13:09 -0500 User-Agent: KMail/1.13.5 (FreeBSD/7.3-CBSD-20101102; KDE/4.4.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201011291013.09935.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Mon, 29 Nov 2010 10:32:33 -0500 (EST) X-Virus-Scanned: clamav-milter 0.96.3 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-1.9 required=4.2 tests=BAYES_00 autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on bigwig.baldwin.cx Cc: Subject: Re: Help on the MPS Driver X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Nov 2010 15:32:34 -0000 On Friday, November 26, 2010 8:07:42 pm Hans Wunsch wrote: > Hi all, > > I recently found myself in the position using the MPS driver to run an Del > MD3200 haning off of a Dell 710. Are there additional user groups that are > working on this? I'm looking for information specifically whether I'm doing > something wrong or if I should begin sharing problems I'm running into (for > instance, I could only see the first LUN off the MD3200). You might want to try e-mailing the scsi@ list as I believe more of the folks working on this driver hang out on that list. -- John Baldwin