OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
CVS: cvs.openbsd.org: src

From: Owain Ainsworth (ogacvs.openbsd.org)
Date: Sun May 10 2009 - 11:57:44 CDT


CVSROOT: /cvs
Module name: src
Changes by: ogacvs.openbsd.org 2009/05/10 10:57:44

Modified files:
        sys/dev/pci : agp.c agp_ali.c agp_amd.c agp_i810.c
                         agp_intel.c agp_sis.c agp_via.c agpvar.h

Log message:
Change agp attach (again) so that the driver passes in the aperture size.

While the aperture size may change during attach, it never changes after
the end of the subdriver attach function, so getting this value with a
function is a waste of time. shrinks things slightly and makes the code
clearer.