Re: OF_mapintr() problems

Martin Husemann <[email protected]>
Newsgroups gmane.os.netbsd.ports.sparc64
Message-ID <[email protected]>
On Mon, Jul 08, 2013 at 09:23:12AM -0600, Michael L. Hitch wrote:
> @@ -698,7 +699,7 @@ OF_mapintr(int node, int *interrupt, int
>  	int rc = -1;
> 
>  	/* Don't need to map OBP interrupt, it's already */
> -	if (*interrupt & 0x20)
> +	if (*interrupt & 0x20 || *interrupt & 0x7c0)
>  		return validlen;
> 
>  	/*

Can someone explain this part (and please change the magic numbers to
some reasonable defines)?

Martin
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.