From owner-freebsd-hackers@FreeBSD.ORG Fri Dec 3 00:29:10 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9172316A4CE; Fri, 3 Dec 2004 00:29:10 +0000 (GMT) Received: from pooker.samsco.org (pooker.samsco.org [168.103.85.57]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3921043D2F; Fri, 3 Dec 2004 00:29:10 +0000 (GMT) (envelope-from scottl@freebsd.org) Received: from [192.168.254.11] (junior-wifi.samsco.home [192.168.254.11]) (authenticated bits=0) by pooker.samsco.org (8.12.11/8.12.10) with ESMTP id iB30WvkI069240; Thu, 2 Dec 2004 17:32:57 -0700 (MST) (envelope-from scottl@freebsd.org) Message-ID: <41AFB35D.4090300@freebsd.org> Date: Thu, 02 Dec 2004 17:29:17 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20040929 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Peter Wemm References: <41AE3F80.1000506@freebsd.org> <20041202011758.GA81639@drago.fomokka.net> <200412021624.21655.peter@wemm.org> In-Reply-To: <200412021624.21655.peter@wemm.org> X-Enigmail-Version: 0.86.1.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=0.0 required=3.8 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pooker.samsco.org cc: hackers@freebsd.org cc: freebsd-hackers@freebsd.org cc: foxfair@freebsd.org cc: current@freebsd.org Subject: Re: My project wish-list for the next 12 months X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Dec 2004 00:29:10 -0000 Peter Wemm wrote: > On Wednesday 01 December 2004 05:17 pm, Foxfair Hu wrote: > >>On Wed, Dec 01, 2004 at 03:02:40PM -0700, Scott Long wrote: >> >>>All, >> >>[....] >> >> >>>1. Keyboard multiplexer. We are running into problems with making >>>ps/2 and USB/bluetooth keyboards work together and work with KVMs. >>>Having a virtual keyboard device that multiplexes the various real >>>keyboard devices and handles hotplug can solve this mess pretty >>>effectively. I know that there has been a lot of talk about this >>>on mailing lists recently but I don't know how much progress is >>>being made so I'm listing it here. >> >> How about reuse NetBSD's wscons ? I've kept an eye on it and >>thought it should be a good start for FreeBSD. > > > Only if it has 100% identical look/feel to syscons. ie: same key maps, > same ioctl's, same Xserver interface, same escape codes, etc. If not, > then over my dead body! > What if it's 100% identical except for the [Space] key, which becomes the console pause key? =-) Scott