diff options
author | Ian Darwin <ian@cvs.openbsd.org> | 2009-11-25 23:12:30 +0000 |
---|---|---|
committer | Ian Darwin <ian@cvs.openbsd.org> | 2009-11-25 23:12:30 +0000 |
commit | 08fea051e9946ae31c8c26c36d501c25c80dc2b9 (patch) | |
tree | 30a02959229eb91cd4c22bb5f79b2d520dc27d2b /sys/arch/i386 | |
parent | 7ba888d5264245f447d7774776b101aa0882b22e (diff) |
Repair typo in commented-out DRM option, 'sure' oga@
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b719849fc6c..e4a7241f52a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.673 2009/11/25 16:24:16 dms Exp $ +# $OpenBSD: GENERIC,v 1.674 2009/11/25 23:12:29 ian Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -363,7 +363,7 @@ agp* at intelagp? # AGP bridges agp* at sisagp? # AGP bridges agp* at viaagp? # AGP bridges -#option DRM_DEBUG +#option DRMDEBUG inteldrm* at vga? # Intel i915, i945 DRM driver drm* at inteldrm? #machdrm* at vga? # mach64 (3D Rage Pro, Rage) DRM driver |