From owner-freebsd-ppc@FreeBSD.ORG Sat Nov 5 13:53:33 2005 Return-Path: X-Original-To: freebsd-ppc@freebsd.org Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6AFE916A41F for ; Sat, 5 Nov 2005 13:53:33 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from hummer.onthenet.com.au (hummer.onthenet.com.au [203.13.68.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B49443D46 for ; Sat, 5 Nov 2005 13:53:32 +0000 (GMT) (envelope-from grehan@freebsd.org) Received: from [203.144.18.169] (CPE-18-169.dsl.OntheNet.net [203.144.18.169]) by hummer.onthenet.com.au (Postfix) with ESMTP id D760D19FCDE; Sat, 5 Nov 2005 23:53:31 +1000 (EST) Message-ID: <436CB96F.5080400@freebsd.org> Date: Sat, 05 Nov 2005 23:53:51 +1000 From: Peter Grehan User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041016 X-Accept-Language: en-us, en MIME-Version: 1.0 To: edward References: <436C8D13.7090606@wanadoo.fr> <436CB591.9010500@freebsd.org> <436CB762.7000008@wanadoo.fr> In-Reply-To: <436CB762.7000008@wanadoo.fr> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ppc@freebsd.org Subject: Re: Update on FreeBSD 6.0 ppc status ? X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2005 13:53:33 -0000 > Thanks Peter. Just for my education, what is keeping FreeBSD from > supporting an internal keyboard and trackpad ? An oft-asked question :) Unfortunately the code required is an entire stack: syscons keyboard/mouse i/f ------------ adb keyboard/mouse drivers ------------ adb bus code ------------ adb host bridge code ------------ cuda/pmu driver ------------ via6522 shift-register messaging .. and to top it off, the whole shebang should really be able to operate in polled mode from top to bottom if DDB is to be usable. I guess it really needs someone focused to get it done, and to date I just haven't had the time :( later, Peter.