Module Name:    src
Committed By:   riastradh
Date:           Wed Jul 24 01:49:50 UTC 2013

Modified Files:
        src/sys/external/bsd/drm2/dist/include/drm [riastradh-drm2]: drmP.h

Log Message:
Remove Linuxoid definitions of __OS_HAS_{AGP,MTRR} from drmP.h.


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1.2.4 -r1.1.1.1.2.5 \
    src/sys/external/bsd/drm2/dist/include/drm/drmP.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/external/bsd/drm2/dist/include/drm/drmP.h
diff -u src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.4 src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.5
--- src/sys/external/bsd/drm2/dist/include/drm/drmP.h:1.1.1.1.2.4	Wed Jul 24 00:52:41 2013
+++ src/sys/external/bsd/drm2/dist/include/drm/drmP.h	Wed Jul 24 01:49:50 2013
@@ -79,8 +79,10 @@
 
 #include <linux/idr.h>
 
+#ifndef __NetBSD__
 #define __OS_HAS_AGP (defined(CONFIG_AGP) || (defined(CONFIG_AGP_MODULE) && defined(MODULE)))
 #define __OS_HAS_MTRR (defined(CONFIG_MTRR))
+#endif
 
 struct module;
 

Reply via email to