From: Torben Mathiasen <torben@kernel.dk>
To: linux@arm.linux.org.uk
Cc: linux-kernel@vger.kernel.org
Subject: [PATCH] Acorn SCSI loading
Date: Tue, 30 Jan 2001 22:29:52 +0100 [thread overview]
Message-ID: <20010130222952.G873@fry> (raw)
[-- Attachment #1: Type: text/plain, Size: 295 bytes --]
Hi,
Just noticed the SCSI drivers for the ACORN bus weren't
updated to the new initialization. AFAIK these drivers couldn't
have been functional without this patch.
Patch is against 2.4.1
--
Torben Mathiasen <torben@kernel.dk>
Linux ThunderLAN maintainer
http://opensource.compaq.com
[-- Attachment #2: acorn_scsi.diff --]
[-- Type: text/plain, Size: 3263 bytes --]
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/acornscsi.c linux/drivers/acorn/scsi/acornscsi.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/acornscsi.c Tue Sep 19 00:15:22 2000
+++ linux/drivers/acorn/scsi/acornscsi.c Tue Jan 30 22:18:50 2001
@@ -3118,9 +3118,7 @@
return pos;
}
-#ifdef MODULE
Scsi_Host_Template driver_template = ACORNSCSI_3;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/arxescsi.c linux/drivers/acorn/scsi/arxescsi.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/arxescsi.c Tue Sep 19 00:15:22 2000
+++ linux/drivers/acorn/scsi/arxescsi.c Tue Jan 30 22:19:06 2001
@@ -416,8 +416,6 @@
return pos;
}
-#ifdef MODULE
Scsi_Host_Template driver_template = ARXEScsi;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/cumana_1.c linux/drivers/acorn/scsi/cumana_1.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/cumana_1.c Fri Nov 12 01:57:30 1999
+++ linux/drivers/acorn/scsi/cumana_1.c Tue Jan 30 22:19:29 2001
@@ -359,9 +359,7 @@
#include "../../scsi/NCR5380.c"
-#ifdef MODULE
Scsi_Host_Template driver_template = CUMANA_NCR5380;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/cumana_2.c linux/drivers/acorn/scsi/cumana_2.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/cumana_2.c Tue Sep 19 00:15:22 2000
+++ linux/drivers/acorn/scsi/cumana_2.c Tue Jan 30 22:19:41 2001
@@ -541,8 +541,6 @@
return pos;
}
-#ifdef MODULE
Scsi_Host_Template driver_template = CUMANASCSI_2;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/ecoscsi.c linux/drivers/acorn/scsi/ecoscsi.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/ecoscsi.c Fri Nov 12 01:57:30 1999
+++ linux/drivers/acorn/scsi/ecoscsi.c Tue Jan 30 22:19:56 2001
@@ -233,9 +233,7 @@
#include "../../scsi/NCR5380.c"
-#ifdef MODULE
Scsi_Host_Template driver_template = ECOSCSI_NCR5380;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/eesox.c linux/drivers/acorn/scsi/eesox.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/eesox.c Tue Sep 19 00:15:22 2000
+++ linux/drivers/acorn/scsi/eesox.c Tue Jan 30 22:20:09 2001
@@ -543,8 +543,6 @@
return pos;
}
-#ifdef MODULE
Scsi_Host_Template driver_template = EESOXSCSI;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/oak.c linux/drivers/acorn/scsi/oak.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/oak.c Fri Nov 12 01:57:30 1999
+++ linux/drivers/acorn/scsi/oak.c Tue Jan 30 22:20:51 2001
@@ -226,9 +226,7 @@
#include "../../scsi/NCR5380.c"
-#ifdef MODULE
Scsi_Host_Template driver_template = OAK_NCR5380;
#include "../../scsi/scsi_module.c"
-#endif
diff -ur /opt/kernel/kernels/linux/drivers/acorn/scsi/powertec.c linux/drivers/acorn/scsi/powertec.c
--- /opt/kernel/kernels/linux/drivers/acorn/scsi/powertec.c Tue Sep 19 00:15:22 2000
+++ linux/drivers/acorn/scsi/powertec.c Tue Jan 30 22:21:00 2001
@@ -445,8 +445,6 @@
return pos;
}
-#ifdef MODULE
Scsi_Host_Template driver_template = POWERTECSCSI;
#include "../../scsi/scsi_module.c"
-#endif
next reply other threads:[~2001-01-30 21:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-01-30 21:29 Torben Mathiasen [this message]
2001-01-31 9:47 ` [PATCH] Acorn SCSI loading Russell King - ARM Linux
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20010130222952.G873@fry \
--to=torben@kernel.dk \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox