From owner-cvs-all Sun Sep 1 16: 8:16 2002 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 9A6DE37B400; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 507CA43E42; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: from freefall.freebsd.org (mjacob@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g81N87JU054395; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) (envelope-from mjacob@freefall.freebsd.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g81N87qT054394; Sun, 1 Sep 2002 16:08:07 -0700 (PDT) Message-Id: <200209012308.g81N87qT054394@freefall.freebsd.org> From: Matt Jacob Date: Sun, 1 Sep 2002 16:08:07 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h mpt_pci.c src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h X-FreeBSD-CVS-Branch: RELENG_4 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mjacob 2002/09/01 16:08:07 PDT Modified files: (Branch: RELENG_4) sys/dev/mpt mpt.c mpt.h mpt_freebsd.c mpt_freebsd.h mpt_pci.c sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_init.h mpi_ioc.h mpi_lan.h mpi_raid.h mpi_targ.h mpi_type.h Log: MFC: a) we don't believe what the board tells us all the time (if the BIOS hasn't run, port page 2 and port page 0 tend to be garbage) b) add the missing code to set parameters for the SPI cards. c) Fix copyrights in mpilib in concordance with LSI and other freebsd developers. Revision Changes Path 1.1.2.2 +22 -2 src/sys/dev/mpt/mpilib/fc_log.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_fc.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_init.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_lan.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_raid.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_targ.h 1.1.2.2 +22 -1 src/sys/dev/mpt/mpilib/mpi_type.h 1.3.2.2 +34 -11 src/sys/dev/mpt/mpt.c 1.2.2.2 +3 -1 src/sys/dev/mpt/mpt.h 1.3.2.2 +238 -21 src/sys/dev/mpt/mpt_freebsd.c 1.3.2.2 +4 -2 src/sys/dev/mpt/mpt_freebsd.h 1.3.2.2 +8 -0 src/sys/dev/mpt/mpt_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message