diff options
author | James.Smart@Emulex.Com <James.Smart@Emulex.Com> | 2005-06-25 10:34:36 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-02 20:06:16 -0400 |
commit | 5542134f61157d0bbd4e392919cae811a88a3e81 (patch) | |
tree | addf48e45dc8444702b4e3380a7139f8b68902cf | |
parent | 2501322eee84763a07fd4a3eed81b63c1837e204 (diff) |
[SCSI] lpfc: Remove $Id$ keyword strings.
Signed-off-by: James Smart <James.Smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
-rw-r--r-- | drivers/scsi/lpfc/Makefile | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_attr.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_compat.h | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_crtn.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_ct.c | 2 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_disc.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_els.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hbadisc.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_init.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_logmsg.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_mbox.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_mem.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_nportdisc.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_scsi.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.c | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 4 | ||||
-rw-r--r-- | drivers/scsi/lpfc/lpfc_version.h | 4 |
20 files changed, 0 insertions, 74 deletions
diff --git a/drivers/scsi/lpfc/Makefile b/drivers/scsi/lpfc/Makefile index 2b3098591c41..9e5416641c51 100644 --- a/drivers/scsi/lpfc/Makefile +++ b/drivers/scsi/lpfc/Makefile | |||
@@ -19,8 +19,6 @@ | |||
19 | # *******************************************************************/ | 19 | # *******************************************************************/ |
20 | ###################################################################### | 20 | ###################################################################### |
21 | 21 | ||
22 | #$Id: Makefile 1.58 2005/01/23 19:00:32EST sf_support Exp $ | ||
23 | |||
24 | ifneq ($(GCOV),) | 22 | ifneq ($(GCOV),) |
25 | EXTRA_CFLAGS += -fprofile-arcs -ftest-coverage | 23 | EXTRA_CFLAGS += -fprofile-arcs -ftest-coverage |
26 | EXTRA_CFLAGS += -O0 | 24 | EXTRA_CFLAGS += -O0 |
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index d78247c63d04..56fac89f6e4e 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc.h 1.167 2005/04/07 08:47:05EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | struct lpfc_sli2_slim; | 21 | struct lpfc_sli2_slim; |
26 | 22 | ||
27 | #define LPFC_MAX_TARGET 256 /* max targets supported */ | 23 | #define LPFC_MAX_TARGET 256 /* max targets supported */ |
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index 1276bd77b995..23a3338e9953 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_attr.c 1.24 2005/04/13 11:58:55EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/ctype.h> | 21 | #include <linux/ctype.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_compat.h b/drivers/scsi/lpfc/lpfc_compat.h index 646649fe962a..94c51d760d92 100644 --- a/drivers/scsi/lpfc/lpfc_compat.h +++ b/drivers/scsi/lpfc/lpfc_compat.h | |||
@@ -19,8 +19,6 @@ | |||
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | 21 | /* |
22 | * $Id: lpfc_compat.h 1.32 2005/01/25 17:51:45EST sf_support Exp $ | ||
23 | * | ||
24 | * This file provides macros to aid compilation in the Linux 2.4 kernel | 22 | * This file provides macros to aid compilation in the Linux 2.4 kernel |
25 | * over various platform architectures. | 23 | * over various platform architectures. |
26 | */ | 24 | */ |
diff --git a/drivers/scsi/lpfc/lpfc_crtn.h b/drivers/scsi/lpfc/lpfc_crtn.h index ba6728831eab..1c23322a95c0 100644 --- a/drivers/scsi/lpfc/lpfc_crtn.h +++ b/drivers/scsi/lpfc/lpfc_crtn.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_crtn.h 1.166 2005/04/07 08:46:47EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | void lpfc_dump_mem(struct lpfc_hba *, LPFC_MBOXQ_t *, uint16_t); | 21 | void lpfc_dump_mem(struct lpfc_hba *, LPFC_MBOXQ_t *, uint16_t); |
26 | void lpfc_read_nv(struct lpfc_hba *, LPFC_MBOXQ_t *); | 22 | void lpfc_read_nv(struct lpfc_hba *, LPFC_MBOXQ_t *); |
27 | int lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb, | 23 | int lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb, |
diff --git a/drivers/scsi/lpfc/lpfc_ct.c b/drivers/scsi/lpfc/lpfc_ct.c index c40cb239c16d..879436f55b28 100644 --- a/drivers/scsi/lpfc/lpfc_ct.c +++ b/drivers/scsi/lpfc/lpfc_ct.c | |||
@@ -19,8 +19,6 @@ | |||
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | 21 | /* |
22 | * $Id: lpfc_ct.c 1.161 2005/04/13 11:59:01EDT sf_support Exp $ | ||
23 | * | ||
24 | * Fibre Channel SCSI LAN Device Driver CT support | 22 | * Fibre Channel SCSI LAN Device Driver CT support |
25 | */ | 23 | */ |
26 | 24 | ||
diff --git a/drivers/scsi/lpfc/lpfc_disc.h b/drivers/scsi/lpfc/lpfc_disc.h index adccc99510d5..63f4972c10a7 100644 --- a/drivers/scsi/lpfc/lpfc_disc.h +++ b/drivers/scsi/lpfc/lpfc_disc.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_disc.h 1.61 2005/04/07 08:46:52EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #define FC_MAX_HOLD_RSCN 32 /* max number of deferred RSCNs */ | 21 | #define FC_MAX_HOLD_RSCN 32 /* max number of deferred RSCNs */ |
26 | #define FC_MAX_NS_RSP 65536 /* max size NameServer rsp */ | 22 | #define FC_MAX_NS_RSP 65536 /* max size NameServer rsp */ |
27 | #define FC_MAXLOOP 126 /* max devices supported on a fc loop */ | 23 | #define FC_MAXLOOP 126 /* max devices supported on a fc loop */ |
diff --git a/drivers/scsi/lpfc/lpfc_els.c b/drivers/scsi/lpfc/lpfc_els.c index 2e35bf4eeb0b..d9d026aed258 100644 --- a/drivers/scsi/lpfc/lpfc_els.c +++ b/drivers/scsi/lpfc/lpfc_els.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_els.c 1.186 2005/04/13 14:26:55EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 4a84803ee839..e6086f1403f3 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_hbadisc.c 1.266 2005/04/13 11:59:06EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/kthread.h> | 23 | #include <linux/kthread.h> |
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index 3f05b6890214..8f5f55ff15d4 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_hw.h 1.37 2005/03/29 19:51:45EST sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #define FDMI_DID 0xfffffaU | 21 | #define FDMI_DID 0xfffffaU |
26 | #define NameServer_DID 0xfffffcU | 22 | #define NameServer_DID 0xfffffcU |
27 | #define SCR_DID 0xfffffdU | 23 | #define SCR_DID 0xfffffdU |
diff --git a/drivers/scsi/lpfc/lpfc_init.c b/drivers/scsi/lpfc/lpfc_init.c index 335bce6f12cf..f51a743aef5e 100644 --- a/drivers/scsi/lpfc/lpfc_init.c +++ b/drivers/scsi/lpfc/lpfc_init.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_init.c 1.233 2005/04/13 11:59:09EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/delay.h> | 22 | #include <linux/delay.h> |
27 | #include <linux/dma-mapping.h> | 23 | #include <linux/dma-mapping.h> |
diff --git a/drivers/scsi/lpfc/lpfc_logmsg.h b/drivers/scsi/lpfc/lpfc_logmsg.h index a85268880fae..fbee2de0b630 100644 --- a/drivers/scsi/lpfc/lpfc_logmsg.h +++ b/drivers/scsi/lpfc/lpfc_logmsg.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_logmsg.h 1.32 2005/01/25 17:52:01EST sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #define LOG_ELS 0x1 /* ELS events */ | 21 | #define LOG_ELS 0x1 /* ELS events */ |
26 | #define LOG_DISCOVERY 0x2 /* Link discovery events */ | 22 | #define LOG_DISCOVERY 0x2 /* Link discovery events */ |
27 | #define LOG_MBOX 0x4 /* Mailbox events */ | 23 | #define LOG_MBOX 0x4 /* Mailbox events */ |
diff --git a/drivers/scsi/lpfc/lpfc_mbox.c b/drivers/scsi/lpfc/lpfc_mbox.c index 73213030c746..b25fcd24441a 100644 --- a/drivers/scsi/lpfc/lpfc_mbox.c +++ b/drivers/scsi/lpfc/lpfc_mbox.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_mbox.c 1.85 2005/04/13 11:59:11EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_mem.c b/drivers/scsi/lpfc/lpfc_mem.c index 4397e1160712..0e306076594f 100644 --- a/drivers/scsi/lpfc/lpfc_mem.c +++ b/drivers/scsi/lpfc/lpfc_mem.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_mem.c 1.79 2005/04/13 14:25:50EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/mempool.h> | 21 | #include <linux/mempool.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_nportdisc.c b/drivers/scsi/lpfc/lpfc_nportdisc.c index 421356eabc22..e190a321aadb 100644 --- a/drivers/scsi/lpfc/lpfc_nportdisc.c +++ b/drivers/scsi/lpfc/lpfc_nportdisc.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_nportdisc.c 1.179 2005/04/13 11:59:13EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_scsi.c b/drivers/scsi/lpfc/lpfc_scsi.c index c1692e69e755..783121d99b08 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.c +++ b/drivers/scsi/lpfc/lpfc_scsi.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_scsi.c 1.37 2005/04/13 14:27:09EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/pci.h> | 21 | #include <linux/pci.h> |
26 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
27 | 23 | ||
diff --git a/drivers/scsi/lpfc/lpfc_scsi.h b/drivers/scsi/lpfc/lpfc_scsi.h index 4aafba47628d..519b5c85b2c2 100644 --- a/drivers/scsi/lpfc/lpfc_scsi.h +++ b/drivers/scsi/lpfc/lpfc_scsi.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_scsi.h 1.83 2005/04/07 08:47:43EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | struct lpfc_hba; | 21 | struct lpfc_hba; |
26 | 22 | ||
27 | #define list_remove_head(list, entry, type, member) \ | 23 | #define list_remove_head(list, entry, type, member) \ |
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 048447ac4ca0..f65cbb537a08 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_sli.c 1.232 2005/04/13 11:59:16EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #include <linux/blkdev.h> | 21 | #include <linux/blkdev.h> |
26 | #include <linux/pci.h> | 22 | #include <linux/pci.h> |
27 | #include <linux/interrupt.h> | 23 | #include <linux/interrupt.h> |
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index abd9a8c84e9e..6fb9ce7107fa 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_sli.h 1.42 2005/03/21 02:01:28EST sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | /* forward declaration for LPFC_IOCB_t's use */ | 21 | /* forward declaration for LPFC_IOCB_t's use */ |
26 | struct lpfc_hba; | 22 | struct lpfc_hba; |
27 | 23 | ||
diff --git a/drivers/scsi/lpfc/lpfc_version.h b/drivers/scsi/lpfc/lpfc_version.h index dfacd8d82097..5aaaacd59604 100644 --- a/drivers/scsi/lpfc/lpfc_version.h +++ b/drivers/scsi/lpfc/lpfc_version.h | |||
@@ -18,10 +18,6 @@ | |||
18 | * can be found in the file COPYING included with this package. * | 18 | * can be found in the file COPYING included with this package. * |
19 | *******************************************************************/ | 19 | *******************************************************************/ |
20 | 20 | ||
21 | /* | ||
22 | * $Id: lpfc_version.h 1.49 2005/04/13 15:07:19EDT sf_support Exp $ | ||
23 | */ | ||
24 | |||
25 | #define LPFC_DRIVER_VERSION "8.0.28" | 21 | #define LPFC_DRIVER_VERSION "8.0.28" |
26 | 22 | ||
27 | #define LPFC_DRIVER_NAME "lpfc" | 23 | #define LPFC_DRIVER_NAME "lpfc" |