cvs commit: src/sys/cam cam_ccb.h cam_xpt.c src/sys/conf files
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 ...
Matt Jacob
mjacob at FreeBSD.org
Thu Jun 8 21:29:56 UTC 2006
mjacob 2006-06-08 17:55:16 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/cam cam_ccb.h cam_xpt.c
sys/conf files
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
sys/i386/conf LINT
Added files: (Branch: RELENG_4)
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_4)
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. MFC sequential probe scan code
top support htis.
Revision Changes Path
1.15.2.4 +2 -1 src/sys/cam/cam_ccb.h
1.80.2.21 +88 -55 src/sys/cam/cam_xpt.c
1.340.2.159 +3 -2 src/sys/conf/files
1.1.2.3 +0 -110 src/sys/dev/mpt/mpilib/fc_log.h (dead)
1.1.2.3 +185 -42 src/sys/dev/mpt/mpilib/mpi.h
1.1.2.3 +1649 -153 src/sys/dev/mpt/mpilib/mpi_cnfg.h
1.1.2.3 +42 -29 src/sys/dev/mpt/mpilib/mpi_fc.h
1.1.6.1 +250 -0 src/sys/dev/mpt/mpilib/mpi_inb.h (new)
1.1.2.3 +302 -41 src/sys/dev/mpt/mpilib/mpi_init.h
1.1.2.3 +390 -54 src/sys/dev/mpt/mpilib/mpi_ioc.h
1.1.2.3 +32 -24 src/sys/dev/mpt/mpilib/mpi_lan.h
1.1.6.1 +117 -0 src/sys/dev/mpt/mpilib/mpi_log_fc.h (new)
1.1.6.1 +181 -0 src/sys/dev/mpt/mpilib/mpi_log_sas.h (new)
1.1.2.3 +98 -25 src/sys/dev/mpt/mpilib/mpi_raid.h
1.2.6.1 +288 -0 src/sys/dev/mpt/mpilib/mpi_sas.h (new)
1.1.2.3 +281 -34 src/sys/dev/mpt/mpilib/mpi_targ.h
1.1.6.1 +380 -0 src/sys/dev/mpt/mpilib/mpi_tool.h (new)
1.1.2.3 +41 -24 src/sys/dev/mpt/mpilib/mpi_type.h
1.3.2.4 +1999 -654 src/sys/dev/mpt/mpt.c
1.2.2.3 +1137 -136 src/sys/dev/mpt/mpt.h
1.23.4.1 +4803 -0 src/sys/dev/mpt/mpt_cam.c (new)
1.4.4.1 +144 -0 src/sys/dev/mpt/mpt_cam.h (new)
1.2.2.2 +327 -52 src/sys/dev/mpt/mpt_debug.c
1.3.2.4 +0 -1551 src/sys/dev/mpt/mpt_freebsd.c (dead)
1.3.2.4 +0 -356 src/sys/dev/mpt/mpt_freebsd.h (dead)
1.3.2.5 +395 -221 src/sys/dev/mpt/mpt_pci.c
1.10.4.1 +1777 -0 src/sys/dev/mpt/mpt_raid.c (new)
1.6.4.1 +101 -0 src/sys/dev/mpt/mpt_raid.h (new)
1.4.4.1 +159 -0 src/sys/dev/mpt/mpt_reg.h (new)
1.749.2.177 +1 -0 src/sys/i386/conf/LINT
More information about the cvs-src
mailing list