Date: Sun, 1 Sep 2002 16:08:07 -0700 (PDT) From: Matt Jacob <mjacob@FreeBSD.org> 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 Message-ID: <200209012308.g81N87qT054394@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209012308.g81N87qT054394>