diff options
author | Alan Cox <alan@lxorguk.ukuu.org.uk> | 2006-03-24 03:18:30 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-24 07:33:29 -0800 |
commit | db3185242a9a369d5ef13cd2baf196507925009e (patch) | |
tree | 7fd6fcd3df83ba2af2f54f5861091f019d68cde3 /drivers/char/Kconfig | |
parent | 3d336aa257ba382c3ad7883ee000cbacb761e411 (diff) | |
download | blackbird-op-linux-db3185242a9a369d5ef13cd2baf196507925009e.tar.gz blackbird-op-linux-db3185242a9a369d5ef13cd2baf196507925009e.zip |
[PATCH] rio driver rework continued #5
Final polish. There is no more save_flags/cli type locking left. We also no
longer use the pcicopy function and file so they can go.
Signed-off-by: Alan Cox <alan@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index b524f5ba78a9..5980f3e886fc 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -290,7 +290,7 @@ config SX config RIO tristate "Specialix RIO system support" - depends on SERIAL_NONSTANDARD && BROKEN_ON_SMP && !64BIT + depends on SERIAL_NONSTANDARD && !64BIT help This is a driver for the Specialix RIO, a smart serial card which drives an outboard box that can support up to 128 ports. Product |