diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-13 21:13:35 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-04-13 21:13:35 +0000 |
commit | 774487b1fb5ec8b7223e9f2ac783294efdcc9903 (patch) | |
tree | 3d052d59d9382e65a4fe7c451b269ef3c8226b0c | |
parent | 9356401dfa136c8ac2aa9ff9742b450f3ce9584d (diff) |
Remove commented out debug options.
-rw-r--r-- | sys/arch/sgi/conf/GENERIC | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/arch/sgi/conf/GENERIC b/sys/arch/sgi/conf/GENERIC index a90165605e9..b29fdf1fe7e 100644 --- a/sys/arch/sgi/conf/GENERIC +++ b/sys/arch/sgi/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.36 2009/02/10 18:35:44 damien Exp $ +# $OpenBSD: GENERIC,v 1.37 2009/04/13 21:13:34 miod Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -24,11 +24,6 @@ option WSDISPLAY_COMPAT_RAWKBD # Provide raw scancodes; needed for X11 option PCIVERBOSE option USER_PCICONF # User-space PCI configuration -#option UVMHIST # Enable uvm history logging - -#option DEBUG -#option SYSCALL_DEBUG - # Define what targets to support option TGT_O2 |