From owner-cvs-all@FreeBSD.ORG Sun Aug 26 04:34:27 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBA5416A469; Sun, 26 Aug 2007 04:34:24 +0000 (UTC) (envelope-from martin@gneto.com) Received: from proxy2.bredband.net (proxy2.bredband.net [195.54.101.72]) by mx1.freebsd.org (Postfix) with ESMTP id 8F35C13C457; Sun, 26 Aug 2007 04:34:24 +0000 (UTC) (envelope-from martin@gneto.com) Received: from mailbox.gneto.com (83.227.181.30) by proxy2.bredband.net (7.3.127) id 46CDAD5C0009604E; Sun, 26 Aug 2007 06:13:55 +0200 Received: from euklides.gneto.com (euklides.gneto.com [192.168.10.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailbox.gneto.com (Postfix) with ESMTP id EAC0128401; Sun, 26 Aug 2007 06:12:01 +0200 (CEST) Message-ID: <46D0FD44.5040402@gneto.com> Date: Sun, 26 Aug 2007 06:10:44 +0200 From: Martin Nilsson User-Agent: Thunderbird 2.0.0.6 (X11/20070802) MIME-Version: 1.0 To: Scott Long References: <200708252358.l7PNwjDP029931@repoman.freebsd.org> In-Reply-To: <200708252358.l7PNwjDP029931@repoman.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 26 Aug 2007 04:34:27 -0000 Scott Long wrote: > scottl 2007-08-25 23:58:45 UTC > > FreeBSD src repository > > Modified files: > sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h > Log: > Update the MFI driver to support new "1078" series of hardware. This > includes the upcoming Dell PERC6 series. Many thanks to LSI for > contributing this code. Hi, Have you removed the code from mpt that tries to attach to the 1078 chip? This is described in misc/115133 which can be closed after this have been taken care of. Also the man page for mfi need to be updated. As it is the driver supports these additional cards (xscale based): LSI MegaRAID SAS 8308ELP LSI MegaRAID SAS 8344ELP LSI MegaRAID SAS 84016E With the above commit the following ppc based adapters are also supported: MegaRAID SAS 8704ELP MegaRAID SAS 8708ELP MegaRAID SAS 8888ELP Regards, Martin > > Submitted by: LSI > Approved by: re > > Revision Changes Path > 1.33 +120 -21 src/sys/dev/mfi/mfi.c > 1.9 +30 -3 src/sys/dev/mfi/mfi_pci.c > 1.10 +37 -0 src/sys/dev/mfi/mfireg.h > 1.11 +34 -0 src/sys/dev/mfi/mfivar.h > _______________________________________________ > cvs-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/cvs-all > To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org" >