aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/scsi/hpsa.txt
diff options
context:
space:
mode:
authorStephen M. Cameron <scameron@beardog.cce.hp.com>2011-01-06 15:48:29 -0500
committerJames Bottomley <James.Bottomley@suse.de>2011-01-24 12:30:43 -0500
commit02ec19c82e87e3748d326ca5e15e7ddb18c73476 (patch)
treebec075bdfbe16a1ca5cc4df9ada03ef9a14a01b5 /Documentation/scsi/hpsa.txt
parent6eaf46fdc719991a3ccda1e14b274e9adb515978 (diff)
[SCSI] hpsa: allow driver to put controller in either simple or performant mode
Signed-off-by: Stephen M. Cameron <scameron@beardog.cce.hp.com> Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'Documentation/scsi/hpsa.txt')
-rw-r--r--Documentation/scsi/hpsa.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/scsi/hpsa.txt b/Documentation/scsi/hpsa.txt
index dca658362cbf..b14e6ee00a95 100644
--- a/Documentation/scsi/hpsa.txt
+++ b/Documentation/scsi/hpsa.txt
@@ -28,6 +28,12 @@ boot parameter "hpsa_allow_any=1" is specified, however these are not tested
28nor supported by HP with this driver. For older Smart Arrays, the cciss 28nor supported by HP with this driver. For older Smart Arrays, the cciss
29driver should still be used. 29driver should still be used.
30 30
31The "hpsa_simple_mode=1" boot parameter may be used to prevent the driver from
32putting the controller into "performant" mode. The difference is that with simple
33mode, each command completion requires an interrupt, while with "performant mode"
34(the default, and ordinarily better performing) it is possible to have multiple
35command completions indicated by a single interrupt.
36
31HPSA specific entries in /sys 37HPSA specific entries in /sys
32----------------------------- 38-----------------------------
33 39