cvs commit: src/sys/dev/mpt mpt.c mpt.h mpt_cam.c mpt_cam.h mpt_debug.c mpt_pci.c mpt_reg.h src/sys/dev/mpt/mpilib mpi.h mpi_cnfg.h mpi_ioc.h mpi_sas.h mpi_type.h

Matt Jacob mjacob at FreeBSD.org
Fri Feb 24 23:45:56 PST 2006


mjacob      2006-02-25 07:45:54 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/mpt          mpt.c mpt.h mpt_cam.c mpt_cam.h 
                         mpt_debug.c mpt_pci.c mpt_reg.h 
    sys/dev/mpt/mpilib   mpi.h mpi_cnfg.h mpi_ioc.h mpi_sas.h 
                         mpi_type.h 
  Log:
  Role a microrev of the MPI Library in preparation for target mode work.
  
  Make my portions of the license clearer.
  
  Thank Chris Ellsworth for his support in getting a bunch of this done.
  
  Revision  Changes    Path
  1.8       +5 -2      src/sys/dev/mpt/mpilib/mpi.h
  1.8       +43 -17    src/sys/dev/mpt/mpilib/mpi_cnfg.h
  1.8       +121 -1    src/sys/dev/mpt/mpilib/mpi_ioc.h
  1.2       +16 -4     src/sys/dev/mpt/mpilib/mpi_sas.h
  1.9       +20 -7     src/sys/dev/mpt/mpilib/mpi_type.h
  1.16      +34 -3     src/sys/dev/mpt/mpt.c
  1.11      +32 -1     src/sys/dev/mpt/mpt.h
  1.6       +36 -5     src/sys/dev/mpt/mpt_cam.c
  1.3       +32 -1     src/sys/dev/mpt/mpt_cam.h
  1.11      +67 -45    src/sys/dev/mpt/mpt_debug.c
  1.24      +33 -0     src/sys/dev/mpt/mpt_pci.c
  1.2       +32 -1     src/sys/dev/mpt/mpt_reg.h


More information about the cvs-all mailing list