Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/28/2001 15:07:12
Module Name:	syssrc
Committed By:	tsutsui
Date:		Sat Jul 28 12:07:12 UTC 2001

Modified Files:
	syssrc/sys/dev/pci: pciide.c

Log Message:
Enable the Acard UIDE controllers by default.

My WDC MDMA-only (non-UDMA) drives did not work on the Acard controllers,
but it turns out that the problem was not Acard specific.
These WDC drives do not work on the ESS ISAPnP wdc port nor on
macppc obio wdc port neither, and another Quantum MDMA-only drive
works fine on the Acard.

These WDC drives work fine on my i386 pciide (which is initialized
by the BIOS), so maybe we have to do something in MI wdc to initialize
such drives properly...


To generate a diff of this commit:
cvs rdiff -r1.124 -r1.125 syssrc/sys/dev/pci/pciide.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.