Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 6E6F61A921F for ; Sun, 28 Feb 2021 07:01:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 26D7A84D6A; Sun, 28 Feb 2021 07:01:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 533C584D56 for ; Sun, 28 Feb 2021 07:01:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 439EWH-LtlEu for ; Sun, 28 Feb 2021 07:01:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id E4AC984C71 for ; Sun, 28 Feb 2021 07:01:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DD27AFA95; Sun, 28 Feb 2021 07:01:01 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 07:01:01 +0000 From: "Martin Husemann" Subject: CVS commit: [netbsd-9] src/sys/arch/hppa/gsc To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210228070101.DD27AFA95@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Martin Husemann" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: martin Date: Sun Feb 28 07:01:01 UTC 2021 Modified Files: src/sys/arch/hppa/gsc [netbsd-9]: harmony.c Log Message: Pull up following revision(s) (requested by isaki in ticket #1216): sys/arch/hppa/gsc/harmony.c: revision 1.8 sys/arch/hppa/gsc/harmony.c: revision 1.9 sys/arch/hppa/gsc/harmony.c: revision 1.10 Fix locking against myself. trigger_output will be called with sc_intr_lock held. >From source code review, not tested. Fix my mistakes in rev1.6. - I had to merge the channel bit and the speed bits. Reported by macallan@. - I also fix my indent, while I'm here. Simplify harmony_speed_bits(). It no longer needs to write back the speed value. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.7.2.1 src/sys/arch/hppa/gsc/harmony.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.