diff options
author | Markus Lidel <Markus.Lidel@shadowconnect.com> | 2005-08-09 10:08:03 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-09 12:08:22 -0700 |
commit | db29e85a7ece62de1899917c1ec0ffe55cf1d3a0 (patch) | |
tree | fcecd11c14fd6e95b1dc7daba899c64bbee25ded /drivers/message/i2o/Kconfig | |
parent | 36d2f5a18205dfc2fac1e3541d324ce186f418cb (diff) | |
download | op-kernel-dev-db29e85a7ece62de1899917c1ec0ffe55cf1d3a0.zip op-kernel-dev-db29e85a7ece62de1899917c1ec0ffe55cf1d3a0.tar.gz |
[PATCH] i2o: remove new configuration API
Remove new configuration API from i2o_config
The API-patch is still available from the I2O website (which is mentioned in
the kernel config now). It is removed because it creates a new binary
sysfs-attribute, which doesn't have the limitiation of 4k. Expect for the
Adaptec controllers, which has a limitation in the hardware this attribute
doesn't make sense anywhere else. Until the sysfs API provides an attribute
which doesn't buffer (like firmware) and let access to at least 64k blocks i
provide a separate patch...
(akpm: basically, this API was introduced post-2.6.12 and Markus wants to pull
it out before 2.6.13).
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/message/i2o/Kconfig b/drivers/message/i2o/Kconfig index 06e8eb1..43a942a 100644 --- a/drivers/message/i2o/Kconfig +++ b/drivers/message/i2o/Kconfig @@ -53,6 +53,9 @@ config I2O_CONFIG To compile this support as a module, choose M here: the module will be called i2o_config. + Note: If you want to use the new API you have to download the + i2o_config patch from http://i2o.shadowconnect.com/ + config I2O_CONFIG_OLD_IOCTL bool "Enable ioctls (OBSOLETE)" depends on I2O_CONFIG |