Subject: Re: kern/25462 (NetBSD 2.0_BETA boot hang in Sun Netra 1405)
To: None <kern-bug-people@netbsd.org, netbsd-bugs@netbsd.org,>
From: None <rafal@netbsd.org>
List: netbsd-bugs
Date: 12/03/2007 14:53:47
Synopsis: NetBSD 2.0_BETA boot hang in Sun Netra 1405

State-Changed-From-To: open->closed
State-Changed-By: rafal@netbsd.org
State-Changed-When: Mon, 03 Dec 2007 14:53:46 +0000
State-Changed-Why:
Fixed with the following change and verified on my T1 ac200 which showed
this same issues:

Module Name:	src
Committed By:	rafal
Date:		Mon Dec  3 14:13:19 UTC 2007

Modified Files:
	src/sys/arch/sparc64/dev: psycho.c

Log Message:
Clear interrupts as they are established, rearrange interrupt-mapping code
to make sure PCI slot 0 interrupt doesn't accidentally match the (unused)
PCI error interrupt.

Fixes kern/25462 at least on my Netra T1 ac200.
From OpenBSD; ok martin@


To generate a diff of this commit:
cvs rdiff -r1.81 -r1.82 src/sys/arch/sparc64/dev/psycho.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.