diff options
author | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2024-01-09 04:32:30 +0000 |
---|---|---|
committer | Jonathan Matthew <jmatthew@cvs.openbsd.org> | 2024-01-09 04:32:30 +0000 |
commit | ebade0f68ab9f71d6189e957a1a28ca542804716 (patch) | |
tree | eb05cd4e7d30366b34e42ea65e80b073b6388d89 /sys | |
parent | 43872d59cd1f67032ae0559dfc0930fbbbf0188a (diff) |
remove needless comment
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/pci/if_bnxt.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_bnxt.c b/sys/dev/pci/if_bnxt.c index dfd9392c417..94b80f04000 100644 --- a/sys/dev/pci/if_bnxt.c +++ b/sys/dev/pci/if_bnxt.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxt.c,v 1.41 2024/01/09 04:29:46 jmatthew Exp $ */ +/* $OpenBSD: if_bnxt.c,v 1.42 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; |