📄 kconfig
字号:
<file:Documentation/scsi/aic7xxx_old.txt> at a minimum before contacting the maintainer with any questions. The SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>, can also be of great help. To compile this driver as a module, choose M here: the module will be called aic7xxx_old.source "drivers/scsi/aic7xxx/Kconfig.aic79xx"# All the I2O code and drivers do not seem to be 64bit safe.config SCSI_DPT_I2O tristate "Adaptec I2O RAID support " depends on !64BIT && SCSI && PCI help This driver supports all of Adaptec's I2O based RAID controllers as well as the DPT SmartRaid V cards. This is an Adaptec maintained driver by Deanna Bonds. See <file:Documentation/scsi/dpti.txt>. To compile this driver as a module, choose M here: the module will be called dpt_i2o.config SCSI_ADVANSYS tristate "AdvanSys SCSI support" depends on (ISA || EISA || PCI) && SCSI && BROKEN help This is a driver for all SCSI host adapters manufactured by AdvanSys. It is documented in the kernel source in <file:drivers/scsi/advansys.c>. To compile this driver as a module, choose M here: the module will be called advansys.config SCSI_IN2000 tristate "Always IN2000 SCSI support" depends on ISA && SCSI help This is support for an ISA bus SCSI host adapter. You'll find more information in <file:Documentation/scsi/in2000.txt>. If it doesn't work out of the box, you may have to change the jumpers for IRQ or address selection. To compile this driver as a module, choose M here: the module will be called in2000.source "drivers/scsi/megaraid/Kconfig.megaraid"config SCSI_SATA bool "Serial ATA (SATA) support" depends on SCSI && EXPERIMENTAL help This driver family supports Serial ATA host controllers and devices. If unsure, say N.config SCSI_SATA_SVW tristate "ServerWorks Frodo / Apple K2 SATA support (EXPERIMENTAL)" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for Broadcom/Serverworks/Apple K2 SATA support. If unsure, say N.config SCSI_ATA_PIIX tristate "Intel PIIX/ICH SATA support" depends on SCSI_SATA && PCI help This option enables support for ICH5 Serial ATA. If PATA support was enabled previously, this enables support for select Intel PIIX/ICH PATA host controllers. If unsure, say N.config SCSI_SATA_NV tristate "NVIDIA SATA support" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for NVIDIA Serial ATA. If unsure, say N.config SCSI_SATA_PROMISE tristate "Promise SATA TX2/TX4 support" depends on SCSI_SATA && PCI help This option enables support for Promise Serial ATA TX2/TX4. If unsure, say N.config SCSI_SATA_SX4 tristate "Promise SATA SX4 support" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for Promise Serial ATA SX4. If unsure, say N.config SCSI_SATA_SIL tristate "Silicon Image SATA support" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for Silicon Image Serial ATA. If unsure, say N.config SCSI_SATA_SIS tristate "SiS 964/180 SATA support" depends on SCSI_SATA && PCI help This option enables support for SiS Serial ATA 964/180. If unsure, say N.config SCSI_SATA_VIA tristate "VIA SATA support" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for VIA Serial ATA. If unsure, say N.config SCSI_SATA_VITESSE tristate "VITESSE VSC-7174 SATA support" depends on SCSI_SATA && PCI && EXPERIMENTAL help This option enables support for Vitesse VSC7174 Serial ATA. If unsure, say N.config SCSI_BUSLOGIC tristate "BusLogic SCSI support" depends on (PCI || ISA || MCA) && SCSI && (BROKEN || !SPARC64) ---help--- This is support for BusLogic MultiMaster and FlashPoint SCSI Host Adapters. Consult the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>, and the files <file:Documentation/scsi/BusLogic.txt> and <file:Documentation/scsi/FlashPoint.txt> for more information. To compile this driver as a module, choose M here: the module will be called BusLogic.config SCSI_OMIT_FLASHPOINT bool "Omit FlashPoint support" depends on SCSI_BUSLOGIC help This option allows you to omit the FlashPoint support from the BusLogic SCSI driver. The FlashPoint SCCB Manager code is substantial, so users of MultiMaster Host Adapters may wish to omit it.## This is marked broken because it uses over 4kB of stack in# just two routines:# 2076 CpqTsProcessIMQEntry# 2052 PeekIMQEntry#config SCSI_CPQFCTS tristate "Compaq Fibre Channel 64-bit/66Mhz HBA support" depends on PCI && SCSI && BROKEN help Say Y here to compile in support for the Compaq StorageWorks Fibre Channel 64-bit/66Mhz Host Bus Adapter.config SCSI_DMX3191D tristate "DMX3191D SCSI support" depends on PCI && SCSI help This is support for Domex DMX3191D SCSI Host Adapters. To compile this driver as a module, choose M here: the module will be called dmx3191d.config SCSI_DTC3280 tristate "DTC3180/3280 SCSI support" depends on ISA && SCSI help This is support for DTC 3180/3280 SCSI Host Adapters. Please read the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>, and the file <file:Documentation/scsi/dtc3x80.txt>. To compile this driver as a module, choose M here: the module will be called dtc.config SCSI_EATA tristate "EATA ISA/EISA/PCI (DPT and generic EATA/DMA-compliant boards) support" depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64) ---help--- This driver supports all EATA/DMA-compliant SCSI host adapters. DPT ISA and all EISA I/O addresses are probed looking for the "EATA" signature. The addresses of all the PCI SCSI controllers reported by the PCI subsystem are probed as well. You want to read the start of <file:drivers/scsi/eata.c> and the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>. To compile this driver as a module, choose M here: the module will be called eata.config SCSI_EATA_TAGGED_QUEUE bool "enable tagged command queueing" depends on SCSI_EATA help This is a feature of SCSI-2 which improves performance: the host adapter can send several SCSI commands to a device's queue even if previous commands haven't finished yet. This is equivalent to the "eata=tc:y" boot option.config SCSI_EATA_LINKED_COMMANDS bool "enable elevator sorting" depends on SCSI_EATA help This option enables elevator sorting for all probed SCSI disks and CD-ROMs. It definitely reduces the average seek distance when doing random seeks, but this does not necessarily result in a noticeable performance improvement: your mileage may vary... This is equivalent to the "eata=lc:y" boot option.config SCSI_EATA_MAX_TAGS int "maximum number of queued commands" depends on SCSI_EATA default "16" help This specifies how many SCSI commands can be maximally queued for each probed SCSI device. You should reduce the default value of 16 only if you have disks with buggy or limited tagged command support. Minimum is 2 and maximum is 62. This value is also the window size used by the elevator sorting option above. The effective value used by the driver for each probed SCSI device is reported at boot time. This is equivalent to the "eata=mq:8" boot option.config SCSI_EATA_PIO tristate "EATA-PIO (old DPT PM2001, PM2012A) support" depends on (ISA || EISA || PCI) && SCSI ---help--- This driver supports all EATA-PIO protocol compliant SCSI Host Adapters like the DPT PM2001 and the PM2012A. EATA-DMA compliant host adapters could also use this driver but are discouraged from doing so, since this driver only supports hard disks and lacks numerous features. You might want to have a look at the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>. To compile this driver as a module, choose M here: the module will be called eata_pio.config SCSI_FUTURE_DOMAIN tristate "Future Domain 16xx SCSI/AHA-2920A support" depends on (ISA || PCI) && SCSI ---help--- This is support for Future Domain's 16-bit SCSI host adapters (TMC-1660/1680, TMC-1650/1670, TMC-3260, TMC-1610M/MER/MEX) and other adapters based on the Future Domain chipsets (Quantum ISA-200S, ISA-250MG; Adaptec AHA-2920A; and at least one IBM board). It is explained in section 3.7 of the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>. NOTE: Newer Adaptec AHA-2920C boards use the Adaptec AIC-7850 chip and should use the aic7xxx driver ("Adaptec AIC7xxx chipset SCSI controller support"). This Future Domain driver works with the older Adaptec AHA-2920A boards with a Future Domain chip on them. To compile this driver as a module, choose M here: the module will be called fdomain.config SCSI_FD_MCS tristate "Future Domain MCS-600/700 SCSI support" depends on MCA_LEGACY && SCSI ---help--- This is support for Future Domain MCS 600/700 MCA SCSI adapters. Some PS/2 computers are equipped with IBM Fast SCSI Adapter/A which is identical to the MCS 700 and hence also supported by this driver. This driver also supports the Reply SB16/SCSI card (the SCSI part). It supports multiple adapters in the same system. To compile this driver as a module, choose M here: the module will be called fd_mcs.config SCSI_GDTH tristate "Intel/ICP (former GDT SCSI Disk Array) RAID Controller support" depends on (ISA || EISA || PCI) && SCSI && (BROKEN || !SPARC64) ---help--- Formerly called GDT SCSI Disk Array Controller Support. This is a driver for RAID/SCSI Disk Array Controllers (EISA/ISA/PCI) manufactured by Intel Corporation/ICP vortex GmbH. It is documented in the kernel source in <file:drivers/scsi/gdth.c> and <file:drivers/scsi/gdth.h.> To compile this driver as a module, choose M here: the module will be called gdth.config SCSI_GENERIC_NCR5380 tristate "Generic NCR5380/53c400 SCSI PIO support" depends on ISA && SCSI ---help--- This is a driver for the old NCR 53c80 series of SCSI controllers on boards using PIO. Most boards such as the Trantor T130 fit this category, along with a large number of ISA 8bit controllers shipped for free with SCSI scanners. If you have a PAS16, T128 or DMX3191 you should select the specific driver for that card rather than generic 5380 support. It is explained in section 3.8 of the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>. If it doesn't work out of the box, you may have to change some settings in <file:drivers/scsi/g_NCR5380.h>. To compile this driver as a module, choose M here: the module will be called g_NCR5380.config SCSI_GENERIC_NCR5380_MMIO tristate "Generic NCR5380/53c400 SCSI MMIO support" depends on ISA && SCSI ---help--- This is a driver for the old NCR 53c80 series of SCSI controllers on boards using memory mapped I/O. It is explained in section 3.8 of the SCSI-HOWTO, available from <http://www.tldp.org/docs.html#howto>. If it doesn't work out of the box, you may have to change some settings in <file:drivers/scsi/g_NCR5380.h>. To compile this driver as a module, choose M here: the module will be called g_NCR5380_mmio.config SCSI_GENERIC_NCR53C400 bool "Enable NCR53c400 extensions" depends on SCSI_GENERIC_NCR5380 help This enables certain optimizations for the NCR53c400 SCSI cards. You might as well try it out. Note that this driver will only probe for the Trantor T130B in its default configuration; you might have to pass a command line option to the kernel at boot time if it does not detect your card. See the file <file:Documentation/scsi/g_NCR5380.txt> for details.config SCSI_IBMMCA tristate "IBMMCA SCSI support" depends on MCA_LEGACY && SCSI ---help--- This is support for the IBM SCSI adapter found in many of the PS/2 series computers. These machines have an MCA bus, so you need to answer Y to "MCA support" as well and read <file:Documentation/mca.txt>. If the adapter isn't found during boot (a common problem for models 56, 57, 76, and 77) you'll need to use the 'ibmmcascsi=<pun>' kernel option, where <pun> is the id of the SCSI subsystem (usually 7, but if that doesn't work check your reference diskette). Owners of
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -