Commit 93c164af authored by FUJITA Tomonori's avatar FUJITA Tomonori Committed by Bartlomiej Zolnierkiewicz
Browse files

remove ide-scsi



As planed, this removes ide-scsi.

The 2.6 kernel supports direct writing to ide CD drives, which
eliminates the need for ide-scsi. ide-scsi has been unmaintained and
marked as deprecated.

Signed-off-by: default avatarFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: James.Bottomley@HansenPartnership.com
Signed-off-by: default avatarBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
parent 07bd3f47
Loading
Loading
Loading
Loading
+0 −9
Original line number Original line Diff line number Diff line
@@ -310,15 +310,6 @@ Who: Krzysztof Piotr Oledzki <ole@ans.pl>


---------------------------
---------------------------


What: ide-scsi (BLK_DEV_IDESCSI)
When: 2.6.29
Why:  The 2.6 kernel supports direct writing to ide CD drives, which
      eliminates the need for ide-scsi. The new method is more
      efficient in every way.
Who:  FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>

---------------------------

What:	i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client()
What:	i2c_attach_client(), i2c_detach_client(), i2c_driver->detach_client()
When:	2.6.29 (ideally) or 2.6.30 (more likely)
When:	2.6.29 (ideally) or 2.6.30 (more likely)
Why:	Deprecated by the new (standard) device driver binding model. Use
Why:	Deprecated by the new (standard) device driver binding model. Use
+0 −5
Original line number Original line Diff line number Diff line
@@ -2146,11 +2146,6 @@ M: Gadi Oxman <gadio@netvision.net.il>
L:	linux-kernel@vger.kernel.org
L:	linux-kernel@vger.kernel.org
S:	Maintained
S:	Maintained


IDE-SCSI DRIVER
L:	linux-ide@vger.kernel.org
L:	linux-scsi@vger.kernel.org
S:	Orphan

IDLE-I7300
IDLE-I7300
P:	Andy Henroid
P:	Andy Henroid
M:	andrew.d.henroid@intel.com
M:	andrew.d.henroid@intel.com
+0 −17
Original line number Original line Diff line number Diff line
@@ -185,23 +185,6 @@ config BLK_DEV_IDETAPE
	  To compile this driver as a module, choose M here: the
	  To compile this driver as a module, choose M here: the
	  module will be called ide-tape.
	  module will be called ide-tape.


config BLK_DEV_IDESCSI
	tristate "SCSI emulation support (DEPRECATED)"
	depends on SCSI
	select IDE_ATAPI
	---help---
	  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.

config BLK_DEV_IDEACPI
config BLK_DEV_IDEACPI
	bool "IDE ACPI support"
	bool "IDE ACPI support"
	depends on ACPI
	depends on ACPI
+4 −4
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ config SCSI
	  You also need to say Y here if you have a device which speaks
	  You also need to say Y here if you have a device which speaks
	  the SCSI protocol.  Examples of this include the parallel port
	  the SCSI protocol.  Examples of this include the parallel port
	  version of the IOMEGA ZIP drive, USB storage devices, Fibre
	  version of the IOMEGA ZIP drive, USB storage devices, Fibre
	  Channel, FireWire storage and the IDE-SCSI emulation driver.
	  Channel, and FireWire storage.


	  To compile this driver as a module, choose M here and read
	  To compile this driver as a module, choose M here and read
	  <file:Documentation/scsi/scsi.txt>.
	  <file:Documentation/scsi/scsi.txt>.
@@ -101,9 +101,9 @@ config CHR_DEV_OSST
	---help---
	---help---
	  The OnStream SC-x0 SCSI tape drives cannot be driven by the
	  The OnStream SC-x0 SCSI tape drives cannot be driven by the
	  standard st driver, but instead need this special osst driver and
	  standard st driver, but instead need this special osst driver and
	  use the  /dev/osstX char device nodes (major 206).  Via usb-storage
	  use the  /dev/osstX char device nodes (major 206).  Via usb-storage,
	  and ide-scsi, you may be able to drive the USB-x0 and DI-x0 drives
	  you may be able to drive the USB-x0 and DI-x0 drives as well.
	  as well.  Note that there is also a second generation of OnStream
	  Note that there is also a second generation of OnStream
	  tape drives (ADR-x0) that supports the standard SCSI-2 commands for
	  tape drives (ADR-x0) that supports the standard SCSI-2 commands for
	  tapes (QIC-157) and can be driven by the standard driver st.
	  tapes (QIC-157) and can be driven by the standard driver st.
	  For more information, you may have a look at the SCSI-HOWTO
	  For more information, you may have a look at the SCSI-HOWTO
+0 −1
Original line number Original line Diff line number Diff line
@@ -105,7 +105,6 @@ obj-$(CONFIG_SCSI_GDTH) += gdth.o
obj-$(CONFIG_SCSI_INITIO)	+= initio.o
obj-$(CONFIG_SCSI_INITIO)	+= initio.o
obj-$(CONFIG_SCSI_INIA100)	+= a100u2w.o
obj-$(CONFIG_SCSI_INIA100)	+= a100u2w.o
obj-$(CONFIG_SCSI_QLOGICPTI)	+= qlogicpti.o
obj-$(CONFIG_SCSI_QLOGICPTI)	+= qlogicpti.o
obj-$(CONFIG_BLK_DEV_IDESCSI)	+= ide-scsi.o
obj-$(CONFIG_SCSI_MESH)		+= mesh.o
obj-$(CONFIG_SCSI_MESH)		+= mesh.o
obj-$(CONFIG_SCSI_MAC53C94)	+= mac53c94.o
obj-$(CONFIG_SCSI_MAC53C94)	+= mac53c94.o
obj-$(CONFIG_BLK_DEV_3W_XXXX_RAID) += 3w-xxxx.o
obj-$(CONFIG_BLK_DEV_3W_XXXX_RAID) += 3w-xxxx.o
Loading