Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2000 10:45:06 -0700 (PDT)
From:      Paul Richards <paul@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_bus.c
Message-ID:  <200005031745.KAA62310@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005031745.KAA62310>