Subject: CVS commit: src/sys/arch/arm/xscale
To: None <source-changes@NetBSD.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 02/13/2004 15:49:02
Module Name:	src
Committed By:	scw
Date:		Fri Feb 13 15:49:02 UTC 2004

Modified Files:
	src/sys/arch/arm/xscale: ixp425_intr.c ixp425_intr.h ixp425reg.h

Log Message:
Avoid using two 'GPIO' bits of the interrupt mask to signify soft
interrupts; some boards actually use those GPIO pins as external
interrupt sources.

Instead, assign soft interrupt bits to on-chip sources which are
not used by the IXP425 port.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/sys/arch/arm/xscale/ixp425_intr.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/arm/xscale/ixp425_intr.h
cvs rdiff -r1.17 -r1.18 src/sys/arch/arm/xscale/ixp425reg.h

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