2 menu "Fusion MPT device support"
9 tristate "Fusion MPT ScsiHost drivers for SPI"
10 depends on PCI && SCSI
13 SCSI HOST support for a parallel SCSI host adapters.
15 List of supported controllers:
23 tristate "Fusion MPT ScsiHost drivers for FC"
24 depends on PCI && SCSI
27 SCSI HOST support for a Fiber Channel host adapters.
29 List of supported controllers:
39 int "Maximum number of scatter gather entries"
40 depends on FUSION_SPI || FUSION_FC
43 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 for most systems. However, the user may increase this up to 128.
46 Increasing this parameter will require significantly more memory
47 on a per controller instance. Increasing the parameter is not
48 necessary (or recommended) unless the user will be running
49 large I/O's via the raw interface.
52 tristate "Fusion MPT misc device (ioctl) driver"
53 depends on FUSION_SPI || FUSION_FC
55 The Fusion MPT misc device driver provides specialized control
56 of MPT adapters via system ioctl calls. Use of ioctl calls to
57 the MPT driver requires that you create and use a misc device
59 mknod /dev/mptctl c 10 240
61 One use of this ioctl interface is to perform an upgrade (reflash)
62 of the MPT adapter firmware. Refer to readme file(s) distributed
63 with the Fusion MPT linux driver for additional details.
65 If enabled by saying M to this, a driver named: mptctl
68 If unsure whether you really want or need this, say N.
71 tristate "Fusion MPT LAN driver"
72 depends on FUSION_FC && NET_FC
74 This module supports LAN IP traffic over Fibre Channel port(s)
75 on Fusion MPT compatible hardware (LSIFC9xx chips).
76 The physical interface used is defined in RFC 2625.
77 Please refer to that document for details.
79 Installing this driver requires the knowledge to configure and
80 activate a new network interface, "fc0", using standard Linux tools.
82 If enabled by saying M to this, a driver named: mptlan
85 If unsure whether you really want or need this, say N.