Subject: CVS commit: src/sys/arch/arm/ixp12x0
To: None <source-changes@netbsd.org>
From: Naoto SHIMAZAKI <igy@netbsd.org>
List: source-changes
Date: 02/22/2003 13:13:11
Module Name:	src
Committed By:	igy
Date:		Sat Feb 22 11:13:10 UTC 2003

Modified Files:
	src/sys/arch/arm/ixp12x0: ixp12x0_intr.c

Log Message:
fix incorrect interrupt mask handling.
pci_imask[IPL_NET] is incorrectly ORed on imask[IPL_SOFTSERIAL].
imask[IPL_NET] should be ORed.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/arch/arm/ixp12x0/ixp12x0_intr.c

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