Searched refs:fdomain (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/scsi/pcmcia/ |
H A D | fdomain_core.c | 2 #include "fdomain.c"
|
H A D | fdomain_stub.c | 47 #include "fdomain.h" 136 /* Set configuration options for the fdomain driver */ fdomain_config()
|
/linux-4.1.27/drivers/scsi/ |
H A D | fdomain.c | 0 /* fdomain.c -- Future Domain TMC-16x0 SCSI driver 37 fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>] 291 #include "fdomain.h" 413 insmod fdomain fdomain=0x140,11 */ 414 static char * fdomain = NULL; variable 415 module_param(fdomain, charp, 0); 523 printk(KERN_INFO "scsi%d: <fdomain> No BIOS; using scsi id %d\n", print_banner() 526 printk(KERN_INFO "scsi%d: <fdomain> BIOS version ", shpnt->host_no); print_banner() 542 printk(KERN_INFO "scsi%d: <fdomain> %s chip at 0x%x irq ", print_banner() 562 printk(KERN_INFO "scsi: <fdomain> Usage: fdomain=<PORT_BASE>,<IRQ>[,<ADAPTER_ID>]\n"); fdomain_setup() 563 printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n"); fdomain_setup() 576 __setup("fdomain=", fdomain_setup); 669 printk("scsi: <fdomain> Options = %x\n", options); fdomain_get_irq() 689 printk( "scsi: <fdomain> fdomain_isa_detect:" ); fdomain_isa_detect() 744 if (!request_region(base, 0x10, "fdomain")) fdomain_isa_detect() 776 if (!request_region(base, 0x10, "fdomain")) { fdomain_isa_detect() 833 printk( "scsi: <fdomain> INFO: use lspci -v to see list of PCI devices\n" ); fdomain_pci_bios_detect() 834 printk( "scsi: <fdomain> TMC-3260 detect:" fdomain_pci_bios_detect() 846 printk( "scsi: <fdomain> TMC-3260 detect:" fdomain_pci_bios_detect() 859 if (!request_region( pci_base, 0x10, "fdomain" )) fdomain_pci_bios_detect() 870 printk( "scsi: <fdomain> TMC-3260 detect:" fdomain_pci_bios_detect() 875 printk(KERN_ERR "scsi: <fdomain> PCI card detected, but driver not loaded (invalid port)\n" ); fdomain_pci_bios_detect() 903 printk( "scsi: <fdomain> No BIOS, using port_base = 0x%x, irq = %d\n", __fdomain_16x0_detect() 906 if (!request_region(port_base, 0x10, "fdomain")) { __fdomain_16x0_detect() 907 printk( "scsi: <fdomain> port 0x%x is busy\n", port_base ); __fdomain_16x0_detect() 908 printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" ); __fdomain_16x0_detect() 912 printk( "scsi: <fdomain> Cannot locate chip at port base 0x%x\n", __fdomain_16x0_detect() 914 printk( "scsi: <fdomain> Bad LILO/INSMOD parameters?\n" ); __fdomain_16x0_detect() 930 printk( "scsi: <fdomain> Detection failed (no card)\n" ); __fdomain_16x0_detect() 939 printk(KERN_ERR "scsi: <fdomain> Detection failed (loopback test failed at port base 0x%x)\n", port_base); __fdomain_16x0_detect() 941 printk(KERN_ERR "scsi: <fdomain> Bad LILO/INSMOD parameters?\n"); __fdomain_16x0_detect() 974 printk(KERN_ERR "scsi: <fdomain> Card Detected, but driver not loaded (no IRQ)\n" ); __fdomain_16x0_detect() 980 do_fdomain_16x0_intr, pdev?IRQF_SHARED:0, "fdomain", shpnt); __fdomain_16x0_detect() 984 printk(KERN_ERR "scsi: <fdomain> IRQ %d is bad!\n", interrupt_level ); __fdomain_16x0_detect() 988 printk(KERN_ERR "scsi: <fdomain> IRQ %d is already in use!\n", interrupt_level ); __fdomain_16x0_detect() 991 printk(KERN_ERR "scsi: <fdomain> Error getting IRQ %d\n", interrupt_level ); __fdomain_16x0_detect() 995 printk(KERN_ERR "scsi: <fdomain> Detected, but driver not loaded (IRQ)\n" ); __fdomain_16x0_detect() 1008 if (fdomain) fdomain_16x0_detect() 1009 fdomain_setup(fdomain); fdomain_16x0_detect() 1063 printk( "scsi: <fdomain> Arbitration failed, status = %x\n", status ); 1104 printk( "scsi: <fdomain> Selection failed\n" ); fdomain_select() 1119 else panic( "scsi: <fdomain> current_SC->scsi_done() == NULL" ); my_done() 1121 panic( "scsi: <fdomain> my_done() called outside of command\n" ); my_done() 1160 printk( "scsi: <fdomain> Interrupt after abort, ignoring\n" ); do_fdomain_16x0_intr() 1260 printk( "scsi: <fdomain> target = %d, command = %x, status = %x\n", do_fdomain_16x0_intr() 1278 printk( "scsi: <fdomain> message = %x\n", do_fdomain_16x0_intr() 1390 printk( "scsi: <fdomain> REQUEST SENSE" do_fdomain_16x0_intr() 1425 panic( "scsi: <fdomain> fdomain_16x0_queue() NOT REENTRANT!\n" ); fdomain_16x0_queue_lck() 1481 printk(KERN_WARNING "scsi: <fdomain> Cannot provide detailed information\n"); print_info() 1548 printk( "scsi: <fdomain> abort " ); fdomain_16x0_abort() 1645 printk("scsi: <fdomain> fdomain_16x0_biosparam: too many disks"); fdomain_16x0_biosparam() 1755 .name = "fdomain", 1756 .proc_name = "fdomain",
|
H A D | Makefile | 76 obj-$(CONFIG_SCSI_FUTURE_DOMAIN)+= fdomain.o
|
Completed in 107 milliseconds