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 PCMCIACISDEBUG by default. This shou...



details:   https://anonhg.NetBSD.org/src/rev/075713de5322
branches:  trunk
changeset: 509784:075713de5322
user:      jmc <jmc%NetBSD.org@localhost>
date:      Sun May 13 04:24:28 2001 +0000

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

diffstat:

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

diffs (11 lines):

diff -r 86d69c291a0c -r 075713de5322 sys/dev/pcmcia/pcmcia_cis.c
--- a/sys/dev/pcmcia/pcmcia_cis.c       Sun May 13 04:23:46 2001 +0000
+++ b/sys/dev/pcmcia/pcmcia_cis.c       Sun May 13 04:24:28 2001 +0000
@@ -1,6 +1,4 @@
-/*     $NetBSD: pcmcia_cis.c,v 1.22 2001/03/27 18:09:31 toshii Exp $   */
-
-#define        PCMCIACISDEBUG
+/*     $NetBSD: pcmcia_cis.c,v 1.23 2001/05/13 04:24:28 jmc Exp $      */
 
 /*
  * Copyright (c) 1997 Marc Horowitz.  All rights reserved.



Home | Main Index | Thread Index | Old Index