diff options
author | Jens Axboe <jens.axboe@oracle.com> | 2007-06-19 13:13:36 -0400 |
---|---|---|
committer | Jens Axboe <jens.axboe@oracle.com> | 2007-07-10 02:03:33 -0400 |
commit | c2bcf3b8978c291e1b7f6499475c8403a259d4d6 (patch) | |
tree | f9dd54a812fb25fde18b8a3583565ffdabc860f6 /drivers/block/Kconfig | |
parent | f4b09303d00212ead0619db58d8ec8a0a7a94882 (diff) |
[PATCH] Remove acsi.c
Originally from Boaz Harrosh <bharrosh@panasas.com>
It hasn't been working in 2.5 or 2.6 ever, since it's still buffer_head
based.
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 33 |
1 files changed, 1 insertions, 32 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b4c8319138b2..d6ad7b3ea0dc 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -56,40 +56,9 @@ config AMIGA_Z2RAM | |||
56 | To compile this driver as a module, choose M here: the | 56 | To compile this driver as a module, choose M here: the |
57 | module will be called z2ram. | 57 | module will be called z2ram. |
58 | 58 | ||
59 | config ATARI_ACSI | ||
60 | tristate "Atari ACSI support" | ||
61 | depends on ATARI && BROKEN | ||
62 | ---help--- | ||
63 | This enables support for the Atari ACSI interface. The driver | ||
64 | supports hard disks and CD-ROMs, which have 512-byte sectors, or can | ||
65 | be switched to that mode. Due to the ACSI command format, only disks | ||
66 | up to 1 GB are supported. Special support for certain ACSI to SCSI | ||
67 | adapters, which could relax that, isn't included yet. The ACSI | ||
68 | driver is also the basis for certain other drivers for devices | ||
69 | attached to the ACSI bus: Atari SLM laser printer, BioNet-100 | ||
70 | Ethernet, and PAMsNet Ethernet. If you want to use one of these | ||
71 | devices, you need ACSI support, too. | ||
72 | |||
73 | To compile this driver as a module, choose M here: the | ||
74 | module will be called acsi. | ||
75 | |||
76 | comment "Some devices (e.g. CD jukebox) support multiple LUNs" | ||
77 | depends on ATARI && ATARI_ACSI | ||
78 | |||
79 | config ACSI_MULTI_LUN | ||
80 | bool "Probe all LUNs on each ACSI device" | ||
81 | depends on ATARI_ACSI | ||
82 | help | ||
83 | If you have a ACSI device that supports more than one LUN (Logical | ||
84 | Unit Number), e.g. a CD jukebox, you should say Y here so that all | ||
85 | will be found by the ACSI driver. An ACSI device with multiple LUNs | ||
86 | acts logically like multiple ACSI devices. The vast majority of ACSI | ||
87 | devices have only one LUN, and so most people can say N here and | ||
88 | should in fact do so, because it is safer. | ||
89 | |||
90 | config ATARI_SLM | 59 | config ATARI_SLM |
91 | tristate "Atari SLM laser printer support" | 60 | tristate "Atari SLM laser printer support" |
92 | depends on ATARI && ATARI_ACSI!=n | 61 | depends on ATARI |
93 | help | 62 | help |
94 | If you have an Atari SLM laser printer, say Y to include support for | 63 | If you have an Atari SLM laser printer, say Y to include support for |
95 | it in the kernel. Otherwise, say N. This driver is also available as | 64 | it in the kernel. Otherwise, say N. This driver is also available as |