summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_intel.c
AgeCommit message (Expand)Author
2011-04-04Neither pci_dma64_available(), pci_probe_device(), pci_mapreg_map(9),dyoung
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-04-04Add (non-IGP) AGP port support for Intel 82855GM.jakllsch
2010-02-24A pointer typedef entails trading too much flexibility to declare constdyoung
2010-01-08Expand PMF_FN_* macros.dyoung
2008-06-09o Split device_t/softc for agp(4).freza
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-29Use PMF_FN_ARGS, PMF_FN_PROTO.dyoung
2008-02-21clean up the error bit clear code:drochner
2008-02-15Fix unaligned write to PCI configuration space. Should fix PR kern/37824.gson
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-12-15__FUNCTION__ -> __func__perry
2007-12-09Merge jmcneill-pm branch.jmcneill
2007-11-12Merge bunch of AGP changes from jmcneill-pm.joerg
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-26Remove duplicate include of <sys/agpio.h>hubertf
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
2006-09-24Add "name" parameter to powerhook_establish, to aid debugging. No objectionsjmcneill
2006-03-11Add Intel AGP powerhook. Tested on an 82855PM.jmcneill
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
2003-08-26Rework support for i845, i865 and i875P. agp(4) now doesn't "kill" thetron
2003-08-26Replaces space with tabs.tron
2003-07-22Clean up autoconfiguration output a little.simonb
2003-07-06Handle i865 and i875P chipsets like the i845. This works good enough totron
2003-06-25The problem which stops in the middle of booting was solved.ichiro
2003-06-14make compileichiro
2003-06-14fix some bugsichiro
2003-06-09fix bug report - xsrc/17810, kern/16898ichiro
2003-01-31Use aprint_*().thorpej
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-13add RCSIDlukem
2001-09-15Clean up the AGP match/attach code somewhat.thorpej
2001-09-11Don't forget to install the pointer to the chip-specific chipc.fvdl
2001-09-10AGP GART support code. Originally written by Doug Rabson for FreeBSD,fvdl