Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-3] src/sys/arch/alpha



Module Name:    src
Committed By:   tron
Date:           Wed Mar 30 10:21:43 UTC 2005

Modified Files:
        src/sys/arch/alpha/common [netbsd-3]: shared_intr.c
        src/sys/arch/alpha/pci [netbsd-3]: pci_1000a.c

Log Message:
Pull up revision 1.17 (requested by thorpej in ticket #76):
- 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.16 -r1.16.36.1 src/sys/arch/alpha/common/shared_intr.c
cvs rdiff -r1.16 -r1.16.20.1 src/sys/arch/alpha/pci/pci_1000a.c

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




Home | Main Index | Thread Index | Old Index