diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-14 16:58:57 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-14 16:58:57 +0000 |
commit | fb2a60e09514df6325336eb1955458f59b4368ce (patch) | |
tree | a4482e3ae72b0b0eb2eefdb2c50b6ef258b0b0f7 /sys | |
parent | 2960cf2646bda8ad4add66b49cbd5561db5ae309 (diff) |
disable debugging.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bnx.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bnx.c b/sys/dev/pci/if_bnx.c index d035369df75..173cc95c82e 100644 --- a/sys/dev/pci/if_bnx.c +++ b/sys/dev/pci/if_bnx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnx.c,v 1.10 2006/08/14 16:07:39 marco Exp $ */ +/* $OpenBSD: if_bnx.c,v 1.11 2006/08/14 16:58:56 brad Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -49,8 +49,6 @@ __FBSDID("$FreeBSD: src/sys/dev/bce/if_bce.c,v 1.3 2006/04/13 14:12:26 ru Exp $" * BCM5708S A0, B0, B1 */ -#define BNX_DEBUG - #include <dev/pci/if_bnxreg.h> #include <dev/microcode/bnx/bnxfw.h> |