Subject: Re: kern/25462
To: None <kern-bug-people@netbsd.org, gnats-admin@netbsd.org,>
From: Rafal Boni <rafal@pobox.com>
List: netbsd-bugs
Date: 11/30/2007 06:10:07
The following reply was made to PR kern/25462; it has been noted by GNATS.

From: Rafal Boni <rafal@pobox.com>
To: Erik Fair <fair@netbsd.org>
Cc: gnats-bugs@NetBSD.org, port-sparc64@netbsd.org
Subject: Re: kern/25462
Date: Fri, 30 Nov 2007 01:06:24 -0500

 Erik Fair wrote:
 > If you wish, I can make a binary copy of my FLAPJACK2 kernel available
 > for you to try.
 
 [..for the crowd following along, Erik's kernel didn't help either...]
 
 So the following change lets my ac200 boot successfully, and at least
 does no additional violence on the V120:
 
 http://www.openbsd.org/cgi-bin/cvsweb/src/sys/arch/sparc64/dev/psycho.c.diff?r1=1.29&r2=1.30&f=h
 
 The scary thing is, however, before I added this, I saw the occasional
 panic in gem_intr during autoconfiguration... is this not wrong?  Did I
 miss somewhere that we started running system configuration with
 interrupts on?
 
 There look to be other changes in the Open version that we might want to
 pick up, so I'll see about rolling those up as well.. but first, I need
 sleep.
 
 --rafal