Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2016 10:43:44 +0000
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Adrian Chadd <adrian@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r295459 - in head/sys: arm/include sys
Message-ID:  <20160210104344.493c5ab9@zapp.Home>
In-Reply-To: <201602100443.u1A4h80W000230@repo.freebsd.org>
References:  <201602100443.u1A4h80W000230@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Feb 2016 04:43:08 +0000 (UTC)
Adrian Chadd <adrian@FreeBSD.org> 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 <sgalabov@gmail.com>
...
> 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.

> + *
> + * Redistribution and use in source and binary forms, with or without
> + * modification, are permitted provided that the following conditions
> + * are met:
> + * 1. Redistributions of source code must retain the above copyright
> + *    notice, this list of conditions and the following disclaimer.
> + * 2. Redistributions in binary form must reproduce the above
> copyright
> + *    notice, this list of conditions and the following disclaimer
> in the
> + *    documentation and/or other materials provided with the
> distribution.
> + * 3. All advertising materials mentioning features or use of this
> software
> + *    must display the following acknowledgement:
> + *	This product includes software developed by Mark Brinicombe
> + *	for the NetBSD Project.
> + * 4. The name of the company nor the name of the author may be used
> to
> + *    endorse or promote products derived from this software without
> specific
> + *    prior written permission.
> + *
> + * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS
> OR IMPLIED
> + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
> OF
> + * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
> DISCLAIMED.
> + * IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY
> DIRECT,
> + * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
> + * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
> + * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
> + * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
> CONTRACT, STRICT
> + * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
> ANY WAY
> + * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
> POSSIBILITY OF
> + * SUCH DAMAGE.
> + *
> + * $FreeBSD$
> + *
> + */

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160210104344.493c5ab9>