Received: by mail.netbsd.org (Postfix, from userid 605) id 6BF3B84ECB; Fri, 9 Mar 2018 20:16:56 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 810C284ECA for ; Fri, 9 Mar 2018 20:16:55 +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 6p-4L9hyKFNv for ; Fri, 9 Mar 2018 20:16:55 +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 E950A84DCE for ; Fri, 9 Mar 2018 20:16:54 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1FE6FB40; Fri, 9 Mar 2018 20:16:54 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 9 Mar 2018 20:16:54 +0000 From: "Michael Lorenz" Subject: CVS commit: src/sys/dev/i2c To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20180309201654.D1FE6FB40@cvs.NetBSD.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Michael Lorenz" Mail-Followup-To: source-changes-d@NetBSD.org List-Unsubscribe: Module Name: src Committed By: macallan Date: Fri Mar 9 20:16:54 UTC 2018 Modified Files: src/sys/dev/i2c: files.i2c Added Files: src/sys/dev/i2c: adadc.c Log Message: yet another temperature sensor / ADC this one supports Analog Devices AD7417, found in some G5 macs depends on OpenFirmware for calibration data To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/dev/i2c/adadc.c cvs rdiff -u -r1.85 -r1.86 src/sys/dev/i2c/files.i2c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.