From owner-svn-src-all@FreeBSD.ORG Tue Feb 10 02:18:59 2015 Return-Path: Delivered-To: svn-src-all@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 1EAF8133; Tue, 10 Feb 2015 02:18:59 +0000 (UTC) Received: from vps1.elischer.org (vps1.elischer.org [204.109.63.16]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "vps1.elischer.org", Issuer "CA Cert Signing Authority" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id E3C21D9B; Tue, 10 Feb 2015 02:18:58 +0000 (UTC) Received: from jre-mbp.elischer.org (ppp121-45-230-68.lns20.per1.internode.on.net [121.45.230.68]) (authenticated bits=0) by vps1.elischer.org (8.14.9/8.14.9) with ESMTP id t1A2IrlU070464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Mon, 9 Feb 2015 18:18:55 -0800 (PST) (envelope-from julian@freebsd.org) Message-ID: <54D96A87.7000600@freebsd.org> Date: Tue, 10 Feb 2015 10:18:47 +0800 From: Julian Elischer User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: John-Mark Gurney , Rui Paulo Subject: Re: svn commit: r278478 - head/sys/sys References: <201502092304.t19N4VB7078488@svn.freebsd.org> <20150210000252.GO1953@funkthat.com> In-Reply-To: <20150210000252.GO1953@funkthat.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2015 02:18:59 -0000 On 2/10/15 8:02 AM, John-Mark Gurney wrote: > Rui Paulo wrote this message on Mon, Feb 09, 2015 at 23:04 +0000: >> Author: rpaulo >> Date: Mon Feb 9 23:04:30 2015 >> New Revision: 278478 >> URL: https://svnweb.freebsd.org/changeset/base/278478 >> >> Log: >> Add the ability to print a vendor copyright in dmesg. > Should we change this into a linker set so that any module can > add their own vendor copyright w/o having to modify this again? > that is not a stupid idea.. or we could add a copyright element to the sample sysinit code and provide a linked list of things to print out. (a copyright API.. call it from SYINIT, if it's early it queues it.. if you are already booted it prints it right away)