Module Name:    src
Committed By:   skrll
Date:           Mon Jul 25 08:19:50 UTC 2022

Modified Files:
        src/sys/dev/pci: if_bgevar.h

Log Message:
G/C the unused bge_rx_mini_chain member from bge_chain_data. It was removed
from the FreeBSD driver in 2003.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/dev/pci/if_bgevar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bgevar.h
diff -u src/sys/dev/pci/if_bgevar.h:1.28 src/sys/dev/pci/if_bgevar.h:1.29
--- src/sys/dev/pci/if_bgevar.h:1.28	Sat Jul  2 07:22:41 2022
+++ src/sys/dev/pci/if_bgevar.h	Mon Jul 25 08:19:50 2022
@@ -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. */

Reply via email to