diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-02-04 15:55:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-02-04 15:55:21 +0000 |
| commit | a0e457a620d95cea5e000939e4207a9a908ff3c3 (patch) | |
| tree | 5dbb4b69971f23e8adf39412496a38837140fc22 /sys/dev | |
| parent | 4b0b2b42334e819ae77dd89b45ecc010b18fc0a5 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/exca/exca.c | 1 | ||||
| -rw-r--r-- | sys/dev/pccard/pccard.c | 2 | ||||
| -rw-r--r-- | sys/dev/pccard/pccard_cis.c | 2 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbb.c | 2 |
4 files changed, 2 insertions, 5 deletions
diff --git a/sys/dev/exca/exca.c b/sys/dev/exca/exca.c index 52e3da2cf9597..d2ed4a7181972 100644 --- a/sys/dev/exca/exca.c +++ b/sys/dev/exca/exca.c @@ -72,7 +72,6 @@ #include <dev/exca/excareg.h> #include <dev/exca/excavar.h> -#define EXCA_DEBUG #ifdef EXCA_DEBUG #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) #define DPRINTF(fmt, args...) printf(fmt, ## args) diff --git a/sys/dev/pccard/pccard.c b/sys/dev/pccard/pccard.c index f6ea8648156f3..55ddde4f14b52 100644 --- a/sys/dev/pccard/pccard.c +++ b/sys/dev/pccard/pccard.c @@ -54,7 +54,7 @@ #define PCCARDDEBUG #ifdef PCCARDDEBUG -int pccard_debug = 1; +int pccard_debug = 0; #define DPRINTF(arg) if (pccard_debug) printf arg #define DEVPRINTF(arg) if (pccard_debug) device_printf arg #define PRVERBOSE(arg) printf arg diff --git a/sys/dev/pccard/pccard_cis.c b/sys/dev/pccard/pccard_cis.c index d05c5c185ca5b..f8af7c96fe888 100644 --- a/sys/dev/pccard/pccard_cis.c +++ b/sys/dev/pccard/pccard_cis.c @@ -50,7 +50,7 @@ #define PCCARDCISDEBUG #ifdef PCCARDCISDEBUG -int pccardcis_debug = 1; +int pccardcis_debug = 0; #define DPRINTF(arg) if (pccardcis_debug) printf arg #define DEVPRINTF(arg) if (pccardcis_debug) device_printf arg #else diff --git a/sys/dev/pccbb/pccbb.c b/sys/dev/pccbb/pccbb.c index 62a66d9011096..0cf27750a27f6 100644 --- a/sys/dev/pccbb/pccbb.c +++ b/sys/dev/pccbb/pccbb.c @@ -43,8 +43,6 @@ * * David Cross: Author of the initial ugly hack for a specific cardbus card */ -#define CBB_DEBUG - #include <sys/param.h> #include <sys/systm.h> #include <sys/errno.h> |
