aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/message
diff options
context:
space:
mode:
authorMoore, Eric Dean <Eric.Moore@lsil.com>2005-05-11 19:37:29 -0400
committerJames Bottomley <jejb@mulgrave.(none)>2005-05-20 16:47:55 -0400
commit51bbc9c3e85598ffe72caf99f88db767952f2a57 (patch)
tree13076a6d17603fc8f52d35f7e10ddc9c0ab5dbcc /drivers/message
parentd485eb830576eef911727b1347402e9a708998a2 (diff)
[SCSI] fusion-kconfig-cleanup
* This patch clarifies help section in FUSION_MAX_SGE entry. Signed-off-by: Eric Moore <Eric.Moore@lsil.com> Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/message')
-rw-r--r--drivers/message/fusion/Kconfig15
1 files changed, 7 insertions, 8 deletions
diff --git a/drivers/message/fusion/Kconfig b/drivers/message/fusion/Kconfig
index a0e1c96b586b..33f209a39cb6 100644
--- a/drivers/message/fusion/Kconfig
+++ b/drivers/message/fusion/Kconfig
@@ -36,17 +36,16 @@ config FUSION_FC
36 LSIFC929XL 36 LSIFC929XL
37 37
38config FUSION_MAX_SGE 38config FUSION_MAX_SGE
39 int "Maximum number of scatter gather entries" 39 int "Maximum number of scatter gather entries (16 - 128)"
40 depends on FUSION_SPI || FUSION_FC 40 depends on FUSION
41 default "128" 41 default "128"
42 range 16 128
42 help 43 help
43 This option allows you to specify the maximum number of scatter- 44 This option allows you to specify the maximum number of scatter-
44 gather entries per I/O. The driver defaults to 40, a reasonable number 45 gather entries per I/O. The driver default is 128, which matches
45 for most systems. However, the user may increase this up to 128. 46 SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
46 Increasing this parameter will require significantly more memory 47 Decreasing this parameter will reduce memory requirements
47 on a per controller instance. Increasing the parameter is not 48 on a per controller instance.
48 necessary (or recommended) unless the user will be running
49 large I/O's via the raw interface.
50 49
51config FUSION_CTL 50config FUSION_CTL
52 tristate "Fusion MPT misc device (ioctl) driver" 51 tristate "Fusion MPT misc device (ioctl) driver"