Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 01/04/2006 22:10:10
Module Name: src
Committed By: bouyer
Date: Wed Jan 4 22:10:10 UTC 2006
Modified Files:
src/sys/dev/pci: pciide_common.c
Log Message:
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.28 -r1.29 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.