Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 02/24/2004 17:41:09
Module Name:	src
Committed By:	drochner
Date:		Tue Feb 24 17:41:09 UTC 2004

Modified Files:
	src/sys/dev/ic: atppc.c

Log Message:
The interrupt claim stuff is broken -- data buffers
and external interrupt handlers should be completely
unrelated.
For now, just remove the obvious culprit in the nibble/ps2
case to make NTP pps signal capturing work again.
External handlers should be passed to the lower level,
and they should have full power and responsibility if
they are installed, and their lavel should be selected
by the frontend.
Being here, comment out <machine/intr.h> - it is not
used yet, and do some more conmetic cleanup.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 src/sys/dev/ic/atppc.c

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