summaryrefslogtreecommitdiff
path: root/sys/dev/pci/agp_intel.c
AgeCommit message (Collapse)Author
2002-07-25- some KNF.Federico G. Schwindt
- comment out debugging printf for i810. - remove checks for failure if malloc is used with M_WAITOK. mickey@ ok.
2002-07-12support for the agp gart on various agp chipsets.Michael Shalayeff
only i810 driver was tested though. based on the netbsd's lkm, initially ported by hunter@dg.net.ua and later made into shape by mickey. testing by art@ and millert@ .