Subject: CVS commit: src/sys/arch/macppc/macppc
To: None <source-changes@NetBSD.org>
From: Emmanuel Dreyfus <manu@netbsd.org>
List: source-changes
Date: 06/20/2004 20:50:13
Module Name:	src
Committed By:	manu
Date:		Sun Jun 20 20:50:13 UTC 2004

Modified Files:
	src/sys/arch/macppc/macppc: extintr.c

Log Message:
We used to look for the interrupt controller through the "interrupt-controller"
property of "/chosen" node in OF tree. On newer machines (e.g: iBook G4),
this property does not exist. We look for the node "mpic" as a second attempt
after a failure in /chosen.

This makes the iBook G4 keyboard almost usable (there are still some spurious
inputs on system startupi)


To generate a diff of this commit:
cvs rdiff -r1.43 -r1.44 src/sys/arch/macppc/macppc/extintr.c

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