Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Ben Harris <bjh21@netbsd.org>
List: source-changes
Date: 01/23/2001 01:08:27
Module Name: syssrc
Committed By: bjh21
Date: Mon Jan 22 23:08:27 UTC 2001
Modified Files:
syssrc/sys/arch/arm26/arm26: irq.c
syssrc/sys/arch/arm26/ioc: arckbd.c
Log Message:
Changes to interrupt accounting:
NULL "name" argument to irq_establish indicates that the device will maintain
an evcnt structure for this interrupt. In this case, irq_establish will still
maintain its own count (for DDB machine irqstat), but won't attach it to the
global list.
Change use of ev_group and ev_name to follow guidelines in evcnt(9).
Switch arckbd(4) over to the new arrangements.
To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/arm26/arm26/irq.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/arch/arm26/ioc/arckbd.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.