From owner-freebsd-arch@FreeBSD.ORG Sun Feb 17 18:36:25 2008 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BBBCE16A417 for ; Sun, 17 Feb 2008 18:36:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 7F11013C455 for ; Sun, 17 Feb 2008 18:36:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.2/8.14.1) with ESMTP id m1HISQKm000137; Sun, 17 Feb 2008 11:28:27 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Sun, 17 Feb 2008 11:33:40 -0700 (MST) Message-Id: <20080217.113340.390436320.imp@bsdimp.com> To: julian@elischer.org From: "M. Warner Losh" In-Reply-To: <47B3EB4E.40508@elischer.org> References: <86ve4s9357.fsf@ds4.des.no> <20080213184607.GK1340@hoeg.nl> <47B3EB4E.40508@elischer.org> X-Mailer: Mew version 5.2 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: des@des.no, ed@fxq.nl, freebsd-arch@FreeBSD.org Subject: Re: Proposal for redesigning the TTY layer X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Feb 2008 18:36:25 -0000 In message: <47B3EB4E.40508@elischer.org> Julian Elischer writes: : Ed Schouten wrote: : > Hello Dag-Erling, : > = : > * Dag-Erling Sm=F8rgrav wrote: : >> Ed Schouten writes: : >>> The last couple of days I've been working on a document which des= cribes : >>> the changes I'm going to perform. I have just finished this docum= ent, so : >>> I'm sending it to this list, so you can give your opinion on this= : >>> matter. : >> wiki.freebsd.org please :) : > = : > Great idea. I'll take some time to write an article when I'm at the= : > office tomorrow. : > = : >>> As stated in the conclusion of this document, I am willing to con= tinue : >>> development after I graduate. Unfortunately I don't possess all h= ardware : >>> supported by the TTY layer, which means I could use some help aft= er I : >>> finished by internship to bring back support for the remaining ha= rdware. : >> Perhaps you could provide a short list of the types of hardware yo= u need : >> help with? : > = : > The only drivers I can take a look at, are: : > = : > - syscons : > - sio and uart : > - pty : > - u(pl)com : = : gxemu 'test' console : = : http://gavare.se/gxemul/gxemul-stable/doc/experiments.html#hello : = : :-) : (the simplest console in the universe) I have code that works with it in the current system. Warner