You need to sign in or sign up before continuing.
  1. 01 6月, 2006 1 次提交
  2. 20 5月, 2006 5 次提交
    • E
      [SCSI] scsi_transport_sas: make write attrs writeable · 9f434d4f
      Eric Moore 提交于
      A couple write attributes in sas transport layer have a small
      bug that prevents them from being written to.  Those
      attributes are the link_reset and write_reset.  This is due
      the store field being set to NULL.
      Signed-off-by: NEric Moore <Eric.Moore@lsil.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      9f434d4f
    • J
      [SCSI] scsi_transport_sas; fix user_scan · 6d99a3f3
      James Bottomley 提交于
      the user_scan() callback currently has the potential to identify the
      wrong device in the presence of expanders.  This is because it finds
      the first device with a matching target_id, which might be an
      expander.  Fix this by making it look specifically for end devices.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      6d99a3f3
    • R
      [SCSI] ppa: fix for machines with highmem · 78a904b6
      Randy.Dunlap 提交于
      ppa cannot handle highmem pages, and like imm, which already has
      this patch, the device is slow, so performance is not a big issue,
      so just force pages to be in low memory (hence mapped).
      Signed-off-by: NRandy Dunlap <rdunlap@xenotime.net>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      78a904b6
    • 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
  3. 19 5月, 2006 5 次提交
  4. 18 5月, 2006 15 次提交
  5. 17 5月, 2006 14 次提交