diff options
Diffstat (limited to 'sys')
-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; |