All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20141112051150.045932545@telegraphics.com.au>

diff --git a/a/1.txt b/N1/1.txt
index 530d49a..7f27522 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,355 +1,3 @@
-The *_RELEASE macros don't tell me anything. In some cases the version in
-the macro contradicts the version in the comments. Anyway, the Linux kernel
-version is sufficient information. Remove these macros to improve readability.
-
-Signed-off-by: Finn Thain <fthain@telegraphics.com.au>
-Reviewed-by: Hannes Reinecke <hare@suse.de>
-Tested-by: Michael Schmitz <schmitzmic@gmail.com>
-
----
- drivers/scsi/NCR5380.c       |   18 ------------------
- drivers/scsi/NCR5380.h       |    5 -----
- drivers/scsi/arm/cumana_1.c  |    2 --
- drivers/scsi/arm/oak.c       |    2 --
- drivers/scsi/atari_NCR5380.c |    4 ----
- drivers/scsi/dtc.c           |    5 -----
- drivers/scsi/dtc.h           |    2 --
- drivers/scsi/g_NCR5380.c     |    2 --
- drivers/scsi/g_NCR5380.h     |    5 -----
- drivers/scsi/mac_scsi.c      |    2 --
- drivers/scsi/mac_scsi.h      |    4 ----
- drivers/scsi/pas16.h         |    2 --
- drivers/scsi/sun3_NCR5380.c  |    4 ----
- drivers/scsi/sun3_scsi.c     |    2 --
- drivers/scsi/sun3_scsi.h     |    4 ----
- drivers/scsi/t128.c          |    2 --
- drivers/scsi/t128.h          |    4 ----
- 17 files changed, 69 deletions(-)
-
-Index: linux/drivers/scsi/NCR5380.c
-===================================================================
---- linux.orig/drivers/scsi/NCR5380.c	2014-11-12 16:11:10.000000000 +1100
-+++ linux/drivers/scsi/NCR5380.c	2014-11-12 16:11:13.000000000 +1100
-@@ -11,8 +11,6 @@
-  *      drew@colorado.edu
-  *      +1 (303) 666-5836
-  *
-- * DISTRIBUTION RELEASE 6. 
-- *
-  * For more information, please consult 
-  *
-  * NCR 5380 Family
-@@ -735,22 +733,6 @@ static int __maybe_unused NCR5380_show_i
- 
- 	hostdata = (struct NCR5380_hostdata *) instance->hostdata;
- 
--	SPRINTF("NCR5380 core release=%d.   ", NCR5380_PUBLIC_RELEASE);
--	if (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400)
--		SPRINTF("ncr53c400 release=%d.  ", NCR53C400_PUBLIC_RELEASE);
--#ifdef DTC_PUBLIC_RELEASE
--	SPRINTF("DTC 3180/3280 release %d", DTC_PUBLIC_RELEASE);
--#endif
--#ifdef T128_PUBLIC_RELEASE
--	SPRINTF("T128 release %d", T128_PUBLIC_RELEASE);
--#endif
--#ifdef GENERIC_NCR5380_PUBLIC_RELEASE
--	SPRINTF("Generic5380 release %d", GENERIC_NCR5380_PUBLIC_RELEASE);
--#endif
--#ifdef PAS16_PUBLIC_RELEASE
--	SPRINTF("PAS16 release=%d", PAS16_PUBLIC_RELEASE);
--#endif
--
- #ifdef PSEUDO_DMA
- 	SPRINTF("Highwater I/O busy spin counts: write %d, read %d\n",
- 	        hostdata->spin_max_w, hostdata->spin_max_r);
-Index: linux/drivers/scsi/atari_NCR5380.c
-===================================================================
---- linux.orig/drivers/scsi/atari_NCR5380.c	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/atari_NCR5380.c	2014-11-12 16:11:13.000000000 +1100
-@@ -11,8 +11,6 @@
-  *	drew@colorado.edu
-  *	+1 (303) 666-5836
-  *
-- * DISTRIBUTION RELEASE 6.
-- *
-  * For more information, please consult
-  *
-  * NCR 5380 Family
-@@ -741,7 +739,6 @@ static void NCR5380_print_status(struct
- 
- 	hostdata = (struct NCR5380_hostdata *)instance->hostdata;
- 
--	printk("\nNCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE);
- 	local_irq_save(flags);
- 	printk("NCR5380: coroutine is%s running.\n",
- 		main_running ? "" : "n't");
-@@ -785,7 +782,6 @@ static int __maybe_unused NCR5380_show_i
- 
- 	hostdata = (struct NCR5380_hostdata *)instance->hostdata;
- 
--	seq_printf(m, "NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE);
- 	local_irq_save(flags);
- 	seq_printf(m, "NCR5380: coroutine is%s running.\n",
- 		main_running ? "" : "n't");
-Index: linux/drivers/scsi/sun3_NCR5380.c
-===================================================================
---- linux.orig/drivers/scsi/sun3_NCR5380.c	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/sun3_NCR5380.c	2014-11-12 16:11:13.000000000 +1100
-@@ -13,8 +13,6 @@
-  * 	drew@colorado.edu
-  *	+1 (303) 666-5836
-  *
-- * DISTRIBUTION RELEASE 6. 
-- *
-  * For more information, please consult 
-  *
-  * NCR 5380 Family
-@@ -687,7 +685,6 @@ static void NCR5380_print_status(struct
- 
- 	hostdata = (struct NCR5380_hostdata *)instance->hostdata;
- 
--	printk("\nNCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE);
- 	local_irq_save(flags);
- 	printk("NCR5380: coroutine is%s running.\n",
- 		main_running ? "" : "n't");
-@@ -731,7 +728,6 @@ static int __maybe_unused NCR5380_show_i
- 
- 	hostdata = (struct NCR5380_hostdata *)instance->hostdata;
- 
--	seq_printf(m, "NCR5380 core release=%d.\n", NCR5380_PUBLIC_RELEASE);
- 	local_irq_save(flags);
- 	seq_printf(m, "NCR5380: coroutine is%s running.\n",
- 		main_running ? "" : "n't");
-Index: linux/drivers/scsi/NCR5380.h
-===================================================================
---- linux.orig/drivers/scsi/NCR5380.h	2014-11-12 16:11:10.000000000 +1100
-+++ linux/drivers/scsi/NCR5380.h	2014-11-12 16:11:13.000000000 +1100
-@@ -7,8 +7,6 @@
-  * 	drew@colorado.edu
-  *      +1 (303) 666-5836
-  *
-- * DISTRIBUTION RELEASE 7
-- *
-  * For more information, please consult 
-  *
-  * NCR 5380 Family
-@@ -27,9 +25,6 @@
- #include <linux/interrupt.h>
- #include <scsi/scsi_eh.h>
- 
--#define NCR5380_PUBLIC_RELEASE 7
--#define NCR53C400_PUBLIC_RELEASE 2
--
- #define NDEBUG_ARBITRATION	0x1
- #define NDEBUG_AUTOSENSE	0x2
- #define NDEBUG_DMA		0x4
-Index: linux/drivers/scsi/arm/cumana_1.c
-===================================================================
---- linux.orig/drivers/scsi/arm/cumana_1.c	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/arm/cumana_1.c	2014-11-12 16:11:13.000000000 +1100
-@@ -20,8 +20,6 @@
- 
- #define PSEUDO_DMA
- 
--#define CUMANASCSI_PUBLIC_RELEASE 1
--
- #define priv(host)			((struct NCR5380_hostdata *)(host)->hostdata)
- #define NCR5380_local_declare()		struct Scsi_Host *_instance
- #define NCR5380_setup(instance)		_instance = instance
-Index: linux/drivers/scsi/arm/oak.c
-===================================================================
---- linux.orig/drivers/scsi/arm/oak.c	2014-11-12 16:11:10.000000000 +1100
-+++ linux/drivers/scsi/arm/oak.c	2014-11-12 16:11:13.000000000 +1100
-@@ -18,8 +18,6 @@
- #include <scsi/scsi_host.h>
- 
- /*#define PSEUDO_DMA*/
--
--#define OAKSCSI_PUBLIC_RELEASE 1
- #define DONT_USE_INTR
- 
- #define priv(host)			((struct NCR5380_hostdata *)(host)->hostdata)
-Index: linux/drivers/scsi/dtc.c
-===================================================================
---- linux.orig/drivers/scsi/dtc.c	2014-11-12 16:11:10.000000000 +1100
-+++ linux/drivers/scsi/dtc.c	2014-11-12 16:11:13.000000000 +1100
-@@ -17,8 +17,6 @@
-  *	(Unix and Linux consulting and custom programming)
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-- *
-- * DISTRIBUTION RELEASE 1.
-  */
- 
- /*
-@@ -66,9 +64,6 @@
- #define AUTOPROBE_IRQ
- #include "NCR5380.h"
- 
--
--#define DTC_PUBLIC_RELEASE 2
--
- /*
-  * The DTC3180 & 3280 boards are memory mapped.
-  * 
-Index: linux/drivers/scsi/g_NCR5380.h
-===================================================================
---- linux.orig/drivers/scsi/g_NCR5380.h	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/g_NCR5380.h	2014-11-12 16:11:13.000000000 +1100
-@@ -9,16 +9,11 @@
-  *
-  * NCR53C400 extensions (c) 1994,1995,1996, Kevin Lentin
-  *    K.Lentin@cs.monash.edu.au
-- *
-- * ALPHA RELEASE 1. 
-  */
- 
- #ifndef GENERIC_NCR5380_H
- #define GENERIC_NCR5380_H
- 
--
--#define GENERIC_NCR5380_PUBLIC_RELEASE 1
--
- #ifdef NCR53C400
- #define BIOSPARAM
- #define NCR5380_BIOSPARAM generic_NCR5380_biosparam
-Index: linux/drivers/scsi/mac_scsi.h
-===================================================================
---- linux.orig/drivers/scsi/mac_scsi.h	2014-11-12 16:11:11.000000000 +1100
-+++ linux/drivers/scsi/mac_scsi.h	2014-11-12 16:11:13.000000000 +1100
-@@ -6,15 +6,11 @@
-  *	(Unix and Linux consulting and custom programming)
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-- *
-- * ALPHA RELEASE 1.
-  */
- 
- #ifndef MAC_NCR5380_H
- #define MAC_NCR5380_H
- 
--#define MACSCSI_PUBLIC_RELEASE 2
--
- #ifndef ASM
- 
- #include <scsi/scsicam.h>
-Index: linux/drivers/scsi/pas16.h
-===================================================================
---- linux.orig/drivers/scsi/pas16.h	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/pas16.h	2014-11-12 16:11:13.000000000 +1100
-@@ -24,8 +24,6 @@
- #ifndef PAS16_H
- #define PAS16_H
- 
--#define PAS16_PUBLIC_RELEASE 3
--
- #define PDEBUG_INIT	0x1
- #define PDEBUG_TRANSFER 0x2
- 
-Index: linux/drivers/scsi/sun3_scsi.h
-===================================================================
---- linux.orig/drivers/scsi/sun3_scsi.h	2014-11-12 16:11:11.000000000 +1100
-+++ linux/drivers/scsi/sun3_scsi.h	2014-11-12 16:11:13.000000000 +1100
-@@ -13,15 +13,11 @@
-  *	(Unix and Linux consulting and custom programming)
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-- *
-- * ALPHA RELEASE 1.
-  */
- 
- #ifndef SUN3_SCSI_H
- #define SUN3_SCSI_H
- 
--#define SUN3SCSI_PUBLIC_RELEASE 1
--
- /*
-  * Int: level 2 autovector
-  * IO: type 1, base 0x00140000, 5 bits phys space: A<4..0>
-Index: linux/drivers/scsi/t128.h
-===================================================================
---- linux.orig/drivers/scsi/t128.h	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/t128.h	2014-11-12 16:11:13.000000000 +1100
-@@ -8,8 +8,6 @@
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-  *
-- * DISTRIBUTION RELEASE 3.
-- *
-  * For more information, please consult
-  *
-  * Trantor Systems, Ltd.
-@@ -25,8 +23,6 @@
- #ifndef T128_H
- #define T128_H
- 
--#define T128_PUBLIC_RELEASE 3
--
- #define TDEBUG		0
- #define TDEBUG_INIT	0x1
- #define TDEBUG_TRANSFER 0x2
-Index: linux/drivers/scsi/dtc.h
-===================================================================
---- linux.orig/drivers/scsi/dtc.h	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/dtc.h	2014-11-12 16:11:13.000000000 +1100
-@@ -5,8 +5,6 @@
-  *	(Unix and Linux consulting and custom programming)
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-- *
-- * DISTRIBUTION RELEASE 2. 
-  */
- 
- #ifndef DTC3280_H
-Index: linux/drivers/scsi/g_NCR5380.c
-===================================================================
---- linux.orig/drivers/scsi/g_NCR5380.c	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/g_NCR5380.c	2014-11-12 16:11:13.000000000 +1100
-@@ -18,8 +18,6 @@
-  *
-  * Added ISAPNP support for DTC436 adapters,
-  * Thomas Sailer, sailer@ife.ee.ethz.ch
-- *
-- * ALPHA RELEASE 1. 
-  */
- 
- /* 
-Index: linux/drivers/scsi/mac_scsi.c
-===================================================================
---- linux.orig/drivers/scsi/mac_scsi.c	2014-11-12 16:11:11.000000000 +1100
-+++ linux/drivers/scsi/mac_scsi.c	2014-11-12 16:11:13.000000000 +1100
-@@ -9,8 +9,6 @@
-  * Generic Generic NCR5380 driver
-  *
-  * Copyright 1995, Russell King
-- *
-- * ALPHA RELEASE 1.
-  */
- 
- #include <linux/types.h>
-Index: linux/drivers/scsi/sun3_scsi.c
-===================================================================
---- linux.orig/drivers/scsi/sun3_scsi.c	2014-11-12 16:11:11.000000000 +1100
-+++ linux/drivers/scsi/sun3_scsi.c	2014-11-12 16:11:13.000000000 +1100
-@@ -20,8 +20,6 @@
-  * Generic Generic NCR5380 driver
-  *
-  * Copyright 1995, Russell King
-- *
-- * ALPHA RELEASE 1.
-  */
- 
- #include <linux/types.h>
-Index: linux/drivers/scsi/t128.c
-===================================================================
---- linux.orig/drivers/scsi/t128.c	2014-11-12 16:11:06.000000000 +1100
-+++ linux/drivers/scsi/t128.c	2014-11-12 16:11:13.000000000 +1100
-@@ -11,8 +11,6 @@
-  *	drew@colorado.edu
-  *      +1 (303) 440-4894
-  *
-- * DISTRIBUTION RELEASE 3.
-- *
-  * For more information, please consult 
-  *
-  * Trantor Systems, Ltd.
+An embedded and charset-unspecified text was scrubbed...
+Name: ncr5380-remove-RELEASE-macros
+URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141112/3fad49d9/attachment.ksh>
diff --git a/a/content_digest b/N1/content_digest
index 19d0c8c..cb2c382 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,371 +1,12 @@
  "ref\020141112051146.525489687@telegraphics.com.au\0"
- "From\0Finn Thain <fthain@telegraphics.com.au>\0"
+ "From\0fthain@telegraphics.com.au (Finn Thain)\0"
  "Subject\0[PATCH v3 15/37] ncr5380: Remove *_RELEASE macros\0"
  "Date\0Wed, 12 Nov 2014 16:12:01 +1100\0"
- "To\0James E.J. Bottomley <JBottomley@parallels.com>\0"
- "Cc\0Michael Schmitz <schmitzmic@gmail.com>"
-  Sam Creasey <sammy@sammy.net>
-  linux-scsi@vger.kernel.org
-  linux-m68k@vger.kernel.org
-  Russell King <linux@arm.linux.org.uk>
- " linux-arm-kernel@lists.infradead.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
- "fn\0ncr5380-remove-RELEASE-macros\0"
  "b\0"
- "The *_RELEASE macros don't tell me anything. In some cases the version in\n"
- "the macro contradicts the version in the comments. Anyway, the Linux kernel\n"
- "version is sufficient information. Remove these macros to improve readability.\n"
- "\n"
- "Signed-off-by: Finn Thain <fthain@telegraphics.com.au>\n"
- "Reviewed-by: Hannes Reinecke <hare@suse.de>\n"
- "Tested-by: Michael Schmitz <schmitzmic@gmail.com>\n"
- "\n"
- "---\n"
- " drivers/scsi/NCR5380.c       |   18 ------------------\n"
- " drivers/scsi/NCR5380.h       |    5 -----\n"
- " drivers/scsi/arm/cumana_1.c  |    2 --\n"
- " drivers/scsi/arm/oak.c       |    2 --\n"
- " drivers/scsi/atari_NCR5380.c |    4 ----\n"
- " drivers/scsi/dtc.c           |    5 -----\n"
- " drivers/scsi/dtc.h           |    2 --\n"
- " drivers/scsi/g_NCR5380.c     |    2 --\n"
- " drivers/scsi/g_NCR5380.h     |    5 -----\n"
- " drivers/scsi/mac_scsi.c      |    2 --\n"
- " drivers/scsi/mac_scsi.h      |    4 ----\n"
- " drivers/scsi/pas16.h         |    2 --\n"
- " drivers/scsi/sun3_NCR5380.c  |    4 ----\n"
- " drivers/scsi/sun3_scsi.c     |    2 --\n"
- " drivers/scsi/sun3_scsi.h     |    4 ----\n"
- " drivers/scsi/t128.c          |    2 --\n"
- " drivers/scsi/t128.h          |    4 ----\n"
- " 17 files changed, 69 deletions(-)\n"
- "\n"
- "Index: linux/drivers/scsi/NCR5380.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/NCR5380.c\t2014-11-12 16:11:10.000000000 +1100\n"
- "+++ linux/drivers/scsi/NCR5380.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -11,8 +11,6 @@\n"
- "  *      drew@colorado.edu\n"
- "  *      +1 (303) 666-5836\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 6. \n"
- "- *\n"
- "  * For more information, please consult \n"
- "  *\n"
- "  * NCR 5380 Family\n"
- "@@ -735,22 +733,6 @@ static int __maybe_unused NCR5380_show_i\n"
- " \n"
- " \thostdata = (struct NCR5380_hostdata *) instance->hostdata;\n"
- " \n"
- "-\tSPRINTF(\"NCR5380 core release=%d.   \", NCR5380_PUBLIC_RELEASE);\n"
- "-\tif (((struct NCR5380_hostdata *) instance->hostdata)->flags & FLAG_NCR53C400)\n"
- "-\t\tSPRINTF(\"ncr53c400 release=%d.  \", NCR53C400_PUBLIC_RELEASE);\n"
- "-#ifdef DTC_PUBLIC_RELEASE\n"
- "-\tSPRINTF(\"DTC 3180/3280 release %d\", DTC_PUBLIC_RELEASE);\n"
- "-#endif\n"
- "-#ifdef T128_PUBLIC_RELEASE\n"
- "-\tSPRINTF(\"T128 release %d\", T128_PUBLIC_RELEASE);\n"
- "-#endif\n"
- "-#ifdef GENERIC_NCR5380_PUBLIC_RELEASE\n"
- "-\tSPRINTF(\"Generic5380 release %d\", GENERIC_NCR5380_PUBLIC_RELEASE);\n"
- "-#endif\n"
- "-#ifdef PAS16_PUBLIC_RELEASE\n"
- "-\tSPRINTF(\"PAS16 release=%d\", PAS16_PUBLIC_RELEASE);\n"
- "-#endif\n"
- "-\n"
- " #ifdef PSEUDO_DMA\n"
- " \tSPRINTF(\"Highwater I/O busy spin counts: write %d, read %d\\n\",\n"
- " \t        hostdata->spin_max_w, hostdata->spin_max_r);\n"
- "Index: linux/drivers/scsi/atari_NCR5380.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/atari_NCR5380.c\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/atari_NCR5380.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -11,8 +11,6 @@\n"
- "  *\tdrew@colorado.edu\n"
- "  *\t+1 (303) 666-5836\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 6.\n"
- "- *\n"
- "  * For more information, please consult\n"
- "  *\n"
- "  * NCR 5380 Family\n"
- "@@ -741,7 +739,6 @@ static void NCR5380_print_status(struct\n"
- " \n"
- " \thostdata = (struct NCR5380_hostdata *)instance->hostdata;\n"
- " \n"
- "-\tprintk(\"\\nNCR5380 core release=%d.\\n\", NCR5380_PUBLIC_RELEASE);\n"
- " \tlocal_irq_save(flags);\n"
- " \tprintk(\"NCR5380: coroutine is%s running.\\n\",\n"
- " \t\tmain_running ? \"\" : \"n't\");\n"
- "@@ -785,7 +782,6 @@ static int __maybe_unused NCR5380_show_i\n"
- " \n"
- " \thostdata = (struct NCR5380_hostdata *)instance->hostdata;\n"
- " \n"
- "-\tseq_printf(m, \"NCR5380 core release=%d.\\n\", NCR5380_PUBLIC_RELEASE);\n"
- " \tlocal_irq_save(flags);\n"
- " \tseq_printf(m, \"NCR5380: coroutine is%s running.\\n\",\n"
- " \t\tmain_running ? \"\" : \"n't\");\n"
- "Index: linux/drivers/scsi/sun3_NCR5380.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/sun3_NCR5380.c\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/sun3_NCR5380.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -13,8 +13,6 @@\n"
- "  * \tdrew@colorado.edu\n"
- "  *\t+1 (303) 666-5836\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 6. \n"
- "- *\n"
- "  * For more information, please consult \n"
- "  *\n"
- "  * NCR 5380 Family\n"
- "@@ -687,7 +685,6 @@ static void NCR5380_print_status(struct\n"
- " \n"
- " \thostdata = (struct NCR5380_hostdata *)instance->hostdata;\n"
- " \n"
- "-\tprintk(\"\\nNCR5380 core release=%d.\\n\", NCR5380_PUBLIC_RELEASE);\n"
- " \tlocal_irq_save(flags);\n"
- " \tprintk(\"NCR5380: coroutine is%s running.\\n\",\n"
- " \t\tmain_running ? \"\" : \"n't\");\n"
- "@@ -731,7 +728,6 @@ static int __maybe_unused NCR5380_show_i\n"
- " \n"
- " \thostdata = (struct NCR5380_hostdata *)instance->hostdata;\n"
- " \n"
- "-\tseq_printf(m, \"NCR5380 core release=%d.\\n\", NCR5380_PUBLIC_RELEASE);\n"
- " \tlocal_irq_save(flags);\n"
- " \tseq_printf(m, \"NCR5380: coroutine is%s running.\\n\",\n"
- " \t\tmain_running ? \"\" : \"n't\");\n"
- "Index: linux/drivers/scsi/NCR5380.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/NCR5380.h\t2014-11-12 16:11:10.000000000 +1100\n"
- "+++ linux/drivers/scsi/NCR5380.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -7,8 +7,6 @@\n"
- "  * \tdrew@colorado.edu\n"
- "  *      +1 (303) 666-5836\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 7\n"
- "- *\n"
- "  * For more information, please consult \n"
- "  *\n"
- "  * NCR 5380 Family\n"
- "@@ -27,9 +25,6 @@\n"
- " #include <linux/interrupt.h>\n"
- " #include <scsi/scsi_eh.h>\n"
- " \n"
- "-#define NCR5380_PUBLIC_RELEASE 7\n"
- "-#define NCR53C400_PUBLIC_RELEASE 2\n"
- "-\n"
- " #define NDEBUG_ARBITRATION\t0x1\n"
- " #define NDEBUG_AUTOSENSE\t0x2\n"
- " #define NDEBUG_DMA\t\t0x4\n"
- "Index: linux/drivers/scsi/arm/cumana_1.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/arm/cumana_1.c\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/arm/cumana_1.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -20,8 +20,6 @@\n"
- " \n"
- " #define PSEUDO_DMA\n"
- " \n"
- "-#define CUMANASCSI_PUBLIC_RELEASE 1\n"
- "-\n"
- " #define priv(host)\t\t\t((struct NCR5380_hostdata *)(host)->hostdata)\n"
- " #define NCR5380_local_declare()\t\tstruct Scsi_Host *_instance\n"
- " #define NCR5380_setup(instance)\t\t_instance = instance\n"
- "Index: linux/drivers/scsi/arm/oak.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/arm/oak.c\t2014-11-12 16:11:10.000000000 +1100\n"
- "+++ linux/drivers/scsi/arm/oak.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -18,8 +18,6 @@\n"
- " #include <scsi/scsi_host.h>\n"
- " \n"
- " /*#define PSEUDO_DMA*/\n"
- "-\n"
- "-#define OAKSCSI_PUBLIC_RELEASE 1\n"
- " #define DONT_USE_INTR\n"
- " \n"
- " #define priv(host)\t\t\t((struct NCR5380_hostdata *)(host)->hostdata)\n"
- "Index: linux/drivers/scsi/dtc.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/dtc.c\t2014-11-12 16:11:10.000000000 +1100\n"
- "+++ linux/drivers/scsi/dtc.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -17,8 +17,6 @@\n"
- "  *\t(Unix and Linux consulting and custom programming)\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "- *\n"
- "- * DISTRIBUTION RELEASE 1.\n"
- "  */\n"
- " \n"
- " /*\n"
- "@@ -66,9 +64,6 @@\n"
- " #define AUTOPROBE_IRQ\n"
- " #include \"NCR5380.h\"\n"
- " \n"
- "-\n"
- "-#define DTC_PUBLIC_RELEASE 2\n"
- "-\n"
- " /*\n"
- "  * The DTC3180 & 3280 boards are memory mapped.\n"
- "  * \n"
- "Index: linux/drivers/scsi/g_NCR5380.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/g_NCR5380.h\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/g_NCR5380.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -9,16 +9,11 @@\n"
- "  *\n"
- "  * NCR53C400 extensions (c) 1994,1995,1996, Kevin Lentin\n"
- "  *    K.Lentin@cs.monash.edu.au\n"
- "- *\n"
- "- * ALPHA RELEASE 1. \n"
- "  */\n"
- " \n"
- " #ifndef GENERIC_NCR5380_H\n"
- " #define GENERIC_NCR5380_H\n"
- " \n"
- "-\n"
- "-#define GENERIC_NCR5380_PUBLIC_RELEASE 1\n"
- "-\n"
- " #ifdef NCR53C400\n"
- " #define BIOSPARAM\n"
- " #define NCR5380_BIOSPARAM generic_NCR5380_biosparam\n"
- "Index: linux/drivers/scsi/mac_scsi.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/mac_scsi.h\t2014-11-12 16:11:11.000000000 +1100\n"
- "+++ linux/drivers/scsi/mac_scsi.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -6,15 +6,11 @@\n"
- "  *\t(Unix and Linux consulting and custom programming)\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "- *\n"
- "- * ALPHA RELEASE 1.\n"
- "  */\n"
- " \n"
- " #ifndef MAC_NCR5380_H\n"
- " #define MAC_NCR5380_H\n"
- " \n"
- "-#define MACSCSI_PUBLIC_RELEASE 2\n"
- "-\n"
- " #ifndef ASM\n"
- " \n"
- " #include <scsi/scsicam.h>\n"
- "Index: linux/drivers/scsi/pas16.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/pas16.h\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/pas16.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -24,8 +24,6 @@\n"
- " #ifndef PAS16_H\n"
- " #define PAS16_H\n"
- " \n"
- "-#define PAS16_PUBLIC_RELEASE 3\n"
- "-\n"
- " #define PDEBUG_INIT\t0x1\n"
- " #define PDEBUG_TRANSFER 0x2\n"
- " \n"
- "Index: linux/drivers/scsi/sun3_scsi.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/sun3_scsi.h\t2014-11-12 16:11:11.000000000 +1100\n"
- "+++ linux/drivers/scsi/sun3_scsi.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -13,15 +13,11 @@\n"
- "  *\t(Unix and Linux consulting and custom programming)\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "- *\n"
- "- * ALPHA RELEASE 1.\n"
- "  */\n"
- " \n"
- " #ifndef SUN3_SCSI_H\n"
- " #define SUN3_SCSI_H\n"
- " \n"
- "-#define SUN3SCSI_PUBLIC_RELEASE 1\n"
- "-\n"
- " /*\n"
- "  * Int: level 2 autovector\n"
- "  * IO: type 1, base 0x00140000, 5 bits phys space: A<4..0>\n"
- "Index: linux/drivers/scsi/t128.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/t128.h\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/t128.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -8,8 +8,6 @@\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 3.\n"
- "- *\n"
- "  * For more information, please consult\n"
- "  *\n"
- "  * Trantor Systems, Ltd.\n"
- "@@ -25,8 +23,6 @@\n"
- " #ifndef T128_H\n"
- " #define T128_H\n"
- " \n"
- "-#define T128_PUBLIC_RELEASE 3\n"
- "-\n"
- " #define TDEBUG\t\t0\n"
- " #define TDEBUG_INIT\t0x1\n"
- " #define TDEBUG_TRANSFER 0x2\n"
- "Index: linux/drivers/scsi/dtc.h\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/dtc.h\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/dtc.h\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -5,8 +5,6 @@\n"
- "  *\t(Unix and Linux consulting and custom programming)\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "- *\n"
- "- * DISTRIBUTION RELEASE 2. \n"
- "  */\n"
- " \n"
- " #ifndef DTC3280_H\n"
- "Index: linux/drivers/scsi/g_NCR5380.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/g_NCR5380.c\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/g_NCR5380.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -18,8 +18,6 @@\n"
- "  *\n"
- "  * Added ISAPNP support for DTC436 adapters,\n"
- "  * Thomas Sailer, sailer@ife.ee.ethz.ch\n"
- "- *\n"
- "- * ALPHA RELEASE 1. \n"
- "  */\n"
- " \n"
- " /* \n"
- "Index: linux/drivers/scsi/mac_scsi.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/mac_scsi.c\t2014-11-12 16:11:11.000000000 +1100\n"
- "+++ linux/drivers/scsi/mac_scsi.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -9,8 +9,6 @@\n"
- "  * Generic Generic NCR5380 driver\n"
- "  *\n"
- "  * Copyright 1995, Russell King\n"
- "- *\n"
- "- * ALPHA RELEASE 1.\n"
- "  */\n"
- " \n"
- " #include <linux/types.h>\n"
- "Index: linux/drivers/scsi/sun3_scsi.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/sun3_scsi.c\t2014-11-12 16:11:11.000000000 +1100\n"
- "+++ linux/drivers/scsi/sun3_scsi.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -20,8 +20,6 @@\n"
- "  * Generic Generic NCR5380 driver\n"
- "  *\n"
- "  * Copyright 1995, Russell King\n"
- "- *\n"
- "- * ALPHA RELEASE 1.\n"
- "  */\n"
- " \n"
- " #include <linux/types.h>\n"
- "Index: linux/drivers/scsi/t128.c\n"
- "===================================================================\n"
- "--- linux.orig/drivers/scsi/t128.c\t2014-11-12 16:11:06.000000000 +1100\n"
- "+++ linux/drivers/scsi/t128.c\t2014-11-12 16:11:13.000000000 +1100\n"
- "@@ -11,8 +11,6 @@\n"
- "  *\tdrew@colorado.edu\n"
- "  *      +1 (303) 440-4894\n"
- "  *\n"
- "- * DISTRIBUTION RELEASE 3.\n"
- "- *\n"
- "  * For more information, please consult \n"
- "  *\n"
-   * Trantor Systems, Ltd.
+ "An embedded and charset-unspecified text was scrubbed...\n"
+ "Name: ncr5380-remove-RELEASE-macros\n"
+ URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141112/3fad49d9/attachment.ksh>
 
-2ee86222030801dcac9d1029a297feac820fb08902b1681b4e73effe9b19f828
+b3a8a3586319dc4344d58c97253e94ec091755d7af3bebffc3e001522ce75e5c

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.