cvs commit: src/share/examples/scsi_target scsi_cmds.c scsi_target.c scsi_target.h

Matt Jacob mjacob at FreeBSD.org
Wed Sep 27 08:38:13 PDT 2006


mjacob      2006-09-27 15:38:13 UTC

  FreeBSD src repository

  Modified files:
    share/examples/scsi_target scsi_cmds.c scsi_target.c 
                               scsi_target.h 
  Log:
  Bump MAX_INITIATORS to 1024- the LSI-Logic can go even higher than
  this for 'initiator id'- this is a stopgap until a sparse map is
  added.
  
  Make compat defines for offset format (FreeBSD 5 or less).
  
  Add no-asyncio flag. There's some breakage with ASYNC I/O that every
  now and then drops us into an infinite loop. This also then does
  a fallback to no-asyncio if the AIO option isn't loaded/compiled into
  the kernel.
  
  A number of other chanes to try and track some breakage.
  
  Revision  Changes    Path
  1.10      +72 -37    src/share/examples/scsi_target/scsi_cmds.c
  1.18      +65 -58    src/share/examples/scsi_target/scsi_target.c
  1.4       +14 -2     src/share/examples/scsi_target/scsi_target.h


More information about the cvs-all mailing list