1. 11 10月, 2006 4 次提交
  2. 07 10月, 2006 2 次提交
  3. 06 10月, 2006 1 次提交
    • F
      [PATCH] fix qla{2,4} build error · d7a297ba
      Frederik Deweerdt 提交于
      commit 0181944f adds a
      'extended_error_logging' global variable to qla2xxx which is defined by
      qla4xxx too.
      
      Trying to build both drivers results in the following error:
      
        LD      drivers/scsi/built-in.o
        drivers/scsi/qla4xxx/built-in.o: In function `qla4xxx_slave_configure':
        drivers/scsi/qla4xxx/ql4_os.c:1433: multiple definition of `extended_error_logging'
        drivers/scsi/qla2xxx/built-in.o:drivers/scsi/qla2xxx/qla_os.c:2166:
        first defined here
        make[2]: *** [drivers/scsi/built-in.o] Error 1
        make[1]: *** [drivers/scsi] Error 2
        make: *** [drivers] Error 2
      
      The following patch simply adds a qla2_ (qla4_ respectively) prefix to
      the variable name.
      Signed-off-by: NFrederik Deweerdt <frederik.deweerdt@gmail.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      d7a297ba
  4. 05 10月, 2006 16 次提交
  5. 04 10月, 2006 14 次提交
  6. 03 10月, 2006 1 次提交
    • G
      [SCSI] enable clustering for tmscsim · 8f6fd19f
      Guennadi Liakhovetski 提交于
      following an email from John Adams <johna@onevista.com> to me with a patch
      to enable tmscsim to use blocks up to 1MB and a discussion on linux-scsi,
      below is a patch to enable clustering for tmscsim. I made it switchable
      with a module parameter, with default "enable" - in case somebody gets
      problems with it. Unfortunately, I was not able to check if this alone
      lets you use any bigger blocks with a tape, as my tape seems to only
      support 1 block size - only "mt setblk 1" is successful, any other value
      fails. OTOH, testing on a P-133 showed that enabling clustering alone
      improves throughput by 10% and reduces CPU load by another 10%, so, seems
      a worthy thing to do. As for setting max_sectors, that might become a
      separate patch...
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      8f6fd19f
  7. 02 10月, 2006 2 次提交