Searched refs:aha152x (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/Documentation/scsi/ |
D | aha152x.txt | 1 $Id: README.aha152x,v 1.2 1999/12/25 15:32:30 fischer Exp fischer $ 2 Adaptec AHA-1520/1522 SCSI driver for Linux (aha152x) 52 aha152x=<IOPORT>[,<IRQ>[,<SCSI-ID>[,<RECONNECT>[,<PARITY>[,<SYNCHRONOUS>[,<DELAY> [,<EXT_TRANS]]]]]… 58 For two controllers use the aha152x statement twice. 67 aha152x=IOPORT,IRQ,SCSI_ID,RECONNECT,PARITY,SYNCHRONOUS,DELAY,EXT_TRANS
|
D | scsi-parameters.txt | 18 aha152x= [HW,SCSI] 19 See Documentation/scsi/aha152x.txt.
|
D | 00-INDEX | 41 aha152x.txt
|
D | ChangeLog.1992-1997 | 174 * aha152x.c: Modularize. Add support for PCMCIA. 401 * aha152x.c: Update to version 1.8 from Juergen. 783 * aha152x.[c,h]: Remove redundant info() function. 990 * aha152x.c: Add support for disabling the parity check. Update 999 * aha152x.c: Add eb800 for Vtech Platinum SMP boards. [Juergen]. 1059 * aha152x.c, NCR53*.c, fdomain.c, g_NCR5380.c, pas16.c, seagate.c, 1304 * aha152x.c: Changes from Juergen - cleanups and updates. 1498 * aha152x.c, Makefile: Fix a few bugs (too much data message). 1599 * aha152x.c: Remove insw and outsw functions. 1627 * aha152x.c: Update to version .101 from Juergen. [all …]
|
/linux-4.1.27/drivers/scsi/ |
D | aha152x.c | 365 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 366 module_param_array(aha152x, int, NULL, 0); 367 MODULE_PARM_DESC(aha152x, "parameters for first controller"); 3142 if (setup_count<ARRAY_SIZE(setup) && (aha152x[0]!=0 || io[0]!=0 || irq[0]!=0)) { in aha152x_init() 3143 if(aha152x[0]!=0) { in aha152x_init() 3145 setup[setup_count].io_port = aha152x[0]; in aha152x_init() 3146 setup[setup_count].irq = aha152x[1]; in aha152x_init() 3147 setup[setup_count].scsiid = aha152x[2]; in aha152x_init() 3148 setup[setup_count].reconnect = aha152x[3]; in aha152x_init() 3149 setup[setup_count].parity = aha152x[4]; in aha152x_init() [all …]
|
D | Makefile | 66 obj-$(CONFIG_SCSI_AHA152X) += aha152x.o
|
D | Kconfig | 435 read the file <file:Documentation/scsi/aha152x.txt>. 438 module will be called aha152x.
|
/linux-4.1.27/Documentation/kbuild/ |
D | makefiles.txt | 343 These two lines specify compilation flags for aha152x.o and gdth.o.
|
/linux-4.1.27/Documentation/filesystems/ |
D | proc.txt | 608 3: 531695 XT-PIC aha152x
|
/linux-4.1.27/ |
D | MAINTAINERS | 504 F: drivers/scsi/aha152x* 505 F: drivers/scsi/pcmcia/aha152x*
|