Subject: CVS commit: [jmcneill-pm] src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Jared D. McNeill <jmcneill@netbsd.org>
List: source-changes
Date: 08/06/2007 19:49:35
Module Name:	src
Committed By:	jmcneill
Date:		Mon Aug  6 19:49:35 UTC 2007

Modified Files:
	src/sys/dev/pci [jmcneill-pm]: agp.c agp_i810.c agpvar.h

Log Message:
Move agp_i810_power to agp, since it does nothing specific to the i810
hardware. Allow agp front-ends to override the default power handler if
specific configuration needs to take place, and expose agp_power via
agpvar.h so the front-ends can call back to it to do generic initialization.


To generate a diff of this commit:
cvs rdiff -r1.46.14.1 -r1.46.14.2 src/sys/dev/pci/agp.c
cvs rdiff -r1.41.6.1 -r1.41.6.2 src/sys/dev/pci/agp_i810.c
cvs rdiff -r1.14.14.1 -r1.14.14.2 src/sys/dev/pci/agpvar.h

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