cvs commit: src/sys/dev/isp isp.c isp_freebsd.c isp_freebsd.h isp_target.c isp_target.h isp_tpublic.h ispvar.h

Matt Jacob mjacob at FreeBSD.org
Sat Jan 20 04:00:23 UTC 2007


mjacob      2007-01-20 04:00:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/isp          isp.c isp_freebsd.c isp_freebsd.h 
                         isp_target.c isp_target.h isp_tpublic.h 
                         ispvar.h 
  Log:
  MFP4: Move default setting to the end of isp_reset instead of the
  front of isp_init so we can read NVRAM even if we're role ISP_NONE.
  Prepare for reintroduction of channels (for FC) for N-Port
  Virtualization.
  
  Fix a botch in handle assignment that caused us to nuke one device
  when a new one arrives and end up with two devices with the same
  identity in the virtual target mapping table.
  
  Revision  Changes    Path
  1.137     +45 -36    src/sys/dev/isp/isp.c
  1.133     +4 -3      src/sys/dev/isp/isp_freebsd.c
  1.97      +2 -2      src/sys/dev/isp/isp_freebsd.h
  1.42      +8 -6      src/sys/dev/isp/isp_target.c
  1.29      +18 -14    src/sys/dev/isp/isp_target.h
  1.17      +51 -22    src/sys/dev/isp/isp_tpublic.h
  1.82      +11 -11    src/sys/dev/isp/ispvar.h


More information about the cvs-src mailing list