Kconfig (b73c3d778647bffff6dbcbe41e8fc01215a22194) | Kconfig (cd9ad58d4061494e7fdd70ded7bcf2418daf356a) |
---|---|
1menu "SCSI device support" 2 3config RAID_ATTRS 4 tristate "RAID Transport Class" 5 default n 6 depends on BLOCK 7 ---help--- 8 Provides RAID --- 227 unchanged lines hidden (view full) --- 236 time your system expects them to have been. You can load the 237 scsi_wait_scan module to ensure that all scans have completed. 238 If you build your SCSI drivers into the kernel, then everything 239 will work fine if you say Y here. 240 241 You can override this choice by specifying "scsi_mod.scan=sync" 242 or async on the kernel's command line. 243 | 1menu "SCSI device support" 2 3config RAID_ATTRS 4 tristate "RAID Transport Class" 5 default n 6 depends on BLOCK 7 ---help--- 8 Provides RAID --- 227 unchanged lines hidden (view full) --- 236 time your system expects them to have been. You can load the 237 scsi_wait_scan module to ensure that all scans have completed. 238 If you build your SCSI drivers into the kernel, then everything 239 will work fine if you say Y here. 240 241 You can override this choice by specifying "scsi_mod.scan=sync" 242 or async on the kernel's command line. 243 |
244config SCSI_WAIT_SCAN 245 tristate 246 default m 247 depends on SCSI 248 depends on MODULES 249 | |
250menu "SCSI Transports" 251 depends on SCSI 252 253config SCSI_SPI_ATTRS 254 tristate "Parallel SCSI (SPI) Transport Attributes" 255 depends on SCSI 256 help 257 If you wish to export transport-specific information about --- 937 unchanged lines hidden (view full) --- 1195 The normal answer therefore is not to go with the default but to 1196 select the maximum value 80 allowing the driver to use the maximum 1197 value supported by each controller. If this causes problems with 1198 your SCSI devices, you should come back and decrease the value. 1199 1200 There is no safe option other than using good cabling, right 1201 terminations and SCSI conformant devices. 1202 | 244menu "SCSI Transports" 245 depends on SCSI 246 247config SCSI_SPI_ATTRS 248 tristate "Parallel SCSI (SPI) Transport Attributes" 249 depends on SCSI 250 help 251 If you wish to export transport-specific information about --- 937 unchanged lines hidden (view full) --- 1189 The normal answer therefore is not to go with the default but to 1190 select the maximum value 80 allowing the driver to use the maximum 1191 value supported by each controller. If this causes problems with 1192 your SCSI devices, you should come back and decrease the value. 1193 1194 There is no safe option other than using good cabling, right 1195 terminations and SCSI conformant devices. 1196 |
1197config SCSI_NCR53C8XX_PROFILE 1198 bool "enable profiling" 1199 depends on SCSI_ZALON || SCSI_NCR_Q720 1200 help 1201 This option allows you to enable profiling information gathering. 1202 These statistics are not very accurate due to the low frequency 1203 of the kernel clock (100 Hz on i386) and have performance impact 1204 on systems that use very fast devices. 1205 1206 The normal answer therefore is N. 1207 |
|
1203config SCSI_NCR53C8XX_NO_DISCONNECT 1204 bool "not allow targets to disconnect" 1205 depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 1206 help 1207 This option is only provided for safety if you suspect some SCSI 1208 device of yours to not support properly the target-disconnect 1209 feature. In that case, you would say Y here. In general however, to 1210 not allow targets to disconnect is not reasonable if there is more --- 113 unchanged lines hidden (view full) --- 1324 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)" 1325 depends on (EISA || MCA) && SCSI 1326 select SCSI_SPI_ATTRS 1327 ---help--- 1328 This driver for NCR53c710 based SCSI host adapters. 1329 1330 It currently supports Compaq EISA cards and NCR MCA cards 1331 | 1208config SCSI_NCR53C8XX_NO_DISCONNECT 1209 bool "not allow targets to disconnect" 1210 depends on (SCSI_ZALON || SCSI_NCR_Q720) && SCSI_NCR53C8XX_DEFAULT_TAGS=0 1211 help 1212 This option is only provided for safety if you suspect some SCSI 1213 device of yours to not support properly the target-disconnect 1214 feature. In that case, you would say Y here. In general however, to 1215 not allow targets to disconnect is not reasonable if there is more --- 113 unchanged lines hidden (view full) --- 1329 tristate "Simple 53c710 SCSI support (Compaq, NCR machines)" 1330 depends on (EISA || MCA) && SCSI 1331 select SCSI_SPI_ATTRS 1332 ---help--- 1333 This driver for NCR53c710 based SCSI host adapters. 1334 1335 It currently supports Compaq EISA cards and NCR MCA cards 1336 |
1337config 53C700_IO_MAPPED 1338 bool 1339 depends on SCSI_SIM710 1340 default y 1341 |
|
1332config SCSI_SYM53C416 1333 tristate "Symbios 53c416 SCSI support" 1334 depends on ISA && SCSI 1335 ---help--- 1336 This is support for the sym53c416 SCSI host adapter, the SCSI 1337 adapter that comes with some HP scanners. This driver requires that 1338 the sym53c416 is configured first using some sort of PnP 1339 configuration program (e.g. isapnp) or by a PnP aware BIOS. If you --- 408 unchanged lines hidden (view full) --- 1748 1749config SUN3X_ESP 1750 bool "Sun3x ESP SCSI" 1751 depends on SUN3X && SCSI=y 1752 help 1753 The ESP was an on-board SCSI controller used on Sun 3/80 1754 machines. Say Y here to compile in support for it. 1755 | 1342config SCSI_SYM53C416 1343 tristate "Symbios 53c416 SCSI support" 1344 depends on ISA && SCSI 1345 ---help--- 1346 This is support for the sym53c416 SCSI host adapter, the SCSI 1347 adapter that comes with some HP scanners. This driver requires that 1348 the sym53c416 is configured first using some sort of PnP 1349 configuration program (e.g. isapnp) or by a PnP aware BIOS. If you --- 408 unchanged lines hidden (view full) --- 1758 1759config SUN3X_ESP 1760 bool "Sun3x ESP SCSI" 1761 depends on SUN3X && SCSI=y 1762 help 1763 The ESP was an on-board SCSI controller used on Sun 3/80 1764 machines. Say Y here to compile in support for it. 1765 |
1766config SCSI_ESP_CORE 1767 tristate "ESP Scsi Driver Core" 1768 depends on SCSI 1769 select SCSI_SPI_ATTRS 1770 |
|
1756config SCSI_SUNESP 1757 tristate "Sparc ESP Scsi Driver" 1758 depends on SBUS && SCSI | 1771config SCSI_SUNESP 1772 tristate "Sparc ESP Scsi Driver" 1773 depends on SBUS && SCSI |
1774 select SCSI_ESP_CORE |
|
1759 help 1760 This is the driver for the Sun ESP SCSI host adapter. The ESP 1761 chipset is present in most SPARC SBUS-based computers. 1762 1763 To compile this driver as a module, choose M here: the 1764 module will be called esp. 1765 1766# bool 'Cyberstorm Mk III SCSI support (EXPERIMENTAL)' CONFIG_CYBERSTORMIII_SCSI --- 30 unchanged lines hidden --- | 1775 help 1776 This is the driver for the Sun ESP SCSI host adapter. The ESP 1777 chipset is present in most SPARC SBUS-based computers. 1778 1779 To compile this driver as a module, choose M here: the 1780 module will be called esp. 1781 1782# bool 'Cyberstorm Mk III SCSI support (EXPERIMENTAL)' CONFIG_CYBERSTORMIII_SCSI --- 30 unchanged lines hidden --- |