From owner-cvs-src@FreeBSD.ORG Sat Aug 25 23:58:46 2007 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3A7BB16A41A; Sat, 25 Aug 2007 23:58:46 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 11DBF13C478; Sat, 25 Aug 2007 23:58:46 +0000 (UTC) (envelope-from scottl@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l7PNwj09029932; Sat, 25 Aug 2007 23:58:45 GMT (envelope-from scottl@repoman.freebsd.org) Received: (from scottl@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l7PNwjDP029931; Sat, 25 Aug 2007 23:58:45 GMT (envelope-from scottl) Message-Id: <200708252358.l7PNwjDP029931@repoman.freebsd.org> From: Scott Long Date: Sat, 25 Aug 2007 23:58:45 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/mfi mfi.c mfi_pci.c mfireg.h mfivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Aug 2007 23:58:46 -0000 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. 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