gvp11.c (c58310bf4933986513020fa90b4190c7492995ae) gvp11.c (be3cb3d84bb8dffecb7c5570355866075caa7e95)
1#include <linux/types.h>
2#include <linux/mm.h>
3#include <linux/blkdev.h>
4#include <linux/init.h>
5#include <linux/interrupt.h>
6
7#include <asm/setup.h>
8#include <asm/page.h>

--- 308 unchanged lines hidden (view full) ---

317
318 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000);
319
320 /*
321 * Check for 14MHz SCSI clock
322 */
323 regs.SASR = &(DMA(instance)->SASR);
324 regs.SCMD = &(DMA(instance)->SCMD);
1#include <linux/types.h>
2#include <linux/mm.h>
3#include <linux/blkdev.h>
4#include <linux/init.h>
5#include <linux/interrupt.h>
6
7#include <asm/setup.h>
8#include <asm/page.h>

--- 308 unchanged lines hidden (view full) ---

317
318 epc = *(unsigned short *)(ZTWO_VADDR(address) + 0x8000);
319
320 /*
321 * Check for 14MHz SCSI clock
322 */
323 regs.SASR = &(DMA(instance)->SASR);
324 regs.SCMD = &(DMA(instance)->SCMD);
325 HDATA(a3000_host)->no_sync = 0xff;
326 HDATA(a3000_host)->fast = 0;
327 HDATA(a3000_host)->dma_mode = CTRL_DMA;
325 wd33c93_init(instance, regs, dma_setup, dma_stop,
326 (epc & GVP_SCSICLKMASK) ? WD33C93_FS_8_10
327 : WD33C93_FS_12_15);
328
329 request_irq(IRQ_AMIGA_PORTS, gvp11_intr, IRQF_SHARED, "GVP11 SCSI",
330 instance);
331 DMA(instance)->CNTR = GVP11_DMAC_INT_ENABLE;
332 num_gvp11++;

--- 60 unchanged lines hidden ---
328 wd33c93_init(instance, regs, dma_setup, dma_stop,
329 (epc & GVP_SCSICLKMASK) ? WD33C93_FS_8_10
330 : WD33C93_FS_12_15);
331
332 request_irq(IRQ_AMIGA_PORTS, gvp11_intr, IRQF_SHARED, "GVP11 SCSI",
333 instance);
334 DMA(instance)->CNTR = GVP11_DMAC_INT_ENABLE;
335 num_gvp11++;

--- 60 unchanged lines hidden ---