svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac
Sergey Kandaurov
pluknet at freebsd.org
Wed Jul 31 05:41:36 UTC 2013
On 31 July 2013 05:13, Justin Hibbits <jhibbits at 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 at 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
More information about the svn-src-all
mailing list