Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 03/27/2007 20:57:46
Module Name:	src
Committed By:	jmcneill
Date:		Tue Mar 27 20:57:46 UTC 2007

Modified Files:
	src/sys/dev/pci: agp_via.c

Log Message:
Instead of having a lookup table of devices that support AGP V3, use the
capabilities register to determine the chipset's supported AGP mode. We
still fallback to V2 compatibility mode when necessary.


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 src/sys/dev/pci/agp_via.c

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