diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-05 12:10:58 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2007-05-05 12:10:58 +0000 |
commit | c5ce552b85a96f80b9068a45dab696315079682b (patch) | |
tree | 0f88c646ffde61994ec0fd9ad755257e3e7f6f7c /sys/dev/pci/if_bce.c | |
parent | e5fea0cce4df41f7cd12b6bc013a75712e7f3ade (diff) |
Properly ifdef debug bits to save a bit of space.
ok reyk@
Diffstat (limited to 'sys/dev/pci/if_bce.c')
-rw-r--r-- | sys/dev/pci/if_bce.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bce.c b/sys/dev/pci/if_bce.c index 91a55676e8a..f954b1456b9 100644 --- a/sys/dev/pci/if_bce.c +++ b/sys/dev/pci/if_bce.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bce.c,v 1.18 2007/04/24 10:04:58 reyk Exp $ */ +/* $OpenBSD: if_bce.c,v 1.19 2007/05/05 12:10:57 jsg Exp $ */ /* $NetBSD: if_bce.c,v 1.3 2003/09/29 01:53:02 mrg Exp $ */ /* @@ -186,7 +186,6 @@ int bce_mediachange(struct ifnet *); void bce_mediastatus(struct ifnet *, struct ifmediareq *); void bce_tick(void *); -#define BCE_DEBUG #ifdef BCE_DEBUG #define DPRINTF(x) do { \ if (bcedebug) \ |