Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/pcmcia Turn off PCMCIADEBUG by default. This should ...



details:   https://anonhg.NetBSD.org/src/rev/86d69c291a0c
branches:  trunk
changeset: 509783:86d69c291a0c
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun May 13 04:23:46 2001 +0000

description:
Turn off PCMCIADEBUG by default. This should get set with options in a config file

diffstat:

 sys/dev/pcmcia/pcmcia.c |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (11 lines):

diff -r 8c3a55398e2c -r 86d69c291a0c sys/dev/pcmcia/pcmcia.c
--- a/sys/dev/pcmcia/pcmcia.c   Sun May 13 01:40:58 2001 +0000
+++ b/sys/dev/pcmcia/pcmcia.c   Sun May 13 04:23:46 2001 +0000
@@ -1,6 +1,4 @@
-/*     $NetBSD: pcmcia.c,v 1.24 2001/04/29 20:10:24 christos Exp $     */
-
-#define        PCMCIADEBUG
+/*     $NetBSD: pcmcia.c,v 1.25 2001/05/13 04:23:46 jmc Exp $  */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.



Home | Main Index | Thread Index | Old Index