From owner-cvs-all Wed May 3 10:45:12 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6397237BC31; Wed, 3 May 2000 10:45:06 -0700 (PDT) (envelope-from paul@FreeBSD.org) Received: (from paul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA62310; Wed, 3 May 2000 10:45:06 -0700 (PDT) (envelope-from paul@FreeBSD.org) Message-Id: <200005031745.KAA62310@freefall.freebsd.org> From: Paul Richards Date: Wed, 3 May 2000 10:45:06 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_bus.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG paul 2000/05/03 10:45:06 PDT Modified files: sys/kern subr_bus.c Log: If BUS_DEBUG is defined then create a sysctl, debug.bus_debug, that is used to control whether the debug messages are output at runtime. It defaults to on so that if you define BUS_DEBUG in your kernel then you get all the debugging info when you boot. It's very useful for disabling all the debugging info when you're developing a loadable device driver and you're doing lots of loads and unloads but don't always want to see all the debugging info. Revision Changes Path 1.63 +7 -2 src/sys/kern/subr_bus.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message