G/c more unused debugging goo.
This commit is contained in:
parent
6014ea2216
commit
20fb09c609
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue