Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 9 Jul 2002 14:09:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 9 Jul 2002 14:09:16 -0400 Received: from www.transvirtual.com ([206.14.214.140]:52230 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Tue, 9 Jul 2002 14:09:13 -0400 Date: Tue, 9 Jul 2002 11:11:50 -0700 (PDT) From: James Simmons To: Linus Torvalds cc: Linux Kernel Mailing List , Linux console project Subject: [PATCH] New VT console system patch Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1299 Lines: 47 Here is the patch I posted some time ago for the new console system. It has been tested and has been in the Dave Jones tree for so time now. The changes are: The removal of struct kbd_struct from being passed around in sysrq. Cleanup of keyboard.c in preperations for migrating to the input api. arch/i386/kernel/apm.c | 2 arch/ppc/xmon/start.c | 2 arch/ppc64/xmon/start.c | 2 drivers/acpi/system.c | 2 drivers/char/console.c | 82 ++-- drivers/char/keyboard.c | 781 +++++++++++++++++++++-------------------- drivers/char/sysrq.c | 46 +- drivers/char/tty_io.c | 15 include/linux/console_struct.h | 1 include/linux/sysrq.h | 13 10 files changed, 487 insertions(+), 459 deletions(-) BK tree: http://linuxconsole.bkbits.net:8080/dev diff: http://www.transvirtual.com/~jsimmons/console.diff.gz Thank you. . --- |o_o | |:_/ | Give Micro$oft the Bird!!!! // \ \ Use Linux!!!! (| | ) /'\_ _/`\ \___)=(___/ - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/