From owner-svn-src-all@freebsd.org Thu Feb 11 16:50:58 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 B4313AA4949 for ; Thu, 11 Feb 2016 16:50:58 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (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 7DB8219D3 for ; Thu, 11 Feb 2016 16:50:58 +0000 (UTC) (envelope-from wlosh@bsdimp.com) Received: by mail-ig0-x22f.google.com with SMTP id 5so40727278igt.0 for ; Thu, 11 Feb 2016 08:50:58 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdimp-com.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=5A9djazAb2GMigjXT7XHsN1JfkEqJFq9uBCLpREetlc=; b=sTaqD2aMoST16QRfUOeVPBs7o5A5ivaJIjA5b3cWZrZyQyO2V19RqwZ3656lx/Dl4x HG7v/WpRFkANJvuVhhDdGoQej/nFBBWlDtaTybgxlfeJ4FUVgYUAakGtZzRYsZHIszFm o/6etrT5lmwojK1O8P9+aWumzI9nzY3Ryulo2bluluu3blnChfAFy/v1+55FvRDxY5Go WeCx5+UEOQFfojh9ahPpmgbR6+H5CcIRWUrcsazWMAsuVX0vT2H+DdpHh85h/JJAGDYI J91vAn2ZqJo+n02GY8j+gka0Ctm/ickboLHpZPUxWKqth8JbvDx6uWf+h8b+ZGCwUSIe k0wg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=5A9djazAb2GMigjXT7XHsN1JfkEqJFq9uBCLpREetlc=; b=lQVDMU+adqy0W0VjUKXZQQpGm03rKmFPNj3j2tGQuQNCviNVtY95LxFZs6JctRiE44 XmNmdt7O6E+k8nXR1zQ+vM7jy0fJxDorHkJfVS02pQp4v/LMNDbEDhMoBN84CMdUj4Jd ZwhaQ+k7Ji3IvJoV9oIIUZ30eqKrLv8/9rUry14VRpLYQCxky199VY0K5exbryAzS1AT aPyK8YtnQKXWJA5ePfc1RlVIZ1Z4Kk/wik44XmcXrRF0Gy9WiCwyvkWvcmpc+vYwhvT1 y+aClkFKkCHQ5P1jrOQMfID3ttqUxBd0jlueauP88D4cLIVySDF8MwA5MAGlHslIPg+D xRqA== X-Gm-Message-State: AG10YOTpuNyNhH19DjR4pSHDozpdHOD2q2O5hkmufpzvOUfKQzFyGEjI7aX0l6I4Ao2jxoIpHySz4xwikQgFkg== MIME-Version: 1.0 X-Received: by 10.50.80.14 with SMTP id n14mr17621446igx.85.1455209457811; Thu, 11 Feb 2016 08:50:57 -0800 (PST) Sender: wlosh@bsdimp.com Received: by 10.79.67.193 with HTTP; Thu, 11 Feb 2016 08:50:57 -0800 (PST) X-Originating-IP: [69.53.245.22] In-Reply-To: <20160210104344.493c5ab9@zapp.Home> References: <201602100443.u1A4h80W000230@repo.freebsd.org> <20160210104344.493c5ab9@zapp.Home> Date: Thu, 11 Feb 2016 09:50:57 -0700 X-Google-Sender-Auth: 4zCS6z13B9WdC6jkDBrtoBZ7rsc Message-ID: Subject: Re: svn commit: r295459 - in head/sys: arm/include sys From: Warner Losh To: Andrew Turner Cc: Adrian Chadd , src-committers , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 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: Thu, 11 Feb 2016 16:50:58 -0000 On Wed, Feb 10, 2016 at 3:43 AM, 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. > More generally, we should look to see if any of the original Brinicombe code survives or not in each of the files that we've taken, copied and modified. While I like Mark (used to work with him), if there's none of his original code left, it will help with license regulariszation if we can remove him where he's not relevant. The same applies to many other folks as well, btw. But think kind of work is, at the best of times, thankless. Warner