patch-2.1.125 linux/drivers/scsi/amiga7xx.c

Next file: linux/drivers/scsi/blz1230.c
Previous file: linux/drivers/scsi/aic7xxx_seq.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.124/linux/drivers/scsi/amiga7xx.c linux/drivers/scsi/amiga7xx.c
@@ -50,6 +50,28 @@
 
     tpnt->proc_dir = &proc_scsi_amiga7xx;
 
+#ifdef CONFIG_BLZ603EPLUS_SCSI
+    if ((key = zorro_find(ZORRO_PROD_PHASE5_BLIZZARD_603E_PLUS, 0, 0)))
+    {
+	cd = zorro_get_board(key);
+/*
+	unsigned long address;
+	address = (unsigned long)kernel_map((unsigned long)cd->cd_BoardAddr,
+		cd->cd_BoardSize, KERNELMAP_NOCACHE_SER, NULL);
+*/
+	options = OPTION_MEMORY_MAPPED|OPTION_DEBUG_TEST1|OPTION_INTFLY|OPTION_SYNCHRONOUS|OPTION_ALWAYS_SYNCHRONOUS|OPTION_DISCONNECT;
+
+	clock = 50000000;	/* 50MHz SCSI Clock */
+
+	ncr53c7xx_init(tpnt, 0, 710, (u32)(unsigned char *)(0x80f40000),
+			0, IRQ_AMIGA_PORTS, DMA_NONE, 
+			options, clock);
+
+	zorro_config_board(key, 0);
+	num++;
+    }
+#endif
+
 #ifdef CONFIG_WARPENGINE_SCSI
     if ((key = zorro_find(ZORRO_PROD_MACROSYSTEMS_WARP_ENGINE_40xx, 0, 0)))
     {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov