Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/05/1999 08:25:01
Module Name:	src
Committed By:	bouyer
Date:		Wed May  5 15:25:00 UTC 1999

Modified Files:
	src/sys/dev/pci: pciide.c
Log Message:
Fix the way we compute the mode to use: for multiword DMA, the used mode was
2 less than the one we could really use, so for multiword DMA mode 0 or 1,
the driver tried to use DMA mode 255 or 254 (0 - 2 with a u_int8_t).