Commit f36789e22ac32a6554b8e4d05ab6125fc1161745

Authored by Prakash, Sathya
Committed by James Bottomley
1 parent eb5329f40c

[SCSI] mpt fusion: Change company name from LSI Logic to LSI

Recently LSI Logic Corp was renamed as LSI Corp, so whereever there is
a reference of LSI Logic, it is changed to LSI in mpt fusion driver
code.

signed-off-by: Sathya Prakash <sathya.prakash@lsi.com>
Acked-by: Eric Moore <Eric.Moore@lsi.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

Showing 25 changed files with 48 additions and 48 deletions Side-by-side Diff

drivers/message/fusion/lsi/mpi.h
1 1 /*
2   - * Copyright (c) 2000-2007 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2007 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi.h
drivers/message/fusion/lsi/mpi_cnfg.h
1 1 /*
2   - * Copyright (c) 2000-2007 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2007 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_cnfg.h
drivers/message/fusion/lsi/mpi_fc.h
1 1 /*
2   - * Copyright (c) 2000-2004 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2004 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_fc.h
drivers/message/fusion/lsi/mpi_history.txt
... ... @@ -3,7 +3,7 @@
3 3 MPI Header File Change History
4 4 ==============================
5 5  
6   - Copyright (c) 2000-2007 LSI Logic Corporation.
  6 + Copyright (c) 2000-2007 LSI Corporation.
7 7  
8 8 ---------------------------------------
9 9 Header Set Release Version: 01.05.16
drivers/message/fusion/lsi/mpi_init.h
1 1 /*
2   - * Copyright (c) 2000-2007 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2007 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_init.h
drivers/message/fusion/lsi/mpi_ioc.h
1 1 /*
2   - * Copyright (c) 2000-2007 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2007 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_ioc.h
drivers/message/fusion/lsi/mpi_lan.h
1 1 /*
2   - * Copyright (c) 2000-2004 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2004 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_lan.h
drivers/message/fusion/lsi/mpi_log_fc.h
1 1 /*
2   - * Copyright (c) 2000-2001 LSI Logic Corporation. All rights reserved.
  2 + * Copyright (c) 2000-2001 LSI Corporation. All rights reserved.
3 3 *
4 4 * NAME: fc_log.h
5 5 * SUMMARY: MPI IocLogInfo definitions for the SYMFC9xx chips
drivers/message/fusion/lsi/mpi_log_sas.h
1 1 /***************************************************************************
2 2 * *
3   - * Copyright 2003 LSI Logic Corporation. All rights reserved. *
  3 + * Copyright 2003 LSI Corporation. All rights reserved. *
4 4 * *
5 5 * Description *
6 6 * ------------ *
drivers/message/fusion/lsi/mpi_raid.h
1 1 /*
2   - * Copyright (c) 2001-2007 LSI Logic Corporation.
  2 + * Copyright (c) 2001-2007 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_raid.h
drivers/message/fusion/lsi/mpi_sas.h
1 1 /*
2   - * Copyright (c) 2004-2006 LSI Logic Corporation.
  2 + * Copyright (c) 2004-2006 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_sas.h
drivers/message/fusion/lsi/mpi_targ.h
1 1 /*
2   - * Copyright (c) 2000-2004 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2004 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_targ.h
drivers/message/fusion/lsi/mpi_tool.h
1 1 /*
2   - * Copyright (c) 2001-2005 LSI Logic Corporation.
  2 + * Copyright (c) 2001-2005 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_tool.h
drivers/message/fusion/lsi/mpi_type.h
1 1 /*
2   - * Copyright (c) 2000-2004 LSI Logic Corporation.
  2 + * Copyright (c) 2000-2004 LSI Corporation.
3 3 *
4 4 *
5 5 * Name: mpi_type.h
drivers/message/fusion/mptbase.c
... ... @@ -2,10 +2,10 @@
2 2 * linux/drivers/message/fusion/mptbase.c
3 3 * This is the Fusion MPT base driver which supports multiple
4 4 * (SCSI + LAN) specialized protocol drivers.
5   - * For use with LSI Logic PCI chip/adapter(s)
6   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  5 + * For use with LSI PCI chip/adapter(s)
  6 + * running LSI Fusion MPT (Message Passing Technology) firmware.
7 7 *
8   - * Copyright (c) 1999-2007 LSI Logic Corporation
  8 + * Copyright (c) 1999-2007 LSI Corporation
9 9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 10 *
11 11 */
drivers/message/fusion/mptbase.h
... ... @@ -3,9 +3,9 @@
3 3 * High performance SCSI + LAN / Fibre Channel device drivers.
4 4 * For use with PCI chip/adapter(s):
5 5 * LSIFC9xx/LSI409xx Fibre Channel
6   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  6 + * running LSI Fusion MPT (Message Passing Technology) firmware.
7 7 *
8   - * Copyright (c) 1999-2007 LSI Logic Corporation
  8 + * Copyright (c) 1999-2007 LSI Corporation
9 9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 10 *
11 11 */
... ... @@ -68,7 +68,7 @@
68 68 /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
69 69  
70 70 #ifndef MODULEAUTHOR
71   -#define MODULEAUTHOR "LSI Logic Corporation"
  71 +#define MODULEAUTHOR "LSI Corporation"
72 72 #endif
73 73  
74 74 #ifndef COPYRIGHT
drivers/message/fusion/mptctl.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptctl.c
3 3 * mpt Ioctl driver.
4   - * For use with LSI Logic PCI chip/adapters
5   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  4 + * For use with LSI PCI chip/adapters
  5 + * running LSI Fusion MPT (Message Passing Technology) firmware.
6 6 *
7   - * Copyright (c) 1999-2007 LSI Logic Corporation
  7 + * Copyright (c) 1999-2007 LSI Corporation
8 8 * (mailto:DL-MPTFusionLinux@lsi.com)
9 9 *
10 10 */
... ... @@ -66,8 +66,8 @@
66 66 #include <scsi/scsi_host.h>
67 67 #include <scsi/scsi_tcq.h>
68 68  
69   -#define COPYRIGHT "Copyright (c) 1999-2007 LSI Logic Corporation"
70   -#define MODULEAUTHOR "LSI Logic Corporation"
  69 +#define COPYRIGHT "Copyright (c) 1999-2007 LSI Corporation"
  70 +#define MODULEAUTHOR "LSI Corporation"
71 71 #include "mptbase.h"
72 72 #include "mptctl.h"
73 73  
drivers/message/fusion/mptctl.h
... ... @@ -3,9 +3,9 @@
3 3 * Fusion MPT misc device (ioctl) driver.
4 4 * For use with PCI chip/adapter(s):
5 5 * LSIFC9xx/LSI409xx Fibre Channel
6   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  6 + * running LSI Fusion MPT (Message Passing Technology) firmware.
7 7 *
8   - * Copyright (c) 1999-2007 LSI Logic Corporation
  8 + * Copyright (c) 1999-2007 LSI Corporation
9 9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 10 *
11 11 */
drivers/message/fusion/mptfc.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptfc.c
3   - * For use with LSI Logic PCI chip/adapter(s)
4   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  3 + * For use with LSI PCI chip/adapter(s)
  4 + * running LSI Fusion MPT (Message Passing Technology) firmware.
5 5 *
6   - * Copyright (c) 1999-2007 LSI Logic Corporation
  6 + * Copyright (c) 1999-2007 LSI Corporation
7 7 * (mailto:DL-MPTFusionLinux@lsi.com)
8 8 *
9 9 */
drivers/message/fusion/mptlan.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptlan.c
3 3 * IP Over Fibre Channel device driver.
4   - * For use with LSI Logic Fibre Channel PCI chip/adapters
5   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  4 + * For use with LSI Fibre Channel PCI chip/adapters
  5 + * running LSI Fusion MPT (Message Passing Technology) firmware.
6 6 *
7   - * Copyright (c) 2000-2007 LSI Logic Corporation
  7 + * Copyright (c) 2000-2007 LSI Corporation
8 8 * (mailto:DL-MPTFusionLinux@lsi.com)
9 9 *
10 10 */
drivers/message/fusion/mptlan.h
1 1 /*
2 2 * linux/drivers/message/fusion/mptlan.h
3 3 * IP Over Fibre Channel device driver.
4   - * For use with LSI Logic Fibre Channel PCI chip/adapters
5   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  4 + * For use with LSI Fibre Channel PCI chip/adapters
  5 + * running LSI Fusion MPT (Message Passing Technology) firmware.
6 6 *
7   - * Copyright (c) 2000-2007 LSI Logic Corporation
  7 + * Copyright (c) 2000-2007 LSI Corporation
8 8 * (mailto:DL-MPTFusionLinux@lsi.com)
9 9 *
10 10 */
... ... @@ -75,7 +75,7 @@
75 75 #include <asm/io.h>
76 76  
77 77 /* Override mptbase.h by pre-defining these! */
78   -#define MODULEAUTHOR "LSI Logic Corporation"
  78 +#define MODULEAUTHOR "LSI Corporation"
79 79  
80 80 #include "mptbase.h"
81 81  
drivers/message/fusion/mptsas.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptsas.c
3   - * For use with LSI Logic PCI chip/adapter(s)
4   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  3 + * For use with LSI PCI chip/adapter(s)
  4 + * running LSI Fusion MPT (Message Passing Technology) firmware.
5 5 *
6   - * Copyright (c) 1999-2007 LSI Logic Corporation
  6 + * Copyright (c) 1999-2007 LSI Corporation
7 7 * (mailto:DL-MPTFusionLinux@lsi.com)
8 8 * Copyright (c) 2005-2007 Dell
9 9 */
drivers/message/fusion/mptscsih.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptscsih.c
3   - * For use with LSI Logic PCI chip/adapter(s)
4   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  3 + * For use with LSI PCI chip/adapter(s)
  4 + * running LSI Fusion MPT (Message Passing Technology) firmware.
5 5 *
6   - * Copyright (c) 1999-2007 LSI Logic Corporation
  6 + * Copyright (c) 1999-2007 LSI Corporation
7 7 * (mailto:DL-MPTFusionLinux@lsi.com)
8 8 *
9 9 */
drivers/message/fusion/mptscsih.h
... ... @@ -3,9 +3,9 @@
3 3 * High performance SCSI / Fibre Channel SCSI Host device driver.
4 4 * For use with PCI chip/adapter(s):
5 5 * LSIFC9xx/LSI409xx Fibre Channel
6   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  6 + * running LSI Fusion MPT (Message Passing Technology) firmware.
7 7 *
8   - * Copyright (c) 1999-2007 LSI Logic Corporation
  8 + * Copyright (c) 1999-2007 LSI Corporation
9 9 * (mailto:DL-MPTFusionLinux@lsi.com)
10 10 *
11 11 */
drivers/message/fusion/mptspi.c
1 1 /*
2 2 * linux/drivers/message/fusion/mptspi.c
3   - * For use with LSI Logic PCI chip/adapter(s)
4   - * running LSI Logic Fusion MPT (Message Passing Technology) firmware.
  3 + * For use with LSI PCI chip/adapter(s)
  4 + * running LSI Fusion MPT (Message Passing Technology) firmware.
5 5 *
6   - * Copyright (c) 1999-2007 LSI Logic Corporation
  6 + * Copyright (c) 1999-2007 LSI Corporation
7 7 * (mailto:DL-MPTFusionLinux@lsi.com)
8 8 *
9 9 */