Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 12/02/2003 12:20:06
Module Name:	src
Committed By:	bouyer
Date:		Tue Dec  2 12:20:06 UTC 2003

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

Log Message:
Use a different interrupt routine for the CSB6. The CSB6 doens't
assert IDEDMA_CTL_INTR for non-DMA commands.
It would be nice to have a way to know if the interrupt was for us or not at
this point, but for now let wdcintr() deal with it.
Problem reported and patch tested by Martti Kuparinen.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/pci/rccide.c

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