[parisc-linux-cvs] zalon fix for 2.4.6
Richard Hirst
rhirst@linuxcare.com
Tue, 10 Jul 2001 16:13:42 +0100
Makes 53c720 zalon work in 2.4.6 kernels.
Index: Makefile
===================================================================
RCS file: /home/cvs/parisc/linux/Makefile,v
retrieving revision 1.91
diff -u -r1.91 Makefile
--- Makefile 2001/07/10 12:55:15 1.91
+++ Makefile 2001/07/10 15:11:46
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 6
-EXTRAVERSION = -pa8
+EXTRAVERSION = -pa9
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
Index: drivers/scsi/ncr53c8xx.c
===================================================================
RCS file: /home/cvs/parisc/linux/drivers/scsi/ncr53c8xx.c,v
retrieving revision 1.17
diff -u -r1.17 ncr53c8xx.c
--- ncr53c8xx.c 2001/07/06 08:50:46 1.17
+++ ncr53c8xx.c 2001/07/10 15:12:03
@@ -9463,7 +9463,9 @@
device.slot.bus = 0;
device.slot.device_fn = 0;
device.slot.base = (u_long)io_port;
+ device.slot.base_c = (u_long)io_port;
device.slot.base_2 = 0;
+ device.slot.base_2_c = 0;
device.slot.io_port = io_port;
device.slot.irq = irq;
device.attach_done = 0;