Subject: CVS commit: src/sys/arch/prep
To: None <source-changes@NetBSD.org>
From: Tim Rightnour <garbled@netbsd.org>
List: source-changes
Date: 07/13/2006 17:50:37
Module Name:	src
Committed By:	garbled
Date:		Thu Jul 13 17:50:37 UTC 2006

Modified Files:
	src/sys/arch/prep/include: intr.h
	src/sys/arch/prep/prep: extintr.c machdep.c

Log Message:
Rather than hardcode the location of the Interrupt Vector Register, we
try to locate it using the residual data.  On some machines this doesn't
work, so we fall back to hardcoding it.  This should fix isa interrupts
on the 7025-F40, which has the IVR at a different location.


To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 src/sys/arch/prep/include/intr.h
cvs rdiff -r1.25 -r1.26 src/sys/arch/prep/prep/extintr.c
cvs rdiff -r1.63 -r1.64 src/sys/arch/prep/prep/machdep.c

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