Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Manuel BOUYER <bouyer@netbsd.org>
List: source-changes
Date: 05/04/2001 18:25:07
Module Name:	syssrc
Committed By:	bouyer
Date:		Fri May  4 15:25:06 UTC 2001

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

Log Message:
Better support for VIA chipsets: look at the product/rev ID of the ISA bridge
to guess the pciide capabilities, rather than trying to guess it by ourselve.
Add preliminary support for the 686b (Ultra/100) guessed from FreeBSD/linux
driver (datasheet not publically available,  I contacted via).
Let chip-specific map routine do the autoconf printf if ide_name is NULL
(they may have more details about the controller than we have in pciide_attach)


To generate a diff of this commit:
cvs rdiff -r1.112 -r1.113 syssrc/sys/dev/pci/pciide.c
cvs rdiff -r1.8 -r1.9 syssrc/sys/dev/pci/pciide_apollo_reg.h

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