Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/24/2003 06:53:16
Module Name:	src
Committed By:	thorpej
Date:		Fri Jan 24 04:53:15 UTC 2003

Modified Files:
	src/sys/dev/pci: pciide.c pciide_amd_reg.h pciidevar.h

Log Message:
Add support for the NVIDIA nForce ATA100 and nForce2 ATA133
IDE controllers, which are more-or-less compatible with the
AMD controllers.

XXX Need to determine the correct timing value for the nForce2
XXX at Ultra133, so we cap it at Ultra100, for now.


To generate a diff of this commit:
cvs rdiff -r1.176 -r1.177 src/sys/dev/pci/pciide.c
cvs rdiff -r1.4 -r1.5 src/sys/dev/pci/pciide_amd_reg.h
cvs rdiff -r1.7 -r1.8 src/sys/dev/pci/pciidevar.h

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