CVSROOT: /cvs Module name: src Changes by: [email protected] 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.
