1. 20 5月, 2006 2 次提交
    • J
      [SCSI] mptspi: reset handler shouldn't be called for other bus protocols · 4ff42a66
      James Bottomley 提交于
      All registered reset callback handlers are called during reset processing.
      The mptspi modules has its own reset callback handler, just recently
      added for issuing domain validation after host reset.  If either the mptsas or
      mptfc driver are loaded, this callback could be called. Thus resulting
      in domain validation being issued for sas or fibre end devices.
      
      Fix this by having mptbase.c check the bus type against the driver
      type and only call the reset handler if they match (or if it's a
      non-bus specific reset handler).
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      4ff42a66
    • T
      [SCSI] Blacklist entry for HP dat changer · c3d83368
      Thomas Bogendoerfer 提交于
      after upgrading our SUN E250 from 2.4 to 2.6 I'm seeing following error
      when the HP DDS4 DAT changer gets probed:
      
      scsi: host 1 channel 0 id 5 lun16777216 has a LUN larger than allowed by
      the host adapter
      
      The device is connected to a symbios 875 host. I've talked to Willy
      about the problem, and he asked me to try to blacklist the device
      for reportlun. I did that with the patch below and it solved the
      problem. It now gets properly detected:
      
       target1:0:5: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 16)
        Vendor: HP        Model: C5713A            Rev: H307
        Type:   Sequential-Access                  ANSI SCSI revision: 03
       target1:0:5: Beginning Domain Validation
       target1:0:5: FAST-20 SCSI 20.0 MB/s ST (50 ns, offset 16)
       target1:0:5: FAST-20 WIDE SCSI 40.0 MB/s ST (50 ns, offset 16)
       target1:0:5: Domain Validation skipping write tests
       target1:0:5: Ending Domain Validation
        Vendor: HP        Model: C5713A            Rev: H307
        Type:   Medium Changer                     ANSI SCSI revision: 03
      
      Signed-off-by: tsbogend@alpha.franken.de
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      c3d83368
  2. 19 5月, 2006 5 次提交
  3. 18 5月, 2006 15 次提交
  4. 17 5月, 2006 18 次提交