Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sat, 28 Dec 2002 10:38:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sat, 28 Dec 2002 10:34:57 -0500 Received: from mnh-1-01.mv.com ([207.22.10.33]:44548 "EHLO ccure.karaya.com") by vger.kernel.org with ESMTP id ; Sat, 28 Dec 2002 10:34:51 -0500 Message-Id: <200212281547.KAA02109@ccure.karaya.com> X-Mailer: exmh version 2.0.2 To: torvalds@transmeta.com cc: linux-kernel@vger.kernel.org Subject: [PATCH] UML device configuration reporting Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sat, 28 Dec 2002 10:47:08 -0500 From: Jeff Dike Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1438 Lines: 37 Please pull either http://uml.bkbits.net/mconfig-2.5 or http://jdike.stearns.org:5000/mconfig-2.5 This update allows the UML device drivers to report their configurations to the host. Jeff arch/um/drivers/chan_kern.c | 66 ++++++++++++++++++++++++++++- arch/um/drivers/fd.c | 6 ++ arch/um/drivers/line.c | 91 +++++++++++++++++++++++++++++++++++----- arch/um/drivers/mconsole_kern.c | 62 +++++++++++++++++++++++++-- arch/um/drivers/null.c | 5 +- arch/um/drivers/port_user.c | 9 +++ arch/um/drivers/pty.c | 17 ++++++- arch/um/drivers/ssl.c | 32 +++++++++++++- arch/um/drivers/stdio_console.c | 30 ++++++++++++- arch/um/drivers/tty.c | 8 ++- arch/um/drivers/ubd_kern.c | 39 +++++++++++++++++ arch/um/drivers/xterm.c | 4 + arch/um/include/chan_kern.h | 3 + arch/um/include/chan_user.h | 3 - arch/um/include/line.h | 11 +++- arch/um/include/mconsole_kern.h | 16 ++++++- 16 files changed, 371 insertions(+), 31 deletions(-) ChangeSet@1.797.71.1, 2002-11-18 15:57:40-05:00, jdike@uml.karaya.com Merged the get_config changes from 2.4. - 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/