cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h
mpt_debug.c 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 mpi_log_fc.h ...
Matt Jacob
mjacob at FreeBSD.org
Thu Jun 8 21:29:54 UTC 2006
mjacob 2006-06-08 17:47:35 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_6)
sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h
mpt_debug.c mpt_pci.c mpt_raid.c
mpt_raid.h mpt_reg.h
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_6)
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_6)
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.5.2.1 +0 -117 src/sys/dev/mpt/mpilib/fc_log.h (dead)
1.6.2.1 +121 -15 src/sys/dev/mpt/mpilib/mpi.h
1.6.2.1 +1226 -35 src/sys/dev/mpt/mpilib/mpi_cnfg.h
1.5.2.1 +7 -5 src/sys/dev/mpt/mpilib/mpi_fc.h
1.1.2.1 +250 -0 src/sys/dev/mpt/mpilib/mpi_inb.h (new)
1.6.2.1 +254 -8 src/sys/dev/mpt/mpilib/mpi_init.h
1.6.2.1 +345 -34 src/sys/dev/mpt/mpilib/mpi_ioc.h
1.5.2.1 +6 -4 src/sys/dev/mpt/mpilib/mpi_lan.h
1.1.2.1 +117 -0 src/sys/dev/mpt/mpilib/mpi_log_fc.h (new)
1.1.2.1 +181 -0 src/sys/dev/mpt/mpilib/mpi_log_sas.h (new)
1.6.2.1 +16 -5 src/sys/dev/mpt/mpilib/mpi_raid.h
1.2.2.1 +288 -0 src/sys/dev/mpt/mpilib/mpi_sas.h (new)
1.5.2.1 +223 -9 src/sys/dev/mpt/mpilib/mpi_targ.h
1.1.2.1 +380 -0 src/sys/dev/mpt/mpilib/mpi_tool.h (new)
1.7.2.1 +30 -8 src/sys/dev/mpt/mpilib/mpi_type.h
1.12.2.2 +674 -484 src/sys/dev/mpt/mpt.c
1.6.2.2 +413 -85 src/sys/dev/mpt/mpt.h
1.1.2.2 +3601 -729 src/sys/dev/mpt/mpt_cam.c
1.1.2.2 +35 -1 src/sys/dev/mpt/mpt_cam.h
1.8.2.1 +185 -44 src/sys/dev/mpt/mpt_debug.c
1.20.2.3 +225 -80 src/sys/dev/mpt/mpt_pci.c
1.1.2.2 +183 -80 src/sys/dev/mpt/mpt_raid.c
1.1.2.2 +28 -22 src/sys/dev/mpt/mpt_raid.h
1.1.2.1 +36 -2 src/sys/dev/mpt/mpt_reg.h
More information about the cvs-src
mailing list