Subject: CVS commit: [yamt-splraiseipl] src/sys/arch/hp300
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 10/06/2006 19:16:15
Module Name:	src
Committed By:	tsutsui
Date:		Fri Oct  6 19:16:15 UTC 2006

Modified Files:
	src/sys/arch/hp300/dev [yamt-splraiseipl]: dma.c
	src/sys/arch/hp300/hp300 [yamt-splraiseipl]: intr.c softintr.c
	src/sys/arch/hp300/include [yamt-splraiseipl]: intr.h

Log Message:
Reorganize IPL macros for proper splraiseipl() implementation:
- merge HP300_IPL_* and IPL_* macros
- prepare independent _IPL_SOFT_* macro to determine softintr(9) handlers
- rename hp300_ipls[] array to hp300_ipl2psl[]
- then use these macro for makeiplcookie() and splraiseipl()
Tested on HP382.


To generate a diff of this commit:
cvs rdiff -r1.34 -r1.34.6.1 src/sys/arch/hp300/dev/dma.c
cvs rdiff -r1.28 -r1.28.6.1 src/sys/arch/hp300/hp300/intr.c
cvs rdiff -r1.9 -r1.9.6.1 src/sys/arch/hp300/hp300/softintr.c
cvs rdiff -r1.15 -r1.15.22.1 src/sys/arch/hp300/include/intr.h

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