Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Jul 2013 09:41:33 +0400
From:      Sergey Kandaurov <pluknet@freebsd.org>
To:        Justin Hibbits <jhibbits@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac
Message-ID:  <CAE-mSOJGqnKjL0=xsSWtoCqT2iK7xHwOGz0TpbNM_f9J2F7AeA@mail.gmail.com>
In-Reply-To: <201307310113.r6V1DUKY044876@svn.freebsd.org>
References:  <201307310113.r6V1DUKY044876@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31 July 2013 05:13, Justin Hibbits <jhibbits@freebsd.org> wrote:
> Author: jhibbits
> Date: Wed Jul 31 01:13:29 2013
> New Revision: 253825
> URL: http://svnweb.freebsd.org/changeset/base/253825
>
> Log:
>   Add the macio attachment for wi(4).  Partially obtained from NetBSD.
>
>   Reviewed by:  adrian
>   Obtained from:        NetBSD (partially)
>
> Added:
>   head/sys/dev/wi/if_wi_macio.c   (contents, props changed)
> Modified:
>   head/sys/modules/Makefile
>   head/sys/modules/wi/Makefile
>   head/sys/powerpc/powermac/macio.c
>   head/sys/powerpc/powermac/maciovar.h
>
> Added: head/sys/dev/wi/if_wi_macio.c
> ==============================================================================
> --- /dev/null   00:00:00 1970   (empty, because file is newly added)
> +++ head/sys/dev/wi/if_wi_macio.c       Wed Jul 31 01:13:29 2013        (r253825)
> @@ -0,0 +1,141 @@
> +/*-
> + * Copyright (c) 2013  Justin Hibbits
> + * All rights reserved.
> + * Copyright (c) 1997, 1998, 1999
> + *     Bill Paul <wpaul@ctr.columbia.edu>.  All rights reserved.
> + *
> + * 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 Bill Paul.
> + * 4. Neither the name of the author nor the names of any co-contributors
> + *    may be used to endorse or promote products derived from this software
> + *    without specific prior written permission.
> + *
> + * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``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 Bill Paul OR THE VOICES IN HIS HEAD

Oh noes! You must be kidding :)

$ grep -ri 'or the voices in his head' /usr/src | wc -l
     156

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOJGqnKjL0=xsSWtoCqT2iK7xHwOGz0TpbNM_f9J2F7AeA>