From owner-svn-src-all@freebsd.org Wed Feb 10 15:07:41 2016 Return-Path: Delivered-To: svn-src-all@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 A88E1AA4598 for ; Wed, 10 Feb 2016 15:07:41 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (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 733471539 for ; Wed, 10 Feb 2016 15:07:41 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: 829f6b7c-d007-11e5-a023-11ad6df26ed1 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Wed, 10 Feb 2016 15:03:57 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u1AF6SNT013680; Wed, 10 Feb 2016 08:06:29 -0700 (MST) (envelope-from ian@freebsd.org) Message-ID: <1455116788.1337.99.camel@freebsd.org> Subject: Re: svn commit: r295459 - in head/sys: arm/include sys From: Ian Lepore To: Andrew Turner , Adrian Chadd Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Date: Wed, 10 Feb 2016 08:06:28 -0700 In-Reply-To: <20160210104344.493c5ab9@zapp.Home> References: <201602100443.u1A4h80W000230@repo.freebsd.org> <20160210104344.493c5ab9@zapp.Home> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 10 Feb 2016 15:07:41 -0000 On Wed, 2016-02-10 at 10:43 +0000, Andrew Turner wrote: > On Wed, 10 Feb 2016 04:43:08 +0000 (UTC) > Adrian Chadd wrote: > > > Author: adrian > > Date: Wed Feb 10 04:43:08 2016 > > New Revision: 295459 > > URL: https://svnweb.freebsd.org/changeset/base/295459 > > > > Log: > > Break out the shared bits of the arm intrng definitions into > > sys/intr.h; leave the machine dependent bits in sys/arm/. > > > > This is in preparation for MIPS INTRNG work. > > > > Submitted by: Stanislav Galabov > ... > > Added: head/sys/sys/intr.h > > =================================================================== > > =========== > > --- /dev/null 00:00:00 1970 (empty, because file is > > newly added) +++ head/sys/sys/intr.h Wed Feb 10 04:43:08 > > 2016 (r295459) @@ -0,0 +1,130 @@ > > +/* $NetBSD: intr.h,v 1.7 2003/06/16 20:01:00 thorpej Exp > > $ */ + > > +/*- > > + * Copyright (c) 1997 Mark Brinicombe. > > + * All rights reserved. > > Is this still the case? It seems all the code in this file was > written > for intrng and not by Mark Brinicombe. > > I would expect we could also fix the license below to move to a > standard FreeBSD license. This would need all authors agreement, but > that is maybe 5 people. Yep, that's all pasted boilerplate from some older arm/include file that just doesn't apply to even a single line of this intr.h. The actual authors of this would be Jakub Klama, Svata Kraus, and me. -- Ian