From owner-svn-src-all@FreeBSD.ORG Wed Oct 23 05:42:08 2013 Return-Path: Delivered-To: svn-src-all@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 89609AAA; Wed, 23 Oct 2013 05:42:08 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6F122E9; Wed, 23 Oct 2013 05:42:08 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id as1so534674iec.27 for ; Tue, 22 Oct 2013 22:42:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Gc97Kmuq22nNJ6OdjfRRIgC2Si9JrrWO4QiPSgXdrpg=; b=AmuoB1JZBkmiXJ5GODJZ7lXhzLLmkq8wUUAVJnclhRdlgg0w8WxzGtFyJQnF7RUuav QvQdvDu/nb5A8inpB7l8hzTAVZ8PcTSlfinDpB0Ps2hlpHn7k4UjLxBAw90ufOd2eXQp pmYNMftPLi5gjgfMGUmDOYWiZkY8Uu89WRDQ+1TfrqUyDTN8xsaQTz+9IL49UVk2k4wi ubM1gGX4mpNZ+6nz8BBnKHKov4FmuUCc4ZcA6CgyGrwpQ8qMCl3YNzWUqfyYUqqBR31H /TO+Iq3M8gU5Y37jICu3w/IEuoRSJL570UbXK4GmEtZxB+JEaZiejskcVxmpXY4lXwTE dsLg== MIME-Version: 1.0 X-Received: by 10.50.16.68 with SMTP id e4mr323971igd.12.1382506927263; Tue, 22 Oct 2013 22:42:07 -0700 (PDT) Received: by 10.64.18.14 with HTTP; Tue, 22 Oct 2013 22:42:07 -0700 (PDT) In-Reply-To: <37066B73-58ED-401F-849E-D1BCF23FE88C@vnode.se> References: <201310230039.r9N0di6j024722@svn.freebsd.org> <37066B73-58ED-401F-849E-D1BCF23FE88C@vnode.se> Date: Wed, 23 Oct 2013 13:42:07 +0800 Message-ID: Subject: Re: svn commit: r256949 - head/sys/arm/rockchip From: Ganbold Tsagaankhuu To: Joel Dahl Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: svn-src-head@freebsd.org, Ganbold Tsagaankhuu , svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.14 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: Wed, 23 Oct 2013 05:42:08 -0000 On Wed, Oct 23, 2013 at 1:21 PM, Joel Dahl wrote: > > 23 okt 2013 kl. 02:39 skrev Ganbold Tsagaankhuu : > > > Author: ganbold (doc committer) > > Date: Wed Oct 23 00:39:43 2013 > > New Revision: 256949 > > URL: http://svnweb.freebsd.org/changeset/base/256949 > > > > Log: > > Import basic support for Rockchip RK3188 SoC. > > > > Added: head/sys/arm/rockchip/bus_space.c > > > ============================================================================== > > --- /dev/null 00:00:00 1970 (empty, because file is newly added) > > +++ head/sys/arm/rockchip/bus_space.c Wed Oct 23 00:39:43 2013 > (r256949) > > @@ -0,0 +1,113 @@ > > +/*- > > + * Copyright (C) 2012 FreeBSD Foundation > > + * 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. Neither the name of MARVELL nor the names of contributors > > + * may be used to endorse or promote products derived from this > software > > + * without specific prior written permission. > > Hmm? If this is copyrighted the FreeBSD Foundation, why does the copyright > mention MARVELL? > > Copy/Paste mistake? > > I have seen most of the bus_space.c in sys/arm has this type of license. Ganbold > -- > Joel > >