From owner-cvs-all@FreeBSD.ORG Sat Feb 25 07:45:55 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E8B9B16A420; Sat, 25 Feb 2006 07:45:55 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id ACF0743D45; Sat, 25 Feb 2006 07:45:55 +0000 (GMT) (envelope-from mjacob@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k1P7jtOj074060; Sat, 25 Feb 2006 07:45:55 GMT (envelope-from mjacob@repoman.freebsd.org) Received: (from mjacob@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k1P7jt1n074057; Sat, 25 Feb 2006 07:45:55 GMT (envelope-from mjacob) Message-Id: <200602250745.k1P7jt1n074057@repoman.freebsd.org> From: Matt Jacob Date: Sat, 25 Feb 2006 07:45:54 +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/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_pci.c mpt_reg.h src/sys/dev/mpt/mpilib mpi.h mpi_cnfg.h mpi_ioc.h mpi_sas.h mpi_type.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: Sat, 25 Feb 2006 07:45:56 -0000 mjacob 2006-02-25 07:45:54 UTC FreeBSD src repository Modified files: sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_pci.c mpt_reg.h sys/dev/mpt/mpilib mpi.h mpi_cnfg.h mpi_ioc.h mpi_sas.h mpi_type.h Log: Role a microrev of the MPI Library in preparation for target mode work. Make my portions of the license clearer. Thank Chris Ellsworth for his support in getting a bunch of this done. Revision Changes Path 1.8 +5 -2 src/sys/dev/mpt/mpilib/mpi.h 1.8 +43 -17 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.8 +121 -1 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.2 +16 -4 src/sys/dev/mpt/mpilib/mpi_sas.h 1.9 +20 -7 src/sys/dev/mpt/mpilib/mpi_type.h 1.16 +34 -3 src/sys/dev/mpt/mpt.c 1.11 +32 -1 src/sys/dev/mpt/mpt.h 1.6 +36 -5 src/sys/dev/mpt/mpt_cam.c 1.3 +32 -1 src/sys/dev/mpt/mpt_cam.h 1.11 +67 -45 src/sys/dev/mpt/mpt_debug.c 1.24 +33 -0 src/sys/dev/mpt/mpt_pci.c 1.2 +32 -1 src/sys/dev/mpt/mpt_reg.h