Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 08/02/2004 19:37:33
Module Name:	src
Committed By:	bouyer
Date:		Mon Aug  2 19:37:33 UTC 2004

Modified Files:
	src/sys/dev/pci: cypide.c hptide.c pciide_common.c

Log Message:
Don't map the interrupt in pciide_mapregs_compat().
In default_chip_map() we'll do further checks to see if the channel should
really be enabled, and in case it's not we would keep the interrupt mapped.
Fix kern/26502 from Christian Biere.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/cypide.c
cvs rdiff -r1.9 -r1.10 src/sys/dev/pci/hptide.c
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/pciide_common.c

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