artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34df075
)
remove needless comment
author
jmatthew
<jmatthew@openbsd.org>
Tue, 9 Jan 2024 04:32:29 +0000
(
04:32
+0000)
committer
jmatthew
<jmatthew@openbsd.org>
Tue, 9 Jan 2024 04:32:29 +0000
(
04:32
+0000)
sys/dev/pci/if_bnxt.c
patch
|
blob
|
history
diff --git
a/sys/dev/pci/if_bnxt.c
b/sys/dev/pci/if_bnxt.c
index
dfd9392
..
94b80f0
100644
(file)
--- a/
sys/dev/pci/if_bnxt.c
+++ b/
sys/dev/pci/if_bnxt.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: if_bnxt.c,v 1.4
1 2024/01/09 04:29:46
jmatthew Exp $ */
+/* $OpenBSD: if_bnxt.c,v 1.4
2 2024/01/09 04:32:29
jmatthew Exp $ */
/*-
* Broadcom NetXtreme-C/E network driver.
*
@@
-1003,8
+1003,6
@@
bnxt_queue_down(struct bnxt_softc *sc, struct bnxt_queue *bq)
struct bnxt_rx_queue *rx = &bq->q_rx;
struct bnxt_tx_queue *tx = &bq->q_tx;
- /* empty rx ring first i guess */
-
bnxt_free_slots(sc, tx->tx_slots, tx->tx_ring.ring_size,
tx->tx_ring.ring_size);
tx->tx_slots = NULL;