1. 28 7月, 2010 2 次提交
    • K
      [SCSI] mpt2sas: Added sysfs support for trace buffer · 570c67ac
      Kashyap, Desai 提交于
      Added support so the diag ring buffer can be pulled via sysfs
      Added three new shost attributes: host_trace_buffer,
      host_trace_buffer_enable, and host_trace_buffer_size.  The
      host_trace_buffer_enable attribute is used to either post or release
      the trace buffers.   The host_trace_buffer_size attribute contains
      the size of the trace buffer. The host_trace_buffer atttribute contains
      a maximum 4KB window of the buffer. In order to read the entire host buffer,
      you will need to write the offset to  host_trace_buffer prior to reading
      it. release the host buffer, then write the entire host buffer contents to
      a file.
      In addition to this enhancement, we moved the automatic posting of host buffers
      at driver load time to be called prior to port_enable, instead of after.
      That way discovery is available in the host buffer.
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      570c67ac
    • K
      [SCSI] mpt2sas: Added sysfs counter for ioc reset · d32a8c15
      Kashyap, Desai 提交于
      Added a new sysfs shost attribute called ioc_reset_count. This will
      keep count of host resets (both diagnostic and message unit).
      Signed-off-by: NKashyap Desai <kashyap.desai@lsi.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@suse.de>
      d32a8c15
  2. 12 4月, 2010 1 次提交
  3. 11 4月, 2010 3 次提交
  4. 09 2月, 2010 2 次提交
  5. 30 10月, 2009 5 次提交
  6. 02 10月, 2009 5 次提交
  7. 05 9月, 2009 1 次提交
  8. 24 5月, 2009 1 次提交
  9. 27 4月, 2009 3 次提交
  10. 18 3月, 2009 1 次提交
  11. 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