diff options
author | Markus Lidel <Markus.Lidel@shadowconnect.com> | 2005-06-24 01:02:19 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-24 03:05:28 -0400 |
commit | b2aaee33fbb354a2f08121aa1c1be55841102761 (patch) | |
tree | 7567ca61aaf5eed8bb1acd01cd87aa235b854fd4 /drivers/message/i2o/Kconfig | |
parent | f10378fff658f61307496e0ae00095041725cf07 (diff) |
[PATCH] I2O: Adaptec specific SG_IO access, firmware access through sysfs and 2400A workaround
Changes:
- Provide SG_IO access to BLOCK and EXECUTIVE class on Adaptec
controllers
- Use PRIVATE messages in SCSI-OSM because on some controllers normal
SCSI class commands like READ or READ CAPACITY cause errors
- Use new DMA and SG list creation function
- Added workaround to limit sectors per request for Adaptec 2400A
controllers
Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/message/i2o/Kconfig')
-rw-r--r-- | drivers/message/i2o/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/message/i2o/Kconfig b/drivers/message/i2o/Kconfig index ce278e060aca..94b6d676c5cb 100644 --- a/drivers/message/i2o/Kconfig +++ b/drivers/message/i2o/Kconfig | |||
@@ -24,6 +24,24 @@ config I2O | |||
24 | 24 | ||
25 | If unsure, say N. | 25 | If unsure, say N. |
26 | 26 | ||
27 | config I2O_EXT_ADAPTEC | ||
28 | bool "Enable Adaptec extensions" | ||
29 | depends on I2O | ||
30 | default y | ||
31 | ---help--- | ||
32 | Say Y for support of raidutils for Adaptec I2O controllers. You also | ||
33 | have to say Y to "I2O Configuration support", "I2O SCSI OSM" below | ||
34 | and to "SCSI generic support" under "SCSI device configuration". | ||
35 | |||
36 | config I2O_EXT_ADAPTEC_DMA64 | ||
37 | bool "Enable 64-bit DMA" | ||
38 | depends on I2O_EXT_ADAPTEC && ( 64BIT || HIGHMEM64G ) | ||
39 | default y | ||
40 | ---help--- | ||
41 | Say Y for support of 64-bit DMA transfer mode on Adaptec I2O | ||
42 | controllers. | ||
43 | Note: You need at least firmware version 3709. | ||
44 | |||
27 | config I2O_CONFIG | 45 | config I2O_CONFIG |
28 | tristate "I2O Configuration support" | 46 | tristate "I2O Configuration support" |
29 | depends on PCI && I2O | 47 | depends on PCI && I2O |