forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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 <[email protected]> Acked-by: Eric Moore <[email protected]> Signed-off-by: James Bottomley <[email protected]>
- Loading branch information
Prakash, Sathya
authored and
James Bottomley
committed
Oct 12, 2007
1 parent
eb5329f
commit f36789e
Showing
25 changed files
with
48 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,10 +2,10 @@ | |
* linux/drivers/message/fusion/mptbase.c | ||
* This is the Fusion MPT base driver which supports multiple | ||
* (SCSI + LAN) specialized protocol drivers. | ||
* For use with LSI Logic PCI chip/adapter(s) | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapter(s) | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
* High performance SCSI + LAN / Fibre Channel device drivers. | ||
* For use with PCI chip/adapter(s): | ||
* 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:[email protected]) | ||
* | ||
*/ | ||
|
@@ -68,7 +68,7 @@ | |
/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/ | ||
|
||
#ifndef MODULEAUTHOR | ||
#define MODULEAUTHOR "LSI Logic Corporation" | ||
#define MODULEAUTHOR "LSI Corporation" | ||
#endif | ||
|
||
#ifndef COPYRIGHT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptctl.c | ||
* mpt Ioctl driver. | ||
* For use with LSI Logic PCI chip/adapters | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapters | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
@@ -66,8 +66,8 @@ | |
#include <scsi/scsi_host.h> | ||
#include <scsi/scsi_tcq.h> | ||
|
||
#define COPYRIGHT "Copyright (c) 1999-2007 LSI Logic Corporation" | ||
#define MODULEAUTHOR "LSI Logic Corporation" | ||
#define COPYRIGHT "Copyright (c) 1999-2007 LSI Corporation" | ||
#define MODULEAUTHOR "LSI Corporation" | ||
#include "mptbase.h" | ||
#include "mptctl.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
* Fusion MPT misc device (ioctl) driver. | ||
* For use with PCI chip/adapter(s): | ||
* 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:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptfc.c | ||
* For use with LSI Logic PCI chip/adapter(s) | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapter(s) | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptlan.c | ||
* IP Over Fibre Channel device driver. | ||
* For use with LSI Logic Fibre Channel PCI chip/adapters | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI Fibre Channel PCI chip/adapters | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 2000-2007 LSI Logic Corporation | ||
* Copyright (c) 2000-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptlan.h | ||
* IP Over Fibre Channel device driver. | ||
* For use with LSI Logic Fibre Channel PCI chip/adapters | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI Fibre Channel PCI chip/adapters | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 2000-2007 LSI Logic Corporation | ||
* Copyright (c) 2000-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
@@ -75,7 +75,7 @@ | |
#include <asm/io.h> | ||
|
||
/* Override mptbase.h by pre-defining these! */ | ||
#define MODULEAUTHOR "LSI Logic Corporation" | ||
#define MODULEAUTHOR "LSI Corporation" | ||
|
||
#include "mptbase.h" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptsas.c | ||
* For use with LSI Logic PCI chip/adapter(s) | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapter(s) | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* Copyright (c) 2005-2007 Dell | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptscsih.c | ||
* For use with LSI Logic PCI chip/adapter(s) | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapter(s) | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,9 +3,9 @@ | |
* High performance SCSI / Fibre Channel SCSI Host device driver. | ||
* For use with PCI chip/adapter(s): | ||
* 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:[email protected]) | ||
* | ||
*/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
/* | ||
* linux/drivers/message/fusion/mptspi.c | ||
* For use with LSI Logic PCI chip/adapter(s) | ||
* running LSI Logic Fusion MPT (Message Passing Technology) firmware. | ||
* For use with LSI PCI chip/adapter(s) | ||
* running LSI Fusion MPT (Message Passing Technology) firmware. | ||
* | ||
* Copyright (c) 1999-2007 LSI Logic Corporation | ||
* Copyright (c) 1999-2007 LSI Corporation | ||
* (mailto:[email protected]) | ||
* | ||
*/ | ||
|