summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_intel.c
AgeCommit message (Expand)Author
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