Subject: Re: Booting a Krups JavaStation
To: Matt Dainty <matt@bodgit-n-scarper.com>
From: Martin Husemann <martin@duskware.de>
List: port-sparc
Date: 11/27/2003 23:42:35
On Thu, Nov 27, 2003 at 10:06:29PM +0000, Matt Dainty wrote:
> I'm guessing this explains why I get dropped to the debugger directly
> after pckbc has been attached when I boot with a head attached?

Simple hack (but not a real solution):

In sys/arch/sparc/dev/pckbc_js.c:262 change the bus_intr_establish call to
use 0 instead of IPL_TTY.

Martin