freebsd-dev/sys/dev/agp
Konstantin Belousov 1c771f9222 After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason
to pull vm_param.h was removed.  Other big dependency of vm_page.h on
vm_param.h are PA_LOCK* definitions, which are only needed for
in-kernel code, because modules use KBI-safe functions to lock the
pages.

Stop including vm_param.h into vm_page.h. Include vm_param.h
explicitely for the kernel code which needs it.

Suggested and reviewed by:	alc
MFC after:    2 weeks
2012-08-05 14:11:42 +00:00
..
agp_ali.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_amd64.c
agp_amd.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_apple.c Add a driver for the Apple Uninorth AGP host bridge found in all PowerPC 2010-10-31 18:27:05 +00:00
agp_ati.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_i810.c After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
agp_i810.h A rewrite of the i810 bits of the agp(4) driver. New driver supports 2012-05-22 10:59:26 +00:00
agp_if.m A rewrite of the i810 bits of the agp(4) driver. New driver supports 2012-05-22 10:59:26 +00:00
agp_intel.c
agp_nvidia.c Add a missing linefeed 2010-06-19 08:42:29 +00:00
agp_sis.c strict kobj signatures: fixes in agp driver 2009-06-11 17:06:07 +00:00
agp_via.c Fix a handful of issues with via agp support. 2009-12-21 03:28:05 +00:00
agp.c After the PHYS_TO_VM_PAGE() function was de-inlined, the main reason 2012-08-05 14:11:42 +00:00
agppriv.h A rewrite of the i810 bits of the agp(4) driver. New driver supports 2012-05-22 10:59:26 +00:00
agpreg.h A rewrite of the i810 bits of the agp(4) driver. New driver supports 2012-05-22 10:59:26 +00:00
agpvar.h A rewrite of the i810 bits of the agp(4) driver. New driver supports 2012-05-22 10:59:26 +00:00