Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 5 Jul 2002 15:07:10 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 5 Jul 2002 15:07:09 -0400 Received: from www.transvirtual.com ([206.14.214.140]:34577 "EHLO www.transvirtual.com") by vger.kernel.org with ESMTP id ; Fri, 5 Jul 2002 15:07:08 -0400 Date: Fri, 5 Jul 2002 12:09:28 -0700 (PDT) From: James Simmons To: Linus Torvalds cc: Linux Kernel Mailing List , Linux console project Subject: [PATCH] New Console part One. 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: 1377 Lines: 42 After some testings here is the start of the new console system. The changes here are removal of struct kbd_struct from handler_sysrq. Only two sysrq functions actually use it. Sysrq should work with any kind of console system and the major of them will lack a physical keyboard. The second change is a cleanup and preparation of moving the VT console system input devices over to the input api. . --- |o_o | |:_/ | Give Micro$oft the Bird!!!! // \ \ Use Linux!!!! (| | ) /'\_ _/`\ \___)=(___/ 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 11 files changed, 487 insertions(+), 459 deletions(-) The BK link is http://linuxconsole.bkbits.net/dev diff: http://www.transvirtual.com/~jsimmons/console.diff.gz - 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/