From 4f8d60acd93b1e91b2cf78ad05f1537e0118bb19 Mon Sep 17 00:00:00 2001 From: jsg Date: Sat, 30 May 2015 18:14:08 +0000 Subject: [PATCH] Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have similiar lines so drm shouldn't either. --- sys/arch/amd64/conf/GENERIC | 3 +-- sys/arch/i386/conf/GENERIC | 3 +-- sys/arch/macppc/conf/GENERIC | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index c49e8938216..1748735177c 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.387 2015/04/16 09:09:49 mpi Exp $ +# $OpenBSD: GENERIC,v 1.388 2015/05/30 18:14:08 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -304,7 +304,6 @@ intagp* at vga? # intel integrated graphics agp* at intagp? #agp* at mmuagp? -#option DRM_DEBUG inteldrm* at vga? # Intel i915, i945 DRM driver drm0 at inteldrm? console 1 drm* at inteldrm? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 9c632927382..0db97d2fdbb 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.797 2015/04/16 09:09:49 mpi Exp $ +# $OpenBSD: GENERIC,v 1.798 2015/05/30 18:14:08 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -372,7 +372,6 @@ agp* at sisagp? # AGP bridges agp* at viaagp? # AGP bridges #agp* at mmuagp? -#option DRMDEBUG inteldrm* at vga? # Intel i915, i945 DRM driver drm0 at inteldrm? console 1 drm* at inteldrm? diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f16b194713e..b5cb4f3a3f2 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.249 2015/04/16 09:09:49 mpi Exp $g +# $OpenBSD: GENERIC,v 1.250 2015/05/30 18:14:08 jsg Exp $g # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -350,7 +350,6 @@ wsdisplay* at vgafb? #appleagp* at pchb? #agp* at appleagp? # AGP bridges -#option DRMDEBUG radeondrm* at pci? # ATI Radeon DRM driver drm* at radeondrm? wsdisplay* at radeondrm? -- 2.20.1