Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 07/04/2001 19:26:18
Module Name:	syssrc
Committed By:	bouyer
Date:		Wed Jul  4 16:26:18 UTC 2001

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

Log Message:
Better fix for rev 1.94 (disable UDMA for SiS controllers with rev 0xd0):
Different chipsets have the same vendor/device/rev ID for the IDE controller,
but only one of them is buggy. So check dev/rev ID of the function 0
(pchb on the buggy one) of the same device to detect the buggy controller.


To generate a diff of this commit:
cvs rdiff -r1.120 -r1.121 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.