Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 226856
b: refs/heads/master
c: 3f1530c
h: refs/heads/master
v: v3
  • Loading branch information
adam radford authored and James Bottomley committed Dec 21, 2010
1 parent 7310c36 commit 70bda50
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 24 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0d49016bbab4fe9164710b1d4bbae116b89b7f7e
refs/heads/master: 3f1530c1e1f7fc570672f4a54565949070fad05f
29 changes: 22 additions & 7 deletions trunk/drivers/scsi/megaraid/megaraid_sas.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,30 @@
/*
* Linux MegaRAID driver for SAS based RAID controllers
*
* Linux MegaRAID driver for SAS based RAID controllers
* Copyright (c) 2009-2011 LSI Corporation.
*
* Copyright (c) 2003-2005 LSI Corporation.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* FILE : megaraid_sas.h
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* FILE: megaraid_sas.h
*
* Authors: LSI Corporation
*
* Send feedback to: <megaraidlinux@lsi.com>
*
* Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
* ATTN: Linuxraid
*/

#ifndef LSI_MEGARAID_SAS_H
Expand Down
39 changes: 23 additions & 16 deletions trunk/drivers/scsi/megaraid/megaraid_sas_base.c
Original file line number Diff line number Diff line change
@@ -1,27 +1,34 @@
/*
* Linux MegaRAID driver for SAS based RAID controllers
*
* Linux MegaRAID driver for SAS based RAID controllers
* Copyright (c) 2009-2011 LSI Corporation.
*
* Copyright (c) 2003-2005 LSI Corporation.
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* FILE : megaraid_sas.c
* Version : v00.00.04.31-rc1
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
* Authors:
* (email-id : megaraidlinux@lsi.com)
* Sreenivas Bagalkote
* Sumant Patro
* Bo Yang
* FILE: megaraid_sas_base.c
* Version : v00.00.05.29-rc1
*
* List of supported controllers
* Authors: LSI Corporation
* Sreenivas Bagalkote
* Sumant Patro
* Bo Yang
*
* OEM Product Name VID DID SSVID SSID
* --- ------------ --- --- ---- ----
* Send feedback to: <megaraidlinux@lsi.com>
*
* Mail to: LSI Corporation, 1621 Barber Lane, Milpitas, CA 95035
* ATTN: Linuxraid
*/

#include <linux/kernel.h>
Expand Down

0 comments on commit 70bda50

Please sign in to comment.