1. 01 12月, 2012 1 次提交
  2. 27 11月, 2012 1 次提交
  3. 20 7月, 2012 2 次提交
    • A
      [SCSI] aha152x: Allow use on 64bit systems · fa7250d6
      Alan Cox 提交于
      This is reported to work, known to work on PCMCIA and a code check shows no
      problems on the other bits of the code.
      Signed-off-by: NAlan Cox <alan@linux.intel.com>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      fa7250d6
    • J
      [SCSI] Remove scsi_wait_scan module · 6072609d
      James Bottomley 提交于
      scsi_wait_scan was introduced with asynchronous host scanning as a hack
      for distributions that weren't using proper udev based wait for root to
      appear in their initramfs scripts.  In 2.6.30 Commit
      
      c7510859
      Author: Rafael J. Wysocki <rjw@sisk.pl>
      Date:   Sun Apr 12 20:06:56 2009 +0200
      
          PM/Hibernate: Wait for SCSI devices scan to complete during resume
      
      Actually broke scsi_wait_scan because it renders
      scsi_complete_async_scans() a nop for modular SCSI if you include
      scsi_scans.h (which this module does).
      
      The lack of bug reports is sufficient proof that this module is no
      longer used.
      
      Cc: Jeff Mahoney <jeffm@suse.de>
      Cc: Dave Jones <davej@redhat.com>
      Cc: maximilian attems <max@stro.at>
      Signed-off-by: NJames Bottomley <JBottomley@Parallels.com>
      6072609d
  4. 18 5月, 2012 1 次提交
    • P
      scsi: delete the MCA specific drivers and driver code · a88dc06c
      Paul Gortmaker 提交于
      The support for CONFIG_MCA is being removed, since the 20
      year old hardware simply isn't capable of meeting today's
      software demands on CPU and memory resources.
      
      This commit removes the MCA specific SCSI drivers, and the
      MCA specific portions of code in dual role ISA/MCA drivers.
      Also, the MCA specific SCSI documentation is removed.
      
      Cc: James Bottomley <JBottomley@parallels.com>
      Cc: linux-scsi@vger.kernel.org
      Signed-off-by: NPaul Gortmaker <paul.gortmaker@windriver.com>
      a88dc06c
  5. 24 4月, 2012 1 次提交
  6. 27 3月, 2012 1 次提交
  7. 09 3月, 2012 1 次提交
  8. 19 2月, 2012 1 次提交
  9. 14 2月, 2012 1 次提交
  10. 16 1月, 2012 1 次提交
  11. 01 11月, 2011 1 次提交
  12. 24 9月, 2011 1 次提交
  13. 27 8月, 2011 3 次提交
  14. 03 7月, 2011 3 次提交
  15. 01 3月, 2011 1 次提交
  16. 18 10月, 2010 1 次提交
  17. 10 9月, 2010 1 次提交
  18. 06 9月, 2010 2 次提交
  19. 11 8月, 2010 1 次提交
    • R
      scsi: fix pmcraid build errors · b2045240
      Randy Dunlap 提交于
      pmcraid should depend on NET since it uses netlink interfaces.
      This fixes multiple build errors when CONFIG_NET is not enabled:
      
      ERROR: "genl_register_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "genl_unregister_family" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "nla_put" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "init_net" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "__alloc_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "netlink_broadcast" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "kfree_skb" [drivers/scsi/pmcraid.ko] undefined!
      ERROR: "skb_put" [drivers/scsi/pmcraid.ko] undefined!
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Cc: Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
      Cc: James Bottomley <James.Bottomley@HansenPartnership.com>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      b2045240
  20. 06 8月, 2010 1 次提交
  21. 28 7月, 2010 1 次提交
  22. 03 3月, 2010 1 次提交
    • J
      [SCSI] raid_attrs: fix dependency problems · fac829fd
      James Bottomley 提交于
      RAID attributes uses scsi_is_sdev_device() to gate some SCSI specific
      checking code.  This causes two problems.  Firstly if SCSI == n just
      defining scsi_is_sdev_device() to return false might not be enough to
      prevent gcc from emitting the code (and thus referring to undefined
      symbols), so this needs surrounding with an ifdef.  Secondly, using
      scsi_is_sdev_device() when SCSI is either y or m gives a subtle
      problem in the m case: raid_attrs must also be m to use the symbol.
      Do the usual Kconfig jiggery-pokery to fix this.
      Reported-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      fac829fd
  23. 10 12月, 2009 1 次提交
  24. 05 12月, 2009 4 次提交
  25. 02 10月, 2009 2 次提交
  26. 12 9月, 2009 1 次提交
  27. 22 6月, 2009 1 次提交
  28. 09 6月, 2009 1 次提交
  29. 24 5月, 2009 1 次提交
  30. 21 5月, 2009 1 次提交