Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - B index
The Linux kernel configuration item CONFIG_BLK_DEV_IDESCSI
has multiple definitions:
drivers/ide/Kconfig
The configuration item CONFIG_BLK_DEV_IDESCSI:
CONFIG_SCSI
ide-scsi
WARNING: ide-scsi is no longer needed for cd writing applications! The 2.6 kernel supports direct writing to ide-cd, which eliminates the need for ide-scsi + the entire scsi stack just for writing a cd. The new method is more efficient in every way.
This will provide SCSI host adapter emulation for IDE ATAPI devices, and will allow you to use a SCSI device driver instead of a native ATAPI driver.
If both this SCSI emulation and native ATAPI support are compiled into the kernel, the native support will be used.
drivers/ide/Kconfig
The configuration item CONFIG_BLK_DEV_IDESCSI:
CONFIG_SCSI
ide-scsi
WARNING: ide-scsi is no longer needed for cd writing applications! The 2.6 kernel supports direct writing to ide-cd, which eliminates the need for ide-scsi + the entire scsi stack just for writing a cd. The new method is more efficient in every way.
This will provide SCSI host adapter emulation for IDE ATAPI devices, and will allow you to use a SCSI device driver instead of a native ATAPI driver.
This is useful if you have an ATAPI device for which no native driver has been written (for example, an ATAPI PD-CD drive); you can then use this emulation together with an appropriate SCSI device driver. In order to do this, say Y here and to "SCSI support" and "SCSI generic support", below. You must then provide the kernel command line "hdx=ide-scsi" (try "man bootparam" or see the documentation of your boot loader (lilo or loadlin) about how to pass options to the kernel at boot time) for devices if you want the native EIDE sub-drivers to skip over the native support, so that this SCSI emulation can be used instead.
Note that this option does NOT allow you to attach SCSI devices to a box that doesn't have a SCSI host adapter installed.
If both this SCSI emulation and native ATAPI support are compiled into the kernel, the native support will be used.
Raw data from LKDDb:
lkddb module ide-scsi CONFIG_BLK_DEV_IDESCSI : drivers/ide/Kconfig : "SCSI emulation support (DEPRECATED)" # in 2.5.45–2.5.75, 2.6.0–2.6.28
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - B index
Automatically generated (in year 2024). See also LKDDb sources on GitLab