[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>
This commit is contained in:
Prakash, Sathya 2007-08-14 16:22:54 +05:30 committed by James Bottomley
parent eb5329f40c
commit f36789e22a
25 changed files with 48 additions and 48 deletions

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2007 LSI Logic Corporation. * Copyright (c) 2000-2007 LSI Corporation.
* *
* *
* Name: mpi.h * Name: mpi.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2007 LSI Logic Corporation. * Copyright (c) 2000-2007 LSI Corporation.
* *
* *
* Name: mpi_cnfg.h * Name: mpi_cnfg.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2004 LSI Logic Corporation. * Copyright (c) 2000-2004 LSI Corporation.
* *
* *
* Name: mpi_fc.h * Name: mpi_fc.h

View file

@ -3,7 +3,7 @@
MPI Header File Change History MPI Header File Change History
============================== ==============================
Copyright (c) 2000-2007 LSI Logic Corporation. Copyright (c) 2000-2007 LSI Corporation.
--------------------------------------- ---------------------------------------
Header Set Release Version: 01.05.16 Header Set Release Version: 01.05.16

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2007 LSI Logic Corporation. * Copyright (c) 2000-2007 LSI Corporation.
* *
* *
* Name: mpi_init.h * Name: mpi_init.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2007 LSI Logic Corporation. * Copyright (c) 2000-2007 LSI Corporation.
* *
* *
* Name: mpi_ioc.h * Name: mpi_ioc.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2004 LSI Logic Corporation. * Copyright (c) 2000-2004 LSI Corporation.
* *
* *
* Name: mpi_lan.h * Name: mpi_lan.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2001 LSI Logic Corporation. All rights reserved. * Copyright (c) 2000-2001 LSI Corporation. All rights reserved.
* *
* NAME: fc_log.h * NAME: fc_log.h
* SUMMARY: MPI IocLogInfo definitions for the SYMFC9xx chips * SUMMARY: MPI IocLogInfo definitions for the SYMFC9xx chips

View file

@ -1,6 +1,6 @@
/*************************************************************************** /***************************************************************************
* * * *
* Copyright 2003 LSI Logic Corporation. All rights reserved. * * Copyright 2003 LSI Corporation. All rights reserved. *
* * * *
* Description * * Description *
* ------------ * * ------------ *

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2001-2007 LSI Logic Corporation. * Copyright (c) 2001-2007 LSI Corporation.
* *
* *
* Name: mpi_raid.h * Name: mpi_raid.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2004-2006 LSI Logic Corporation. * Copyright (c) 2004-2006 LSI Corporation.
* *
* *
* Name: mpi_sas.h * Name: mpi_sas.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2004 LSI Logic Corporation. * Copyright (c) 2000-2004 LSI Corporation.
* *
* *
* Name: mpi_targ.h * Name: mpi_targ.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2001-2005 LSI Logic Corporation. * Copyright (c) 2001-2005 LSI Corporation.
* *
* *
* Name: mpi_tool.h * Name: mpi_tool.h

View file

@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2000-2004 LSI Logic Corporation. * Copyright (c) 2000-2004 LSI Corporation.
* *
* *
* Name: mpi_type.h * Name: mpi_type.h

View file

@ -2,10 +2,10 @@
* linux/drivers/message/fusion/mptbase.c * linux/drivers/message/fusion/mptbase.c
* This is the Fusion MPT base driver which supports multiple * This is the Fusion MPT base driver which supports multiple
* (SCSI + LAN) specialized protocol drivers. * (SCSI + LAN) specialized protocol drivers.
* For use with LSI Logic PCI chip/adapter(s) * For use with LSI PCI chip/adapter(s)
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -3,9 +3,9 @@
* High performance SCSI + LAN / Fibre Channel device drivers. * High performance SCSI + LAN / Fibre Channel device drivers.
* For use with PCI chip/adapter(s): * For use with PCI chip/adapter(s):
* LSIFC9xx/LSI409xx Fibre Channel * LSIFC9xx/LSI409xx Fibre Channel
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */
@ -68,7 +68,7 @@
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ /*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/
#ifndef MODULEAUTHOR #ifndef MODULEAUTHOR
#define MODULEAUTHOR "LSI Logic Corporation" #define MODULEAUTHOR "LSI Corporation"
#endif #endif
#ifndef COPYRIGHT #ifndef COPYRIGHT

View file

@ -1,10 +1,10 @@
/* /*
* linux/drivers/message/fusion/mptctl.c * linux/drivers/message/fusion/mptctl.c
* mpt Ioctl driver. * mpt Ioctl driver.
* For use with LSI Logic PCI chip/adapters * For use with LSI PCI chip/adapters
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */
@ -66,8 +66,8 @@
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h> #include <scsi/scsi_tcq.h>
#define COPYRIGHT "Copyright (c) 1999-2007 LSI Logic Corporation" #define COPYRIGHT "Copyright (c) 1999-2007 LSI Corporation"
#define MODULEAUTHOR "LSI Logic Corporation" #define MODULEAUTHOR "LSI Corporation"
#include "mptbase.h" #include "mptbase.h"
#include "mptctl.h" #include "mptctl.h"

View file

@ -3,9 +3,9 @@
* Fusion MPT misc device (ioctl) driver. * Fusion MPT misc device (ioctl) driver.
* For use with PCI chip/adapter(s): * For use with PCI chip/adapter(s):
* LSIFC9xx/LSI409xx Fibre Channel * LSIFC9xx/LSI409xx Fibre Channel
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -1,9 +1,9 @@
/* /*
* linux/drivers/message/fusion/mptfc.c * linux/drivers/message/fusion/mptfc.c
* For use with LSI Logic PCI chip/adapter(s) * For use with LSI PCI chip/adapter(s)
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -1,10 +1,10 @@
/* /*
* linux/drivers/message/fusion/mptlan.c * linux/drivers/message/fusion/mptlan.c
* IP Over Fibre Channel device driver. * IP Over Fibre Channel device driver.
* For use with LSI Logic Fibre Channel PCI chip/adapters * For use with LSI Fibre Channel PCI chip/adapters
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 2000-2007 LSI Logic Corporation * Copyright (c) 2000-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -1,10 +1,10 @@
/* /*
* linux/drivers/message/fusion/mptlan.h * linux/drivers/message/fusion/mptlan.h
* IP Over Fibre Channel device driver. * IP Over Fibre Channel device driver.
* For use with LSI Logic Fibre Channel PCI chip/adapters * For use with LSI Fibre Channel PCI chip/adapters
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 2000-2007 LSI Logic Corporation * Copyright (c) 2000-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */
@ -75,7 +75,7 @@
#include <asm/io.h> #include <asm/io.h>
/* Override mptbase.h by pre-defining these! */ /* Override mptbase.h by pre-defining these! */
#define MODULEAUTHOR "LSI Logic Corporation" #define MODULEAUTHOR "LSI Corporation"
#include "mptbase.h" #include "mptbase.h"

View file

@ -1,9 +1,9 @@
/* /*
* linux/drivers/message/fusion/mptsas.c * linux/drivers/message/fusion/mptsas.c
* For use with LSI Logic PCI chip/adapter(s) * For use with LSI PCI chip/adapter(s)
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* Copyright (c) 2005-2007 Dell * Copyright (c) 2005-2007 Dell
*/ */

View file

@ -1,9 +1,9 @@
/* /*
* linux/drivers/message/fusion/mptscsih.c * linux/drivers/message/fusion/mptscsih.c
* For use with LSI Logic PCI chip/adapter(s) * For use with LSI PCI chip/adapter(s)
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -3,9 +3,9 @@
* High performance SCSI / Fibre Channel SCSI Host device driver. * High performance SCSI / Fibre Channel SCSI Host device driver.
* For use with PCI chip/adapter(s): * For use with PCI chip/adapter(s):
* LSIFC9xx/LSI409xx Fibre Channel * LSIFC9xx/LSI409xx Fibre Channel
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */

View file

@ -1,9 +1,9 @@
/* /*
* linux/drivers/message/fusion/mptspi.c * linux/drivers/message/fusion/mptspi.c
* For use with LSI Logic PCI chip/adapter(s) * For use with LSI PCI chip/adapter(s)
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. * running LSI Fusion MPT (Message Passing Technology) firmware.
* *
* Copyright (c) 1999-2007 LSI Logic Corporation * Copyright (c) 1999-2007 LSI Corporation
* (mailto:DL-MPTFusionLinux@lsi.com) * (mailto:DL-MPTFusionLinux@lsi.com)
* *
*/ */