Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Eduardo Horvath <eeh@netbsd.org>
List: source-changes
Date: 07/09/2000 14:58:45
Module Name: syssrc
Committed By: eeh
Date: Sun Jul 9 21:58:44 UTC 2000
Modified Files:
syssrc/sys/arch/sparc64/dev: zs.c
syssrc/sys/arch/sparc64/include: z8530var.h
Log Message:
Upgrate interrupt handling:
1) use interrupt vectors for specific zs chips rather than polling
all of them.
2) use softintr_schedule() and schedule it for a particular device
rather than poll all devices.
To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 syssrc/sys/arch/sparc64/dev/zs.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/sparc64/include/z8530var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.