CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2012/09/08 10:42:20
Modified files: sys/dev/pci/drm: drmP.h drm_agpsupport.c drm_drv.c Log message: Instead of having yet an other option to compile the drm code without agp support, wrap all the agp glue with 'if __OS_HAS_AGP' in such form that it is true if the agp(4) driver is present. ok kettenis@