Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 Use a value for APMDEBUG_ANOM distinct fr...



details:   https://anonhg.NetBSD.org/src/rev/f19da4ba7779
branches:  trunk
changeset: 515724:f19da4ba7779
user:      nathanw <nathanw%NetBSD.org@localhost>
date:      Wed Oct 03 18:22:13 2001 +0000

description:
Use a value for APMDEBUG_ANOM distinct from APMDEBUG_ATTACH, so that
the debug flag has the originally intended granularity.

>From seebs%plethora.net@localhost via port-i386/13674.

diffstat:

 sys/arch/i386/i386/apm.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 00cae15cf344 -r f19da4ba7779 sys/arch/i386/i386/apm.c
--- a/sys/arch/i386/i386/apm.c  Wed Oct 03 15:41:25 2001 +0000
+++ b/sys/arch/i386/i386/apm.c  Wed Oct 03 18:22:13 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: apm.c,v 1.64 2001/09/10 05:23:30 perry Exp $ */
+/*     $NetBSD: apm.c,v 1.65 2001/10/03 18:22:13 nathanw Exp $ */
 
 /*-
  * Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
 #define        APMDEBUG_PROBE          0x10
 #define        APMDEBUG_ATTACH         0x40
 #define        APMDEBUG_DEVICE         0x20
-#define        APMDEBUG_ANOM           0x40
+#define        APMDEBUG_ANOM           0x80
 
 #ifdef APMDEBUG_VALUE
 int    apmdebug = APMDEBUG_VALUE;



Home | Main Index | Thread Index | Old Index