Subject: CVS commit: [netbsd-4-0] src/sys/arch/cobalt/cobalt
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 02/02/2008 23:05:30
Module Name:	src
Committed By:	riz
Date:		Sat Feb  2 23:05:30 UTC 2008

Modified Files:
	src/sys/arch/cobalt/cobalt [netbsd-4-0]: machdep.c

Log Message:
Pull up following revision(s) (requested by tsutsui in ticket #1026):
	sys/arch/cobalt/cobalt/machdep.c: revision 1.91
In icu_intr_establish(), don't panic if the specified irq
is already in use and just return NULL instead.
Such situation could happen with devices which have
unconfigured PCI interrupt pins (because firmware
doesn't configure multiple function devices) and
each driver could handle the return value properly.


To generate a diff of this commit:
cvs rdiff -r1.75.4.2 -r1.75.4.2.4.1 src/sys/arch/cobalt/cobalt/machdep.c

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