Lines Matching full:scsi
3 * Detection routine for the NCR53c710 based MVME16x SCSI Controllers for Linux.
18 #include <scsi/scsi_host.h>
19 #include <scsi/scsi_device.h>
20 #include <scsi/scsi_transport.h>
21 #include <scsi/scsi_transport_spi.h>
30 .name = "MVME16x NCR53c710 SCSI",
47 printk(KERN_INFO "mvme16x-scsi: detection disabled, " in mvme16x_probe()
48 "SCSI chip not present\n"); in mvme16x_probe()
54 printk(KERN_ERR "mvme16x-scsi: " in mvme16x_probe()
71 printk(KERN_ERR "mvme16x-scsi: No host detected; " in mvme16x_probe()
78 if (request_irq(host->irq, NCR_700_intr, 0, "mvme16x-scsi", host)) { in mvme16x_probe()
79 printk(KERN_ERR "mvme16x-scsi: request_irq failed\n"); in mvme16x_probe()
83 /* Enable scsi chip ints */ in mvme16x_probe()
87 /* Enable scsi interrupts at level 4 in PCCchip2 */ in mvme16x_probe()
111 /* Disable scsi chip ints */ in mvme16x_device_remove()
129 .name = "mvme16x-scsi",
143 mvme16x_scsi_device = platform_device_register_simple("mvme16x-scsi", in mvme16x_scsi_init()