Date: Thu, 8 Jun 2006 17:48:15 +0000 (UTC) From: Matt Jacob <mjacob@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_freebsd.c mpt_freebsd.h mpt_pci.c mpt_raid.c mpt_raid.h mpt_reg.h src/sys/dev/mpt/mpilib fc_log.h mpi.h mpi_cnfg.h mpi_fc.h mpi_inb.h mpi_init.h mpi_ioc.h mpi_lan.h ... Message-ID: <200606081748.k58HmKke052659@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
mjacob 2006-06-08 17:48:15 UTC FreeBSD src repository Modified files: (Branch: RELENG_5) sys/dev/mpt mpt.c mpt.h mpt_debug.c mpt_pci.c sys/dev/mpt/mpilib 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 Added files: (Branch: RELENG_5) sys/dev/mpt mpt_cam.c mpt_cam.h mpt_raid.c mpt_raid.h mpt_reg.h sys/dev/mpt/mpilib mpi_inb.h mpi_log_fc.h mpi_log_sas.h mpi_sas.h mpi_tool.h Removed files: (Branch: RELENG_5) sys/dev/mpt mpt_freebsd.c mpt_freebsd.h sys/dev/mpt/mpilib fc_log.h Log: MFC -current mpt driver to support FC target mode and SAS HBAs plus probably correct U320 negotiations. Revision Changes Path 1.3.8.2 +0 -110 src/sys/dev/mpt/mpilib/fc_log.h (dead) 1.4.4.2 +155 -40 src/sys/dev/mpt/mpilib/mpi.h 1.4.4.2 +1307 -66 src/sys/dev/mpt/mpilib/mpi_cnfg.h 1.3.8.2 +41 -28 src/sys/dev/mpt/mpilib/mpi_fc.h 1.1.4.1 +250 -0 src/sys/dev/mpt/mpilib/mpi_inb.h (new) 1.4.4.2 +281 -27 src/sys/dev/mpt/mpilib/mpi_init.h 1.4.4.2 +373 -53 src/sys/dev/mpt/mpilib/mpi_ioc.h 1.3.8.2 +31 -23 src/sys/dev/mpt/mpilib/mpi_lan.h 1.1.4.1 +117 -0 src/sys/dev/mpt/mpilib/mpi_log_fc.h (new) 1.1.4.1 +181 -0 src/sys/dev/mpt/mpilib/mpi_log_sas.h (new) 1.4.4.2 +43 -24 src/sys/dev/mpt/mpilib/mpi_raid.h 1.2.4.1 +288 -0 src/sys/dev/mpt/mpilib/mpi_sas.h (new) 1.3.8.2 +280 -33 src/sys/dev/mpt/mpilib/mpi_targ.h 1.1.4.1 +380 -0 src/sys/dev/mpt/mpilib/mpi_tool.h (new) 1.4.2.2 +42 -25 src/sys/dev/mpt/mpilib/mpi_type.h 1.9.4.1 +1995 -639 src/sys/dev/mpt/mpt.c 1.4.4.2 +1136 -135 src/sys/dev/mpt/mpt.h 1.23.2.1 +4803 -0 src/sys/dev/mpt/mpt_cam.c (new) 1.4.2.1 +144 -0 src/sys/dev/mpt/mpt_cam.h (new) 1.5.2.1 +315 -54 src/sys/dev/mpt/mpt_debug.c 1.15.4.2 +0 -1530 src/sys/dev/mpt/mpt_freebsd.c (dead) 1.9.4.2 +0 -359 src/sys/dev/mpt/mpt_freebsd.h (dead) 1.16.2.2 +373 -200 src/sys/dev/mpt/mpt_pci.c 1.10.2.1 +1777 -0 src/sys/dev/mpt/mpt_raid.c (new) 1.6.2.1 +101 -0 src/sys/dev/mpt/mpt_raid.h (new) 1.4.2.1 +159 -0 src/sys/dev/mpt/mpt_reg.h (new)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606081748.k58HmKke052659>