Received: by mail.netbsd.org (Postfix, from userid 605) id 08E5F84E93; Sat, 17 Sep 2022 19:47:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 33B6E84E92 for ; Sat, 17 Sep 2022 19:47:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Uhn7RC3nizS8 for ; Sat, 17 Sep 2022 19:46:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id CD7C284CF8 for ; Sat, 17 Sep 2022 19:46:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C6D91FA90; Sat, 17 Sep 2022 19:46:59 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 17 Sep 2022 19:46:59 +0000 From: "Jason R Thorpe" Subject: CVS commit: src/sys/arch/arm/gemini To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20220917194659.C6D91FA90@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Jason R Thorpe" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: thorpej Date: Sat Sep 17 19:46:59 UTC 2022 Modified Files: src/sys/arch/arm/gemini: if_gmc.c Log Message: Eliminate use of IFF_OACTIVE. (In this driver, it was set in one location, and never tested or cleared. &shrug;) To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/gemini/if_gmc.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.