xref: /onnv-gate/usr/src/uts/common/io/mr_sas/THIRDPARTYLICENSE (revision 9440:eea09f1f5a59)
1*9440SSusan.Scheufele@Sun.COM/*
2*9440SSusan.Scheufele@Sun.COM * MegaRAID device driver for SAS2.0 controllers
3*9440SSusan.Scheufele@Sun.COM * Copyright (c) 2009, LSI Logic Corporation.
4*9440SSusan.Scheufele@Sun.COM * All rights reserved.
5*9440SSusan.Scheufele@Sun.COM *
6*9440SSusan.Scheufele@Sun.COM * Redistribution and use in source and binary forms, with or without
7*9440SSusan.Scheufele@Sun.COM * modification, are permitted provided that the following conditions are met:
8*9440SSusan.Scheufele@Sun.COM *
9*9440SSusan.Scheufele@Sun.COM * 1. Redistributions of source code must retain the above copyright notice,
10*9440SSusan.Scheufele@Sun.COM *    this list of conditions and the following disclaimer.
11*9440SSusan.Scheufele@Sun.COM *
12*9440SSusan.Scheufele@Sun.COM * 2. Redistributions in binary form must reproduce the above copyright notice,
13*9440SSusan.Scheufele@Sun.COM *    this list of conditions and the following disclaimer in the documentation
14*9440SSusan.Scheufele@Sun.COM *    and/or other materials provided with the distribution.
15*9440SSusan.Scheufele@Sun.COM *
16*9440SSusan.Scheufele@Sun.COM * 3. Neither the name of the author nor the names of its contributors may be
17*9440SSusan.Scheufele@Sun.COM *    used to endorse or promote products derived from this software without
18*9440SSusan.Scheufele@Sun.COM *    specific prior written permission.
19*9440SSusan.Scheufele@Sun.COM *
20*9440SSusan.Scheufele@Sun.COM * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21*9440SSusan.Scheufele@Sun.COM * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
22*9440SSusan.Scheufele@Sun.COM * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
23*9440SSusan.Scheufele@Sun.COM * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
24*9440SSusan.Scheufele@Sun.COM * COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
25*9440SSusan.Scheufele@Sun.COM * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
26*9440SSusan.Scheufele@Sun.COM * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS
27*9440SSusan.Scheufele@Sun.COM * OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
28*9440SSusan.Scheufele@Sun.COM * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
29*9440SSusan.Scheufele@Sun.COM * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
30*9440SSusan.Scheufele@Sun.COM * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
31*9440SSusan.Scheufele@Sun.COM * DAMAGE.
32*9440SSusan.Scheufele@Sun.COM */
33