summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/conf/options8
-rw-r--r--sys/conf/options.i3864
-rw-r--r--sys/i386/conf/options.i3864
3 files changed, 12 insertions, 4 deletions
diff --git a/sys/conf/options b/sys/conf/options
index c0dafcf..bfff656 100644
--- a/sys/conf/options
+++ b/sys/conf/options
@@ -1,4 +1,4 @@
-# $Id: options,v 1.114 1999/01/08 17:31:05 eivind Exp $
+# $Id: options,v 1.116 1999/01/10 07:45:17 phk Exp $
#
# On the handling of kernel options
#
@@ -238,7 +238,11 @@ DPT_RESET_HBA opt_dpt.h
# 'DEBUG', and then let people recompile just the interesting modules
# with 'make CC="cc -DDEBUG'.
CLUSTERDEBUG opt_debug_cluster.h
-DEBUG_1284 opt_debug_1284.h
+DEBUG_1284 opt_ppb_1284.h
+PERIPH_1284 opt_ppb_1284.h
+DONTPROBE_1284 opt_ppb_1284.h
+VP0_DEBUG opt_vpo.h
+NLPT_DEBUG opt_nlpt.h
LOCKF_DEBUG opt_debug_lockf.h
LOUTB opt_debug_outb.h
NPX_DEBUG opt_debug_npx.h
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index d9c3cad..1b844a6 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.100 1998/12/27 23:23:19 msmith Exp $
+# $Id: options.i386,v 1.101 1999/01/01 08:09:58 peter Exp $
DISABLE_PSE
IDE_DELAY
@@ -14,6 +14,8 @@ LINUX opt_dontuse.h
DEBUG_LINUX opt_linux.h
+PPC_DEBUG opt_ppc.h
+
SHOW_BUSYBUFS
TUNE_1542
PANIC_REBOOT_WAIT_TIME opt_panic.h
diff --git a/sys/i386/conf/options.i386 b/sys/i386/conf/options.i386
index d9c3cad..1b844a6 100644
--- a/sys/i386/conf/options.i386
+++ b/sys/i386/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.100 1998/12/27 23:23:19 msmith Exp $
+# $Id: options.i386,v 1.101 1999/01/01 08:09:58 peter Exp $
DISABLE_PSE
IDE_DELAY
@@ -14,6 +14,8 @@ LINUX opt_dontuse.h
DEBUG_LINUX opt_linux.h
+PPC_DEBUG opt_ppc.h
+
SHOW_BUSYBUFS
TUNE_1542
PANIC_REBOOT_WAIT_TIME opt_panic.h
OpenPOWER on IntegriCloud