freebsd-skq/sys/dev/agp
John Baldwin f82a1d4987 Split agp_generic_detach() up into two routines: agp_free_cdev() destroys
/dev/agpgart and agp_free_res() frees resources like the BAR for the
aperture.  Splitting this up lets chipset-specific detach routines
manipulate the aperture during their detach routines without panicing.

MFC after:	1 week
Reviewed by:	anholt
2007-10-30 22:09:16 +00:00
..
agp_ali.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_amd64.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_amd.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_ati.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_i810.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_if.m /* -> /*- for license, minor formatting changes 2005-01-07 02:29:27 +00:00
agp_intel.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_nvidia.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_sis.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp_via.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agp.c Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agppriv.h Split agp_generic_detach() up into two routines: agp_free_cdev() destroys 2007-10-30 22:09:16 +00:00
agpreg.h Add support for G965/Q965/GM965/GME965/GME945 AGP. 2007-07-13 16:28:12 +00:00
agpvar.h Don't map the AGP aperture into contiguous KVA. The various graphics 2005-12-20 20:05:21 +00:00