Subject: CVS commit: [netbsd-2] src/sys/arch/alpha/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 05/11/2005 17:19:38
Module Name:	src
Committed By:	riz
Date:		Wed May 11 17:19:38 UTC 2005

Modified Files:
	src/sys/arch/alpha/pci [netbsd-2]: pci_eb64plus.c pci_eb66.c

Log Message:
Pull up revision 1.13 (requested by thorpej in ticket #1373):
- Add a alpha_shared_intr_reset_strays() function that resets the
stray
interrupt counter for a given shared interrupt descriptor.
- When an interrupt is successfully handled, reset the strays counter,
thus preventing a "slow leak" from eventually shutting off the
interrupt
vector.  Idea taken from pci_kn300.c (which was changed to use
the new
alpha_shared_intr_reset_strays() function).


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.12.12.1 src/sys/arch/alpha/pci/pci_eb64plus.c \
    src/sys/arch/alpha/pci/pci_eb66.c

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