summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_via.c
AgeCommit message (Expand)Author
2019-11-10in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAITchs
2011-02-19more AGP v3 fixes from FreeBSD:jmcneill
2011-02-15print AGP mode (v3/v2compat/v2) with aprint_debug instead of aprint_normaljmcneill
2010-11-13Don't pull in the whole uvm(9) API to access only PAGE_SIZE anduebayasi
2010-01-31Replace more printfs with aprint_normal / aprint_verbosehubertf
2008-06-09o Split device_t/softc for agp(4).freza
2008-03-11Avoid unaligned pci_conf_read.joerg
2008-01-04Start detangling lock.h from intr.h. This is likely to cause short termad
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-03-27Instead of having a lookup table of devices that support AGP V3, use thejmcneill
2007-03-27Add AGPv3 support to VIA AGP driver from FreeBSD.jmcneill
2006-11-16__unused removal on arguments; approved by core.christos
2006-10-12- sprinkle __unused on function decls.christos
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
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-10AGP GART support code. Originally written by Doug Rabson for FreeBSD,fvdl