Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 09/29/2005 19:57:36
Module Name: src
Committed By: skrll
Date: Thu Sep 29 19:57:36 UTC 2005
Modified Files:
src/sys/dev/pci: if_iwi.c
Log Message:
Improve interrupt handling:
- don't disable/enable as we're already at splnet()
- ack the interrupts early
Fixes my "lost interrupt" problem.
Thanks to dyoung and scw for the suggestions.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/dev/pci/if_iwi.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.