From owner-svn-src-head@freebsd.org Mon Oct 3 01:12:59 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 58489AC6F3D; Mon, 3 Oct 2016 01:12:59 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from id.bluezbox.com (id.bluezbox.com [45.55.20.155]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DB28E2A; Mon, 3 Oct 2016 01:12:58 +0000 (UTC) (envelope-from gonzo@freebsd.org) Received: from [127.0.0.1] (helo=id.bluezbox.com) by id.bluezbox.com with esmtp (Exim 4.86_2 (FreeBSD)) (envelope-from ) id 1bqroN-0004N1-JK; Sun, 02 Oct 2016 18:12:56 -0700 Received: (from gonzo@localhost) by id.bluezbox.com (8.15.2/8.15.2/Submit) id u931CtJ5016802; Sun, 2 Oct 2016 18:12:55 -0700 (PDT) (envelope-from gonzo@freebsd.org) X-Authentication-Warning: id.bluezbox.com: gonzo set sender to gonzo@freebsd.org using -f Date: Sun, 2 Oct 2016 18:12:54 -0700 From: Oleksandr Tymoshenko To: Andrew Turner Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r306490 - head/sys/arm/conf Message-ID: <20161003011254.GA16793@bluezbox.com> References: <201609301020.u8UAKriZ087716@repo.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201609301020.u8UAKriZ087716@repo.freebsd.org> X-Operating-System: FreeBSD/10.3-RELEASE-p3 (amd64) User-Agent: Mutt/1.6.1 (2016-04-27) X-Spam-Level: -- X-Spam-Report: Spam detection software, running on the system "id.bluezbox.com", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see The administrator of that system for details. Content preview: Andrew Turner (andrew@FreeBSD.org) wrote: > Author: andrew > Date: Fri Sep 30 10:20:53 2016 > New Revision: 306490 > URL: https://svnweb.freebsd.org/changeset/base/306490 > > Log: > Add support for Tegra to the armv6 GENERIC kernel. > > Reviewed by: imp, mmel > Sponsored by: ABT Systems Ltd > Differential Revision: https://reviews.freebsd.org/D8084 > > Modified: > head/sys/arm/conf/GENERIC [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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: Mon, 03 Oct 2016 01:12:59 -0000 Andrew Turner (andrew@FreeBSD.org) wrote: > Author: andrew > Date: Fri Sep 30 10:20:53 2016 > New Revision: 306490 > URL: https://svnweb.freebsd.org/changeset/base/306490 > > Log: > Add support for Tegra to the armv6 GENERIC kernel. > > Reviewed by: imp, mmel > Sponsored by: ABT Systems Ltd > Differential Revision: https://reviews.freebsd.org/D8084 > > Modified: > head/sys/arm/conf/GENERIC This change also requires dtb/nvidia in MODULES_EXTRA -- gonzo