1*10506SBarry.Harding@Sun.COM/* 2*10506SBarry.Harding@Sun.COM * 3*10506SBarry.Harding@Sun.COM * LICENSE: 4*10506SBarry.Harding@Sun.COM * Copyright (C) Marvell International Ltd. and/or its affiliates 5*10506SBarry.Harding@Sun.COM * 6*10506SBarry.Harding@Sun.COM * The computer program files contained in this folder ("Files") 7*10506SBarry.Harding@Sun.COM * are provided to you under the BSD-type license terms provided 8*10506SBarry.Harding@Sun.COM * below, and any use of such Files and any derivative works 9*10506SBarry.Harding@Sun.COM * thereof created by you shall be governed by the following terms 10*10506SBarry.Harding@Sun.COM * and conditions: 11*10506SBarry.Harding@Sun.COM * 12*10506SBarry.Harding@Sun.COM * - Redistributions of source code must retain the above copyright 13*10506SBarry.Harding@Sun.COM * notice, this list of conditions and the following disclaimer. 14*10506SBarry.Harding@Sun.COM * - Redistributions in binary form must reproduce the above 15*10506SBarry.Harding@Sun.COM * copyright notice, this list of conditions and the following 16*10506SBarry.Harding@Sun.COM * disclaimer in the documentation and/or other materials provided 17*10506SBarry.Harding@Sun.COM * with the distribution. 18*10506SBarry.Harding@Sun.COM * - Neither the name of Marvell nor the names of its contributors 19*10506SBarry.Harding@Sun.COM * may be used to endorse or promote products derived from this 20*10506SBarry.Harding@Sun.COM * software without specific prior written permission. 21*10506SBarry.Harding@Sun.COM * 22*10506SBarry.Harding@Sun.COM * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 23*10506SBarry.Harding@Sun.COM * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 24*10506SBarry.Harding@Sun.COM * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 25*10506SBarry.Harding@Sun.COM * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE 26*10506SBarry.Harding@Sun.COM * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 27*10506SBarry.Harding@Sun.COM * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 28*10506SBarry.Harding@Sun.COM * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 29*10506SBarry.Harding@Sun.COM * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 30*10506SBarry.Harding@Sun.COM * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, 31*10506SBarry.Harding@Sun.COM * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 32*10506SBarry.Harding@Sun.COM * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 33*10506SBarry.Harding@Sun.COM * OF THE POSSIBILITY OF SUCH DAMAGE. 34*10506SBarry.Harding@Sun.COM * /LICENSE 35*10506SBarry.Harding@Sun.COM * 36*10506SBarry.Harding@Sun.COM */ 37*10506SBarry.Harding@Sun.COM/* 38*10506SBarry.Harding@Sun.COM * Copyright (c) 1997, 1998, 1999, 2000 39*10506SBarry.Harding@Sun.COM * Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved. 40*10506SBarry.Harding@Sun.COM * 41*10506SBarry.Harding@Sun.COM * Redistribution and use in source and binary forms, with or without 42*10506SBarry.Harding@Sun.COM * modification, are permitted provided that the following conditions 43*10506SBarry.Harding@Sun.COM * are met: 44*10506SBarry.Harding@Sun.COM * 1. Redistributions of source code must retain the above copyright 45*10506SBarry.Harding@Sun.COM * notice, this list of conditions and the following disclaimer. 46*10506SBarry.Harding@Sun.COM * 2. Redistributions in binary form must reproduce the above copyright 47*10506SBarry.Harding@Sun.COM * notice, this list of conditions and the following disclaimer in the 48*10506SBarry.Harding@Sun.COM * documentation and/or other materials provided with the distribution. 49*10506SBarry.Harding@Sun.COM * 3. All advertising materials mentioning features or use of this software 50*10506SBarry.Harding@Sun.COM * must display the following acknowledgement: 51*10506SBarry.Harding@Sun.COM * This product includes software developed by Bill Paul. 52*10506SBarry.Harding@Sun.COM * 4. Neither the name of the author nor the names of any co-contributors 53*10506SBarry.Harding@Sun.COM * may be used to endorse or promote products derived from this software 54*10506SBarry.Harding@Sun.COM * without specific prior written permission. 55*10506SBarry.Harding@Sun.COM * 56*10506SBarry.Harding@Sun.COM * THIS SOFTWARE IS PROVIDED BY Bill Paul AND CONTRIBUTORS ``AS IS'' AND 57*10506SBarry.Harding@Sun.COM * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 58*10506SBarry.Harding@Sun.COM * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 59*10506SBarry.Harding@Sun.COM * ARE DISCLAIMED. IN NO EVENT SHALL Bill Paul OR THE VOICES IN HIS HEAD 60*10506SBarry.Harding@Sun.COM * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 61*10506SBarry.Harding@Sun.COM * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 62*10506SBarry.Harding@Sun.COM * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 63*10506SBarry.Harding@Sun.COM * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 64*10506SBarry.Harding@Sun.COM * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 65*10506SBarry.Harding@Sun.COM * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 66*10506SBarry.Harding@Sun.COM * THE POSSIBILITY OF SUCH DAMAGE. 67*10506SBarry.Harding@Sun.COM */ 68*10506SBarry.Harding@Sun.COM/* 69*10506SBarry.Harding@Sun.COM * Copyright (c) 2003 Nathan L. Binkert <binkertn@umich.edu> 70*10506SBarry.Harding@Sun.COM * 71*10506SBarry.Harding@Sun.COM * Permission to use, copy, modify, and distribute this software for any 72*10506SBarry.Harding@Sun.COM * purpose with or without fee is hereby granted, provided that the above 73*10506SBarry.Harding@Sun.COM * copyright notice and this permission notice appear in all copies. 74*10506SBarry.Harding@Sun.COM * 75*10506SBarry.Harding@Sun.COM * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 76*10506SBarry.Harding@Sun.COM * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 77*10506SBarry.Harding@Sun.COM * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 78*10506SBarry.Harding@Sun.COM * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 79*10506SBarry.Harding@Sun.COM * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 80*10506SBarry.Harding@Sun.COM * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 81*10506SBarry.Harding@Sun.COM * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 82*10506SBarry.Harding@Sun.COM */ 83