Subject: CVS commit: syssrc/sys/dev/pci
To: None <source-changes@netbsd.org>
From: Steve Woodford <scw@netbsd.org>
List: source-changes
Date: 12/13/2002 13:32:52
Module Name:	syssrc
Committed By:	scw
Date:		Fri Dec 13 11:32:52 UTC 2002

Modified Files:
	syssrc/sys/dev/pci: agp.c agp_i810.c agpreg.h

Log Message:
Add support for i830/i845 agp. From Shingo WATANABE (on tech-x11) and
FreeBSD, with cleanup/KNF by me.

Note: These chipsets are not well supported by the i810 driver in
NetBSD's in-tree xsrc (based on XFree86 4.2.1 at this time). However,
the driver works perfectly using bleeding-edge XFree86-current on my
Omnibook's i830MG with these agp changes.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 syssrc/sys/dev/pci/agp.c
cvs rdiff -r1.13 -r1.14 syssrc/sys/dev/pci/agp_i810.c
cvs rdiff -r1.1 -r1.2 syssrc/sys/dev/pci/agpreg.h

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