Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 7 Sep 2009 23:16:27 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/share/examples/scsi_target scsi_target.c scsi_target.h
Message-ID:  <200909072316.n87NGaD5038030@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
sbruno      2009-09-07 23:16:27 UTC

  FreeBSD src repository

  Modified files:
    share/examples/scsi_target scsi_target.c scsi_target.h 
  Log:
  SVN rev 196955 on 2009-09-07 23:16:27Z by sbruno
  
  A few enhancements I made while working on the Firewire target (sbp_targ).
  
  Update the error handling in a couple of cases to exit gracefully if
  certain mandatory conditions aren't met.
  
  Reduce the maximum number of initiators to 8 for this example code.  While
  1024 is more correct, this example code would act like it was stalled out
  even though it was merely allocating the needed structures in init_ccbs()
  
  Reviewed by:    scottl@freebsd.org
  
  Revision  Changes    Path
  1.19      +6 -2      src/share/examples/scsi_target/scsi_target.c
  1.5       +1 -1      src/share/examples/scsi_target/scsi_target.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909072316.n87NGaD5038030>