diff options
author | Matthew Wilcox <matthew@wil.cx> | 2006-07-08 14:02:26 -0600 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-07-09 11:27:43 -0500 |
commit | d14164316d48a4319d8da9dc24be8663b2472bae (patch) | |
tree | c16ebcbd295a7bcd77109954f9babf8eb82d5201 /drivers/scsi/aic7xxx/aic7xxx_osm.c | |
parent | 5e13cdfa5ba94724d6ab11de26b3ec3c94b88b00 (diff) | |
download | blackbird-obmc-linux-d14164316d48a4319d8da9dc24be8663b2472bae.tar.gz blackbird-obmc-linux-d14164316d48a4319d8da9dc24be8663b2472bae.zip |
[SCSI] aic7[9x]xx: Remove last vestiges of reverse_scan
Remove last vestiges of the reverse_scan paramater from aic7xxx and aic79xx.
Signed-off-by: Matthew Wilcox <matthew@wil.cx>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/aic7xxx/aic7xxx_osm.c')
-rw-r--r-- | drivers/scsi/aic7xxx/aic7xxx_osm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/aic7xxx/aic7xxx_osm.c b/drivers/scsi/aic7xxx/aic7xxx_osm.c index debf3e2a0798..aa4be8a31415 100644 --- a/drivers/scsi/aic7xxx/aic7xxx_osm.c +++ b/drivers/scsi/aic7xxx/aic7xxx_osm.c @@ -353,7 +353,6 @@ MODULE_PARM_DESC(aic7xxx, " periodically to prevent tag starvation.\n" " This may be required by some older disk\n" " drives or RAID arrays.\n" -" reverse_scan Sort PCI devices highest Bus/Slot to lowest\n" " tag_info:<tag_str> Set per-target tag depth\n" " global_tag_depth:<int> Global tag depth for every target\n" " on every bus\n" |