From owner-svn-src-head@FreeBSD.ORG Wed Jul 31 05:41:36 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id E50948DF; Wed, 31 Jul 2013 05:41:35 +0000 (UTC) (envelope-from pluknet@gmail.com) Received: from mail-wg0-x232.google.com (mail-wg0-x232.google.com [IPv6:2a00:1450:400c:c00::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 047A32AB8; Wed, 31 Jul 2013 05:41:34 +0000 (UTC) Received: by mail-wg0-f50.google.com with SMTP id m15so206339wgh.5 for ; Tue, 30 Jul 2013 22:41:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=JGmNofwLY6DP2QZpTdilUqV5HflfKIqC3wv1ea5sLko=; b=Lfa+Szzls/VB64tHaZpXIlsc0hMkjRm39X7rUC1hVxc6wbRDet/nJ1i+Cu34RrnL4G IDbK9HSh48BzBNCk++IJeGBCF3wzTyvqL7FTgQfqrZkpmNU7BxCeHYeCxvbMAlmusUX8 48sU3kNf2vuthZuefFSvY1NVVe5D39u7YVsCKRd2cptNYiwwD0xgUegmWyeqRkifg5pY Kgxa7niB/WPMh/mDI0BXmLRtXoeMYtOyVMcq376yqo48RQYg0eAd+2wT1NLBcfrFxB7k X3JBVLT5n1VNt1lCqEWDouUVNq/zcHIsp4bFwjqzJRmpoziq9CdjUhK3yA/EcRCvVMRc 0igw== MIME-Version: 1.0 X-Received: by 10.195.13.202 with SMTP id fa10mr48087482wjd.14.1375249293189; Tue, 30 Jul 2013 22:41:33 -0700 (PDT) Sender: pluknet@gmail.com Received: by 10.216.82.70 with HTTP; Tue, 30 Jul 2013 22:41:33 -0700 (PDT) In-Reply-To: <201307310113.r6V1DUKY044876@svn.freebsd.org> References: <201307310113.r6V1DUKY044876@svn.freebsd.org> Date: Wed, 31 Jul 2013 09:41:33 +0400 X-Google-Sender-Auth: 4ZexnKfRCeVdYePnC9xOzk5ZrAY Message-ID: Subject: Re: svn commit: r253825 - in head/sys: dev/wi modules modules/wi powerpc/powermac From: Sergey Kandaurov To: Justin Hibbits Content-Type: text/plain; charset=ISO-8859-1 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jul 2013 05:41:36 -0000 On 31 July 2013 05:13, Justin Hibbits 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 . 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