diff options
| author | skrll <skrll@NetBSD.org> | 2022-07-25 08:19:50 +0000 |
|---|---|---|
| committer | skrll <skrll@NetBSD.org> | 2022-07-25 08:19:50 +0000 |
| commit | cdfe44deb8bd617ba7ba6e2e3408f15efd64f87c (patch) | |
| tree | 04a715eacfc04d85dd4c14980cebf89ef6cca7dd /sys/dev | |
| parent | ad89e11fd81d99df0b2289e38ab6a74994fe70f9 (diff) | |
G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed
from the FreeBSD driver in 2003.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_bgevar.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgevar.h b/sys/dev/pci/if_bgevar.h index 45b191933c7..c86dda0aa41 100644 --- a/sys/dev/pci/if_bgevar.h +++ b/sys/dev/pci/if_bgevar.h @@ -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 bge_chain_data { 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. */ |
