Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/05/2004 17:56:15
Module Name:	src
Committed By:	bouyer
Date:		Wed May  5 17:56:15 UTC 2004

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

Log Message:
default_chip_map(): We can't use pciide_mapchan() here, because
pciide_mapchan() will attach an atabus, and we don't know yet if this
channel is enabled or not.
Fix kern/25455 by Dave Huang.


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