From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Nasrat Subject: Patches/rollbacks for SIBO Date: Sat, 10 Aug 2002 10:24:37 +0100 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20020810092436.GH20682@raq465.uk2net.com> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="XsQoSWH+UP9D9v3l" Return-path: Content-Disposition: inline List-Id: To: linux-8086@vger.kernel.org --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Can someone add the attached patch for the elks char device, and also roll back to version 1.6 the following: elks/arch/i86/drivers/block/sibo_ssd.c elks/arch/i86/drivers/block/ssd.c (Though I think I can delete this file for the next release as it is unused). This rollback may break splint or ANSIfication but it keeps complaining and I haven't found a way to fix it yet other than via a rollback. Error included: sibo_ssd.c:172.3: error: ssd_read_blk already declared make[2]: *** [sibo_ssd.o] Error 1 make[2]: Leaving directory `/home/pauln/src/elks/arch/i86/drivers/block' make[1]: *** [drivers/block/blk_drv.a] Error 2 make[1]: Leaving directory `/home/pauln/src/elks/arch/i86' make: *** [Image] Error 2 Paul --XsQoSWH+UP9D9v3l Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="elks-sibo-config.patch" Index: Config.in =================================================================== RCS file: /cvsroot/elks/elks/arch/i86/drivers/char/Config.in,v retrieving revision 1.15 diff -u -r1.15 Config.in --- Config.in 16 Jul 2002 17:51:06 -0000 1.15 +++ Config.in 10 Aug 2002 09:08:21 -0000 @@ -30,6 +30,7 @@ if [ "$CONFIG_SIBO_CONSOLE_DIRECT" = "y" ]; then bool ' Support virtual consoles' CONFIG_SIBO_VIRTUAL_CONSOLE n bool ' Direct console serial echo' CONFIG_SIBO_CONSOLE_ECHO n + define_bool CONFIG_SIBO_DEFAULT_KEYMAP y fi fi --XsQoSWH+UP9D9v3l--