Module Name: src Committed By: skrll Date: Sun Sep 15 07:33:33 UTC 2024
Modified Files: src/sys/dev/ic: dwc_eqos_var.h Log Message: Remove unused struct eqos_softc member To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/dev/ic/dwc_eqos_var.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/ic/dwc_eqos_var.h diff -u src/sys/dev/ic/dwc_eqos_var.h:1.9 src/sys/dev/ic/dwc_eqos_var.h:1.10 --- src/sys/dev/ic/dwc_eqos_var.h:1.9 Thu Nov 2 13:50:02 2023 +++ src/sys/dev/ic/dwc_eqos_var.h Sun Sep 15 07:33:33 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: dwc_eqos_var.h,v 1.9 2023/11/02 13:50:02 riastradh Exp $ */ +/* $NetBSD: dwc_eqos_var.h,v 1.10 2024/09/15 07:33:33 skrll Exp $ */ /*- * Copyright (c) 2022 Jared McNeill <jmcne...@invisible.ca> @@ -73,7 +73,6 @@ struct eqos_softc { bool sc_running; bool sc_txrunning; bool sc_promisc; - bool sc_allmulti; struct eqos_ring sc_tx; struct eqos_ring sc_rx;