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