Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 10/13/1998 01:59:46
Module Name:	src
Committed By:	bouyer
Date:		Tue Oct 13 08:59:46 UTC 1998

Modified Files:
	src/sys/dev/ic: wdc.c
	src/sys/dev/pci: pciide.c
	src/sys/dev/scsipi: atapi_wdc.c
Log Message:
pciide.c: don't define WDCDEBUG, so it compiles on alpha. Correct a bogon
in the printing of DMA mode (piix3/4 only)
others: set the debug_mask to 0, so that debug messages are turned off by
default but can be easily turned on.
Reset drive_flags to 0 for unconfigured devices, so that they are ignored
later. For configured devices, reset state to 0 after probe/attach.