forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-l…
…inus Conflicts: drivers/scsi/scsi_debug.c Agreed and tested resolution to a merge problem between a fix in scsi_debug and a driver update Signed-off-by: James Bottomley <[email protected]>
- Loading branch information
Showing
154 changed files
with
7,010 additions
and
11,822 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,12 +55,12 @@ Description: Interface for making ib_srp connect to a new target. | |
only safe with partial memory descriptor list support enabled | ||
(allow_ext_sg=1). | ||
* comp_vector, a number in the range 0..n-1 specifying the | ||
MSI-X completion vector. Some HCA's allocate multiple (n) | ||
MSI-X vectors per HCA port. If the IRQ affinity masks of | ||
these interrupts have been configured such that each MSI-X | ||
interrupt is handled by a different CPU then the comp_vector | ||
parameter can be used to spread the SRP completion workload | ||
over multiple CPU's. | ||
MSI-X completion vector of the first RDMA channel. Some | ||
HCA's allocate multiple (n) MSI-X vectors per HCA port. If | ||
the IRQ affinity masks of these interrupts have been | ||
configured such that each MSI-X interrupt is handled by a | ||
different CPU then the comp_vector parameter can be used to | ||
spread the SRP completion workload over multiple CPU's. | ||
* tl_retry_count, a number in the range 2..7 specifying the | ||
IB RC retry count. | ||
* queue_size, the maximum number of commands that the | ||
|
@@ -88,13 +88,26 @@ Description: Whether ib_srp is allowed to include a partial memory | |
descriptor list in an SRP_CMD when communicating with an SRP | ||
target. | ||
|
||
What: /sys/class/scsi_host/host<n>/ch_count | ||
Date: April 1, 2015 | ||
KernelVersion: 3.19 | ||
Contact: [email protected] | ||
Description: Number of RDMA channels used for communication with the SRP | ||
target. | ||
|
||
What: /sys/class/scsi_host/host<n>/cmd_sg_entries | ||
Date: May 19, 2011 | ||
KernelVersion: 2.6.39 | ||
Contact: [email protected] | ||
Description: Maximum number of data buffer descriptors that may be sent to | ||
the target in a single SRP_CMD request. | ||
|
||
What: /sys/class/scsi_host/host<n>/comp_vector | ||
Date: September 2, 2013 | ||
KernelVersion: 3.11 | ||
Contact: [email protected] | ||
Description: Completion vector used for the first RDMA channel. | ||
|
||
What: /sys/class/scsi_host/host<n>/dgid | ||
Date: June 17, 2006 | ||
KernelVersion: 2.6.17 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Driver for Western Digital WD7193, WD7197 and WD7296 SCSI cards | ||
--------------------------------------------------------------- | ||
|
||
The card requires firmware that can be cut out of the Windows NT driver that | ||
can be downloaded from WD at: | ||
http://support.wdc.com/product/download.asp?groupid=801&sid=27&lang=en | ||
|
||
There is no license anywhere in the file or on the page - so the firmware | ||
probably cannot be added to linux-firmware. | ||
|
||
This script downloads and extracts the firmware, creating wd719x-risc.bin and | ||
d719x-wcs.bin files. Put them in /lib/firmware/. | ||
|
||
#!/bin/sh | ||
wget http://support.wdc.com/download/archive/pciscsi.exe | ||
lha xi pciscsi.exe pci-scsi.exe | ||
lha xi pci-scsi.exe nt/wd7296a.sys | ||
rm pci-scsi.exe | ||
dd if=wd7296a.sys of=wd719x-risc.bin bs=1 skip=5760 count=14336 | ||
dd if=wd7296a.sys of=wd719x-wcs.bin bs=1 skip=20096 count=514 | ||
rm wd7296a.sys |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2862,11 +2862,10 @@ F: Documentation/networking/dmfe.txt | |
F: drivers/net/ethernet/dec/tulip/dmfe.c | ||
|
||
DC390/AM53C974 SCSI driver | ||
M: Kurt Garloff <[email protected]> | ||
W: http://www.garloff.de/kurt/linux/dc390/ | ||
M: Guennadi Liakhovetski <[email protected]> | ||
M: Hannes Reinecke <[email protected]> | ||
L: [email protected] | ||
S: Maintained | ||
F: drivers/scsi/tmscsim.* | ||
F: drivers/scsi/am53c974.c | ||
|
||
DC395x SCSI driver | ||
M: Oliver Neukum <[email protected]> | ||
|
@@ -5991,10 +5990,13 @@ W: http://linuxtv.org | |
S: Odd Fixes | ||
F: drivers/media/parport/pms* | ||
|
||
MEGARAID SCSI DRIVERS | ||
M: Neela Syam Kolli <[email protected]> | ||
MEGARAID SCSI/SAS DRIVERS | ||
M: Kashyap Desai <[email protected]> | ||
M: Sumit Saxena <[email protected]> | ||
M: Uday Lingala <[email protected]> | ||
L: [email protected] | ||
L: [email protected] | ||
W: http://megaraid.lsilogic.com | ||
W: http://www.lsi.com | ||
S: Maintained | ||
F: Documentation/scsi/megaraid.txt | ||
F: drivers/scsi/megaraid.* | ||
|
@@ -6305,7 +6307,6 @@ F: drivers/scsi/g_NCR5380.* | |
F: drivers/scsi/g_NCR5380_mmio.c | ||
F: drivers/scsi/mac_scsi.* | ||
F: drivers/scsi/pas16.* | ||
F: drivers/scsi/sun3_NCR5380.c | ||
F: drivers/scsi/sun3_scsi.* | ||
F: drivers/scsi/sun3_scsi_vme.c | ||
F: drivers/scsi/t128.* | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.