Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Nick Hudson <skrll@netbsd.org>
List: source-changes
Date: 11/26/2005 07:42:10
Module Name:	src
Committed By:	skrll
Date:		Sat Nov 26 07:42:10 UTC 2005

Modified Files:
	src/sys/dev/pci: if_iwi.c

Log Message:
Fixes from Steve Woodford:

	- add some missing bus_dmamap_sync operations.
	- don't process other interrupts if we get an error/radio off
	  interrupt.
	- improve command handling - sleep against the descriptor instead
	  of the descriptor set.


To generate a diff of this commit:
cvs rdiff -r1.40 -r1.41 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.