Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 10/05/1998 01:17:36
Module Name:	src
Committed By:	bouyer
Date:		Mon Oct  5 08:17:35 UTC 1998

Modified Files:
	src/sys/dev/ata [bouyer-ide]: ata_wdc.c
	src/sys/dev/ic [bouyer-ide]: wdc.c wdcvar.h
	src/sys/dev/scsipi [bouyer-ide]: atapi_wdc.c
	src/sys/dev/pci [bouyer-ide]: pciide.c
Log Message:
Rename WDC_CAPABILITY_PIO to WDC_CAPABILITY_MODE, as it's used to tell wether
the controller's driver can tell which timing mode it uses. Check this
before setting DMA modes too.
This allow the generic DMA code to work again.