diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-30 18:14:09 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-05-30 18:14:09 +0000 |
commit | 76064b69875c8039cc4e28bf676c38bc61029ed1 (patch) | |
tree | f4fcaf6f9d1dda2323ddd62b20968b8a0ad29ff1 /sys | |
parent | 99fd7046088417b6d768636a20dc1ae7def2dcc7 (diff) |
Remove commented out DRMDEBUG/DRM_DEBUG lines. Other drivers don't have
similiar lines so drm shouldn't either.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 | ||||
-rw-r--r-- | 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? |