Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2060
b: refs/heads/master
c: 51bbc9c
h: refs/heads/master
v: v3
  • Loading branch information
Moore, Eric Dean authored and James Bottomley committed May 20, 2005
1 parent 557e6c6 commit 6857c0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d485eb830576eef911727b1347402e9a708998a2
refs/heads/master: 51bbc9c3e85598ffe72caf99f88db767952f2a57
15 changes: 7 additions & 8 deletions trunk/drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,16 @@ config FUSION_FC
LSIFC929XL

config FUSION_MAX_SGE
int "Maximum number of scatter gather entries"
depends on FUSION_SPI || FUSION_FC
int "Maximum number of scatter gather entries (16 - 128)"
depends on FUSION
default "128"
range 16 128
help
This option allows you to specify the maximum number of scatter-
gather entries per I/O. The driver defaults to 40, a reasonable number
for most systems. However, the user may increase this up to 128.
Increasing this parameter will require significantly more memory
on a per controller instance. Increasing the parameter is not
necessary (or recommended) unless the user will be running
large I/O's via the raw interface.
gather entries per I/O. The driver default is 128, which matches
SCSI_MAX_PHYS_SEGMENTS. However, it may decreased down to 16.
Decreasing this parameter will reduce memory requirements
on a per controller instance.

config FUSION_CTL
tristate "Fusion MPT misc device (ioctl) driver"
Expand Down

0 comments on commit 6857c0f

Please sign in to comment.