From owner-svn-src-head@FreeBSD.ORG Tue Apr 28 13:28:51 2015 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1347F844; Tue, 28 Apr 2015 13:28:51 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B1A9F1DA6; Tue, 28 Apr 2015 13:28:50 +0000 (UTC) Received: by wizk4 with SMTP id k4so140566389wiz.1; Tue, 28 Apr 2015 06:28:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=7grXg0TVBPuIBUvYvG8r9yqaljTU6Y81zVeAmMttU6g=; b=t19OkTfjpJTzj/Oqqp6+TkbdXcjD74gtaESo4+eggxumXHojpOVrh78aLxChhItqKd 8ijcOqiGMkCi3vIceMjQaYdja1jgI+9mErIPCcmQ4AnAxkeooRcjMKroS2tYTcRTUw/a qZ1JZbWzKBR8fKTe7ApeSWL3TUx63fPoPWX595sOAUxlzYX+wqPI1Xl/neF7FglupFi+ H9O83ALjt4leqB6j4bUVinA4zITNsT1q1UFtWrPlUSCPOnUL71h+AyTYBZg3MWlsYQV5 eOzSes3smljPDIdd4MfirL/mV51AcyJVxkDmCFZdUOAEH2zGfIOfseXOdvqyq7AIF94h iUyg== MIME-Version: 1.0 X-Received: by 10.180.72.230 with SMTP id g6mr30195506wiv.39.1430227729138; Tue, 28 Apr 2015 06:28:49 -0700 (PDT) Sender: antoine.brodin.freebsd@gmail.com Received: by 10.194.87.100 with HTTP; Tue, 28 Apr 2015 06:28:49 -0700 (PDT) In-Reply-To: <201504251615.t3PGF2Z1096937@svn.freebsd.org> References: <201504251615.t3PGF2Z1096937@svn.freebsd.org> Date: Tue, 28 Apr 2015 13:28:49 +0000 X-Google-Sender-Auth: Q0ccArLTYMlTsORpoUM4slhnKBs Message-ID: Subject: Re: svn commit: r281985 - in head: share/man/man4 sys/dev/smbus usr.sbin/smbmsg From: Antoine Brodin To: Michael Gmelin Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Content-Type: text/plain; charset=UTF-8 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Apr 2015 13:28:51 -0000 On Sat, Apr 25, 2015 at 4:15 PM, Michael Gmelin wrote: > Author: grembo (ports committer) > Date: Sat Apr 25 16:15:01 2015 > New Revision: 281985 > URL: https://svnweb.freebsd.org/changeset/base/281985 > > Log: > Expand SMBUS API to add smbus_trans() function. > > Differential Revision: https://reviews.freebsd.org/D1955 > Reviewed by: adrian, jhb, wblock > Approved by: adrian, jhb Hi, Some ports used the previous API, see error logs at: http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/bsdhwmon-20120702.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/consolehm-1.31_1.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/gkrellm2-2.3.5_6.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/healthd-0.7.9_2.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/lmmon-0.65_1.log http://gohan2.ysv.freebsd.org/data/head-amd64-default-baseline/p384806_s282042/logs/errors/xmbmon-205_14.log Normally you should request an exp-run before doing a change like this. Cheers, Antoine (with hat: portmgr)