Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/sys/arch/i386/conf Pull up revision 1.34 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/9c168a610e0a
branches:  netbsd-1-5
changeset: 491368:9c168a610e0a
user:      he <he%NetBSD.org@localhost>
date:      Wed Apr 25 08:58:05 2001 +0000

description:
Pull up revision 1.34 (requested by fvdl):
  Not all DIAGNOSTIC checks are all that cheap, so disable that
  option in meant-for-production kernels.  Introduces GENERIC_DIAGNOSTIC.

diffstat:

 sys/arch/i386/conf/CARDBUS |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0e84fc6d388 -r 9c168a610e0a sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Wed Apr 25 08:57:29 2001 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Wed Apr 25 08:58:05 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.14.2.5 2000/09/20 18:29:30 thorpej Exp $
+#      $NetBSD: CARDBUS,v 1.14.2.6 2001/04/25 08:58:05 he Exp $
 #
 #      CARDBUS -- GENERIC + CardBus support
 #      from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@@ -57,7 +57,7 @@
 options        LKM             # loadable kernel modules
 
 # Diagnostic/debugging support options
-options        DIAGNOSTIC      # cheap kernel consistency checks
+options        DIAGNOSTIC      # expensive kernel consistency checks
 #options       DEBUG           # expensive debugging checks/support
 #options       KMEMSTATS       # kernel memory statistics (vmstat -m)
 options        DDB             # in-kernel debugger



Home | Main Index | Thread Index | Old Index