From owner-freebsd-ppc@FreeBSD.ORG Tue Jul 19 01:42:43 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 2371016A41C; Tue, 19 Jul 2005 01:42:43 +0000 (GMT) (envelope-from leimy2k@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC0D943D49; Tue, 19 Jul 2005 01:42:42 +0000 (GMT) (envelope-from leimy2k@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/8.12.11/smtpout07/MantshX 4.0) with ESMTP id j6J1ggfO021584; Mon, 18 Jul 2005 18:42:42 -0700 (PDT) Received: from [192.168.1.100] (dsl231-059-251.sea1.dsl.speakeasy.net [216.231.59.251]) (authenticated bits=0) by mac.com (Xserve/smtpin07/MantshX 4.0) with ESMTP id j6J1gfkk011983; Mon, 18 Jul 2005 18:42:42 -0700 (PDT) In-Reply-To: <42DC2B31.2040303@freebsd.org> References: <42D859BE.6060100@freebsd.org> <42DC2B31.2040303@freebsd.org> Mime-Version: 1.0 (Apple Message framework v733) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: David Leimbach Date: Mon, 18 Jul 2005 18:42:17 -0700 To: Peter Grehan X-Mailer: Apple Mail (2.733) Cc: freebsd-ppc@freebsd.org Subject: Re: FreeBSD/ppc 6.0-BETA1 isos 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: Tue, 19 Jul 2005 01:42:43 -0000 On Jul 18, 2005, at 3:20 PM, Peter Grehan wrote: > Hi Dave, > > >> The last 6.0 ISO I tried would panic if I tried to disable >> syscons. As such, I have to plug a USB keyboard into my latop >> and also do the "skipslot" thingy to get it recognized instead of >> my bluetooth. >> Does this one have any improvement in any of the above areas? :) >> > > Alas not :( > > I haven't looked into the ofw console crash for a while, but it's > possible that it's either a) we're calling into open firmware with > a virtually mapped stack, or b) the SPRG0-4 registers aren't being > saved/restored during the call. NetBSD avoids both of those, though > in theory a) should be OK. > > I'm hoping that the upcoming syscons kbdmux stuff will fix the > early probe of the pretend Bluetooth usb kbd/mouse. > > later, Cool, on my personal todo list is to get an ADB driver going on FreeBSD if no one beats me to it. I've got other projects in the foreground and a pile of dayjob work to do too. Dave > > Peter. >