Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci G/C the unused bge_rx_mini_chain member from bge...
details: https://anonhg.NetBSD.org/src/rev/1d5b06e14534
branches: trunk
changeset: 368661:1d5b06e14534
user: skrll <skrll%NetBSD.org@localhost>
date: Mon Jul 25 08:19:50 2022 +0000
description:
G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed
from the FreeBSD driver in 2003.
diffstat:
sys/dev/pci/if_bgevar.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r e5e963caa187 -r 1d5b06e14534 sys/dev/pci/if_bgevar.h
--- a/sys/dev/pci/if_bgevar.h Mon Jul 25 05:15:08 2022 +0000
+++ b/sys/dev/pci/if_bgevar.h Mon Jul 25 08:19:50 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: if_bgevar.h,v 1.28 2022/07/02 07:22:41 skrll Exp $ */
+/* $NetBSD: if_bgevar.h,v 1.29 2022/07/25 08:19:50 skrll Exp $ */
/*
* Copyright (c) 2001 Wind River Systems
* Copyright (c) 1997, 1998, 1999, 2001
@@ -216,7 +216,6 @@
struct mbuf *bge_tx_chain[BGE_TX_RING_CNT];
struct mbuf *bge_rx_std_chain[BGE_STD_RX_RING_CNT];
struct mbuf *bge_rx_jumbo_chain[BGE_JUMBO_RX_RING_CNT];
- struct mbuf *bge_rx_mini_chain[BGE_MINI_RX_RING_CNT];
bus_dmamap_t bge_rx_std_map[BGE_STD_RX_RING_CNT];
bus_dmamap_t bge_rx_jumbo_map;
/* Stick the jumbo mem management stuff here too. */
Home |
Main Index |
Thread Index |
Old Index