diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-13 06:39:59 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-13 06:39:59 +0000 |
commit | 1e4d18023ca82f2e56114666856a9b69e1db727a (patch) | |
tree | 4cdb3ceed83d31a7e16f0f1fe23c5fdf2fe41011 /sys/dev/pci/if_bnx.c | |
parent | 77dca1285147b2565f9d6b7abf5f57b690e08fed (diff) |
fix a typo, BNX_DRBUG -> BNX_DEBUG
Diffstat (limited to 'sys/dev/pci/if_bnx.c')
-rw-r--r-- | sys/dev/pci/if_bnx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bnx.c b/sys/dev/pci/if_bnx.c index 4880098ffe5..a370c93d54a 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.7 2006/08/10 04:25:15 brad Exp $ */ +/* $OpenBSD: if_bnx.c,v 1.8 2006/08/13 06:39:58 brad Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -512,7 +512,7 @@ bnx_attach(struct device *parent, struct device *self, void *aux) * values for the RX and TX rings. */ -#ifdef BNX_DRBUG +#ifdef BNX_DEBUG /* Force more frequent interrupts. */ sc->bnx_tx_quick_cons_trip_int = 1; sc->bnx_tx_quick_cons_trip = 1; |