[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>
This commit is contained in:

committed by
James Bottomley

parent
6eaf46fdc7
commit
02ec19c82e
@@ -28,6 +28,12 @@ boot parameter "hpsa_allow_any=1" is specified, however these are not tested
|
||||
nor supported by HP with this driver. For older Smart Arrays, the cciss
|
||||
driver should still be used.
|
||||
|
||||
The "hpsa_simple_mode=1" boot parameter may be used to prevent the driver from
|
||||
putting the controller into "performant" mode. The difference is that with simple
|
||||
mode, each command completion requires an interrupt, while with "performant mode"
|
||||
(the default, and ordinarily better performing) it is possible to have multiple
|
||||
command completions indicated by a single interrupt.
|
||||
|
||||
HPSA specific entries in /sys
|
||||
-----------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user