1. 30 10月, 2009 1 次提交
    • K
      [SCSI] mpt2sas: Driver will use sas address instead of handle as a lookup · c5e039be
      Kashyap, Desai 提交于
      The device driver was not handling updating device handles in all cases
      across diag resets. To fix this issue, the driver is converted to using sas
      address instead of handle as a lookup reference to the parent expander or
      sas_host. Also, for both expanders and sas host, the phy handle will be one
      unique handle. In the sas host case, the phy handle can be different for
      every phy, so the change is to set the handle to the handle of the first
      phy; every phy will be one single sas address(phy 0) instead of a different
      sas address for every phy(previous implementation). So making one consistent
      sas address for all the direct attachedports to the sas host, will make it
      better user experience when using udev /dev/disk/by-path dev nodes
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NEric Moore <Eric.moore@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      c5e039be
  2. 02 10月, 2009 5 次提交
  3. 05 9月, 2009 6 次提交
  4. 14 8月, 2009 5 次提交
  5. 24 5月, 2009 3 次提交
  6. 27 4月, 2009 3 次提交
  7. 18 3月, 2009 1 次提交
  8. 14 3月, 2009 1 次提交
    • E
      [SCSI] mpt2sas v00.100.11.15 · 635374e7
      Eric Moore 提交于
      * This is new scsi lld device driver from LSI supporting the SAS 2.0
        standard. I have split patchs by filename.
      
      * Here is list of new 6gb host controllers:
      
        LSI SAS2004
        LSI SAS2008
        LSI SAS2108
        LSI SAS2116
      
      * Here are the changes in the 4th posting of this patch set:
      
      (1) fix compile errors when SCSI_MPT2SAS_LOGGING is not enabled
      (2) add mpt2sas to the SCSI Mid Layer Makefile
      (3) append mpt2sas_ to the naming of all non-static functions
      (4) fix oops for SMP_PASSTHRU
      (5) doorbell algorithm imported changes from windows driver
      
      * Here are the changes in the 3rd posting of this patch set:
      
      (1) add readl following writel from the function that disables interrupts
      (2) replace 0xFFFFFFFFFFFFFFFFULL with ~0ULL
      (3) when calling pci_enable_msix, only pass one msix entry (instead of 15).
      (4) remove the "current HW implementation uses..... " comment in the sources
      (5) merged bug fix for SIGIO/POLLIN notifcation; reported by the storlib team.
      
      * Here are the changes in the 2nd posting of this patch set:
      
      (1) use little endian types in the mpi headers
      (2) merged in bug fix's from inhouse drivers.
      Signed-off-by: NEric Moore <eric.moore@lsi.com>
      Tested-by: Npeter Bogdanovic <pbog@us.ibm.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@HansenPartnership.com>
      635374e7