From owner-freebsd-arm@FreeBSD.ORG Tue Jan 15 14:09:25 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B1766C0F for ; Tue, 15 Jan 2013 14:09:25 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com [209.85.160.47]) by mx1.freebsd.org (Postfix) with ESMTP id 8E6B9A41 for ; Tue, 15 Jan 2013 14:09:25 +0000 (UTC) Received: by mail-pb0-f47.google.com with SMTP id wz17so62437pbc.20 for ; Tue, 15 Jan 2013 06:09:25 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=wMwP200M7pBRmBs+VobeqDp4Fb9+yrPfrDd5S57uiMA=; b=likDdtQbubOKXDX4LF/XD7+ua9VgQVAo2edJof1OSdvuRzWM7v5DZjzq5ZDkYUbLTq EcHFMlS3ESQ1Fjfla/0mC9vlwrtlwDsoJlx1Xiv4Fh/aPlCjUQr/u4YBwXCnWg7UGzKt RBl0jLfuAat2cFRzwqugCiUzcSyoqV3g/zclCUkjxh5Uk6oOyr8DU9VpuaHBG5XWUTe6 GECZFvi5m4LKKH+H4KBEhU+G8oA6uGeGDvX9ppkcct8avgfERtFoRPhXazuzEXFvUUPx IAOahga16n9dSU18whN4IDvDCnudzLnRxOIX6Z9LRt59rLvbRcTizR8n06TZiAvPNNcs oeTQ== X-Received: by 10.66.79.66 with SMTP id h2mr242378950pax.31.1358258965050; Tue, 15 Jan 2013 06:09:25 -0800 (PST) Received: from [10.0.0.53] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id i6sm3343402paw.19.2013.01.15.06.09.22 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 15 Jan 2013 06:09:23 -0800 (PST) Sender: Warner Losh Subject: Re: Why there is MARVELL name on the license Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Tue, 15 Jan 2013 07:09:19 -0700 Content-Transfer-Encoding: 7bit Message-Id: <71C3C750-48BC-48C2-B292-1772CFA19E7D@bsdimp.com> References: To: Alie Tan X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnbOmMlcdcNHIuhhetHcGpn9hPxtalViqfCKfflj9qt6OiDUwc2moMCA/O759HSS22nBlOv Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 15 Jan 2013 14:09:25 -0000 On Jan 15, 2013, at 4:57 AM, Alie Tan wrote: > I am not familiar with this licensing but I was wondering why there is > MARVELL on the license for bus_space.c for allwinner, broadcom, etc but NOT > for tegra? and why MARVELL not specific manufacturer? > > http://svn.freebsd.org/base/head/sys/arm/allwinner/bus_space.c > http://svn.freebsd.org/base/head/sys/arm/tegra/bus_space.c All has to do with where the code was cut and paste from originally... Warner