diff options
| author | Joseph Handzik <joseph.t.handzik@beardog.cce.hp.com> | 2011-08-08 05:40:15 -0400 |
|---|---|---|
| committer | Jens Axboe <jaxboe@fusionio.com> | 2011-08-08 05:40:15 -0400 |
| commit | 13049537007dee73a76f0a30fcbc24d02c6fa9e4 (patch) | |
| tree | 2bc62c056f42ef8792c3912fef5ce5ca318df993 /Documentation/blockdev | |
| parent | 322a8b034003c0d46d39af85bf24fee27b902f48 (diff) | |
cciss: Adds simple mode functionality
Signed-off-by: Joseph Handzik <joseph.t.handzik@beardog.cce.hp.com>
Acked-by: Stephen M. Cameron <scameron@beardog.cce.hp.com>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
Diffstat (limited to 'Documentation/blockdev')
| -rw-r--r-- | Documentation/blockdev/cciss.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/blockdev/cciss.txt b/Documentation/blockdev/cciss.txt index c00c6a5ab21f..71464e09ec18 100644 --- a/Documentation/blockdev/cciss.txt +++ b/Documentation/blockdev/cciss.txt | |||
| @@ -78,6 +78,16 @@ The device naming scheme is: | |||
| 78 | /dev/cciss/c1d1p2 Controller 1, disk 1, partition 2 | 78 | /dev/cciss/c1d1p2 Controller 1, disk 1, partition 2 |
| 79 | /dev/cciss/c1d1p3 Controller 1, disk 1, partition 3 | 79 | /dev/cciss/c1d1p3 Controller 1, disk 1, partition 3 |
| 80 | 80 | ||
| 81 | CCISS simple mode support | ||
| 82 | ------------------------- | ||
| 83 | |||
| 84 | The "cciss_simple_mode=1" boot parameter may be used to prevent the driver | ||
| 85 | from putting the controller into "performant" mode. The difference is that | ||
| 86 | with simple mode, each command completion requires an interrupt, while with | ||
| 87 | "performant mode" (the default, and ordinarily better performing) it is | ||
| 88 | possible to have multiple command completions indicated by a single | ||
| 89 | interrupt. | ||
| 90 | |||
| 81 | SCSI tape drive and medium changer support | 91 | SCSI tape drive and medium changer support |
| 82 | ------------------------------------------ | 92 | ------------------------------------------ |
| 83 | 93 | ||
