summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp.c
AgeCommit message (Expand)Author
2006-08-27complete initializationchristos
2006-08-17Fix all the -D*DEBUG* code that it was rotting away and did not even compile.christos
2006-07-30Add support for 82945GM and (untested) 82945P AGP. FreeBSD andsimonb
2006-06-27Make this build with GCC 4.x.tron
2006-01-16PR/32550: Michael Eriksson: No agp(4) support for i915 integrated graphicschristos
2005-12-11merge ktrace-lwp.christos
2005-06-28Use ANSI function decls and static.thorpej
2005-02-27nuke trailing whitespaceperry
2004-08-30Phase out the use of a string as first "attach args" member to controldrochner
2004-02-13Uppercase CPU, plural is CPUs.wiz
2003-08-26Add support for i865G integrated graphics support to agp(4). Patchestron
2003-08-24Add a missing blank line between two functions.tron
2003-07-20Add support for i855 agp. From FreeBSD.hannken
2003-06-29Back out the lwp/ktrace changes. They contained a lot of colateral damage,fvdl
2003-06-28Pass lwp pointers throughtout the kernel, as required, so that the lwpid candarrenr
2003-02-24Don't match a PCI graphics card in a system which supports an AGP.tron
2003-02-01Add extensible malloc types, adapted from FreeBSD. This turnsthorpej
2003-01-31Use aprint_*().thorpej
2002-12-13Add support for i830/i845 agp. From Shingo WATANABE (on tech-x11) andscw
2002-10-23merge kqueue branch into -currentjdolecek
2002-10-02Add trailing ; to CFATTACH_DECL.thorpej
2002-09-30Use CFATTACH_DECL().thorpej
2002-09-27Declare all cfattach structures const.thorpej
2002-09-19Slight wording cleanup in a comment.nathanw
2002-09-06Merge the gehenna-devsw branch into the trunk.gehenna
2002-08-11-avoid lock leak in error casedrochner
2002-06-27Only allow the bus_dmamem_alloc() code to sleep if no physically contigousdrochner
2002-01-22Don't pretend we can handle i830; it needs a somewhat different AGP driver.augustss
2002-01-14Add i830M to agp chip tables.augustss
2001-11-13add RCSIDlukem
2001-10-01Don't map the aperture into KVA, it isn't needed.fvdl
2001-09-16agp_generic_bind_memory(): Don't return NULL if we can't mallocthorpej
2001-09-15agpopen(): check for NULL softc before dereferencing it.thorpej
2001-09-15normalize error message if agp_map_aperture() failsdrochner
2001-09-15Give each AGP controller its own attribute, and let the "agpbus"thorpej
2001-09-15Use bus_space_mmap() to mmap the aperture.thorpej
2001-09-15Clean up the AGP match/attach code somewhat.thorpej
2001-09-14-plug some resource leaksdrochner
2001-09-13-allocate DMA maps as large as necessary in the worst casedrochner
2001-09-11Fix i810/other intel chipsets attach mishap.fvdl
2001-09-10AGP GART support code. Originally written by Doug Rabson for FreeBSD,fvdl