From 709f2df6c379fd7f0b8241441b0f092850be45fd Mon Sep 17 00:00:00 2001 From: Doug Rabson Date: Wed, 28 Oct 1998 08:37:10 +0000 Subject: [PATCH] Add BUS_DEBUG option in opt_bus.h --- sys/conf/options | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index c922510bdd56..65e1f8bcb9b2 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,4 +1,4 @@ -# $Id: options,v 1.104 1998/10/09 23:26:26 peter Exp $ +# $Id: options,v 1.105 1998/10/12 12:27:23 bde Exp $ # # On the handling of kernel options # @@ -300,3 +300,6 @@ METEOR_DEALLOC_ABOVE opt_meteor.h # Include tweaks for running under the SimOS machine simulator. SIMOS opt_simos.h + +# options for bus/device framework +BUS_DEBUG opt_bus.h