Searched refs:aha152x (Results 1 – 9 of 9) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | README.aha152x | 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 | aha152x.c | 380 MODULE_PARM(aha152x, "1-8i"); 381 MODULE_PARM_DESC(aha152x, "parameters for first controller"); 382 static int aha152x[] = {0, 11, 7, 1, 1, 0, DELAY_DEFAULT, 0}; variable 392 MODULE_PARM(aha152x, "1-9i"); 393 MODULE_PARM_DESC(aha152x, "parameters for first controller"); 394 static int aha152x[] = {0, 11, 7, 1, 1, 1, DELAY_DEFAULT, 0, DEBUG_DEFAULT}; variable 1049 if (setup_count<ARRAY_SIZE(setup) && (aha152x[0]!=0 || io[0]!=0 || irq[0]!=0)) { 1050 if(aha152x[0]!=0) { 1052 setup[setup_count].io_port = aha152x[0]; 1053 setup[setup_count].irq = aha152x[1]; [all …]
|
D | ChangeLog | 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 …]
|
D | Makefile | 63 obj-$(CONFIG_SCSI_AHA152X) += aha152x.o
|
/linux-2.4.37.9/drivers/scsi/pcmcia/ |
D | Makefile | 25 aha152x_cs-objs := aha152x_stub.o aha152x.o
|
/linux-2.4.37.9/Documentation/ |
D | kernel-parameters.txt | 104 aha152x= [HW,SCSI]
|
D | Configure.help | 8061 read the file <file:drivers/scsi/README.aha152x>. 8065 The module will be called aha152x.o. If you want to compile it as a
|
/linux-2.4.37.9/Documentation/kbuild/ |
D | makefiles.txt | 729 These three lines specify compilation flags for aha152x.o,
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | proc.txt | 244 3: 531695 XT-PIC aha152x
|