Received: by mail.netbsd.org (Postfix, from userid 605) id 45B228512A; Sat, 8 May 2021 22:39:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6FCBC85129 for ; Sat, 8 May 2021 22:39:42 +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 wHsBg-Ciwocx for ; Sat, 8 May 2021 22:39:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0AEAC84C86 for ; Sat, 8 May 2021 22:39:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id F2F0DFA95; Sat, 8 May 2021 22:39:41 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 8 May 2021 22:39:41 +0000 From: "Jason R Thorpe" Subject: CVS commit: [thorpej-i2c-spi-conf] src/sys/arch/macppc/dev To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20210508223941.F2F0DFA95@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 May 8 22:39:41 UTC 2021 Modified Files: src/sys/arch/macppc/dev [thorpej-i2c-spi-conf]: pmu.c Log Message: Adapt the pmu driver to the new i2c device enumeration mechanism. This follows the OpenFirmware bindings for the most part, but has the i2c addresses of children shifted left one bit as it would appear on the wire (for the r/w bit). To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.37.2.1 src/sys/arch/macppc/dev/pmu.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.