Subject: CVS commit: src/sys/arch/macppc
To: None <source-changes@NetBSD.org>
From: Allen Briggs <briggs@netbsd.org>
List: source-changes
Date: 01/08/2005 03:24:58
Module Name:	src
Committed By:	briggs
Date:		Sat Jan  8 03:24:58 UTC 2005

Modified Files:
	src/sys/arch/macppc/conf: GENERIC INSTALL POWERMAC
	src/sys/arch/macppc/dev: obio.c

Log Message:
Make obio match multiple times to allow access to devices on systems
where there might be devices under two I/O bridges (like PowerBook G3s).
Attempt to have devices under 'gatwick' share parental interrupt.  This
may still need some work, but a step in the right direction.
From Tim Kelly.


To generate a diff of this commit:
cvs rdiff -r1.185 -r1.186 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -r1.82 -r1.83 src/sys/arch/macppc/conf/INSTALL
cvs rdiff -r1.41 -r1.42 src/sys/arch/macppc/conf/POWERMAC
cvs rdiff -r1.20 -r1.21 src/sys/arch/macppc/dev/obio.c

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