From 20fb09c6099b9f9920795d99ed652e5c16a07077 Mon Sep 17 00:00:00 2001 From: thorpej Date: Tue, 21 Jul 1998 00:24:45 +0000 Subject: [PATCH] G/c more unused debugging goo. --- sys/arch/arm32/isa/if_cs_isa.c | 5 +---- sys/arch/arm32/isa/if_csvar.h | 11 +---------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/sys/arch/arm32/isa/if_cs_isa.c b/sys/arch/arm32/isa/if_cs_isa.c index 9b03ea173d44..1ad561b6e7d9 100644 --- a/sys/arch/arm32/isa/if_cs_isa.c +++ b/sys/arch/arm32/isa/if_cs_isa.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_cs_isa.c,v 1.12 1998/07/21 00:23:18 thorpej Exp $ */ +/* $NetBSD: if_cs_isa.c,v 1.13 1998/07/21 00:24:45 thorpej Exp $ */ /* * Copyright 1997 @@ -342,9 +342,6 @@ struct cfattach cs_ca = { sizeof(struct cs_softc), csProbe, csAttach }; -int csdebug = 0x00000000; /* debug status, used with kerndebug - * macros */ - int csProbe(parent, cf, aux) struct device *parent; diff --git a/sys/arch/arm32/isa/if_csvar.h b/sys/arch/arm32/isa/if_csvar.h index de26c16d29f9..74606e2042d5 100644 --- a/sys/arch/arm32/isa/if_csvar.h +++ b/sys/arch/arm32/isa/if_csvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: if_csvar.h,v 1.6 1998/07/21 00:22:30 thorpej Exp $ */ +/* $NetBSD: if_csvar.h,v 1.7 1998/07/21 00:24:45 thorpej Exp $ */ /* * Copyright 1997 @@ -94,15 +94,6 @@ struct cs_softc { u_int8_t sc_enaddr[6]; /* MAC address */ }; -/* Debug Status */ -/*#define CS_DEBUG 0*/ - -#ifdef CS_DEBUG -#define dbg_print(x) printf x -#else -#define dbg_print(x) -#endif - /* Return Status */ #define CS_ERROR -1 #define CS_OK 1