* [PATCH] Acorn SCSI loading
@ 2001-01-30 21:29 Torben Mathiasen
2001-01-31 9:47 ` Russell King - ARM Linux
0 siblings, 1 reply; 2+ messages in thread
From: Torben Mathiasen @ 2001-01-30 21:29 UTC (permalink / raw)
To: linux; +Cc: linux-kernel
[-- 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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Acorn SCSI loading
2001-01-30 21:29 [PATCH] Acorn SCSI loading Torben Mathiasen
@ 2001-01-31 9:47 ` Russell King - ARM Linux
0 siblings, 0 replies; 2+ messages in thread
From: Russell King - ARM Linux @ 2001-01-31 9:47 UTC (permalink / raw)
To: Torben Mathiasen; +Cc: linux-kernel
Torben Mathiasen writes:
> 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.
Please don't apply these!
I've already got patches in the ARM tree, and the -ac tree to fix this. The
problem is to do the necessary stuff to get them into Linus tree. (They've
existed since the SCSI changes came about).
_____
|_____| ------------------------------------------------- ---+---+-
| | Russell King linux@arm.linux.org.uk --- ---
| | | | http://www.arm.linux.org.uk/ / / |
| +-+-+ --- -+-
/ | THE developer of ARM Linux |+| /|\
/ | | | --- |
+-+-+ ------------------------------------------------- /\\\ |
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2001-01-31 11:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-30 21:29 [PATCH] Acorn SCSI loading Torben Mathiasen
2001-01-31 9:47 ` Russell King - ARM Linux
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox