Subject: CVS commit: [netbsd-3] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jeff Rizzo <riz@netbsd.org>
List: source-changes
Date: 01/05/2006 22:26:27
Module Name:	src
Committed By:	riz
Date:		Thu Jan  5 22:26:27 UTC 2006

Modified Files:
	src/sys/dev/pci [netbsd-3]: pciide_common.c

Log Message:
Pull up following revision(s) (requested by bouyer in ticket #1087):
	sys/dev/pci/pciide_common.c: revision 1.29
Fix forcing use of DMA mode for the generic pciide driver: default_chip_map()
is called from pciide_attach() and at this point we don't know which drives
are here. Just assume all drives are there and allocate DMA ressources for
all of them.


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