OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / draft / man4 / aha152x_cs.4
1 .\" Copyright (C) 1998 David A. Hinds -- dhinds@pcmcia.sourceforge.org
2 .\" aha152x_cs.4 1.7 1999/10/25 19:50:45
3 .\"
4 .\"O .TH AHA152X_CS 4 "1999/10/25 19:50:45" "pcmcia-cs"
5 .\"O .SH NAME
6 .\"O aha152x_cs \- Adaptec AHA-152X compatible PCMCIA device driver
7 .\"O .SH SYNOPSIS
8 .\"O .B insmod aha152x_cs.o
9 .\"O .RB [ pc_debug=\c
10 .\"O .IR n ]
11 .\"O .RB [ irq_list=\c
12 .\"O .IR i,j,... ]
13 .\"O .RB [ host_id=\c
14 .\"O .IR n ]
15 .\"O .RB [ reconnect=\c
16 .\"O .IR n ]
17 .\"O .RB [ parity=\c
18 .\"O .IR n ]
19 .\"O .RB [ synchronous=\c
20 .\"O .IR n ]
21 .\"O .RB [ reset_delay=\c
22 .\"O .IR n ]
23 .\"O .RB [ ext_trans=\c
24 .\"O .IR n ]
25 .\"O .SH DESCRIPTION
26 .\"O .B aha152x_cs
27 .\"O is the low-level Card Services driver for various PCMCIA SCSI adapters
28 .\"O that are compatible with the Adaptec AHA-152X host adapter.  These
29 .\"O include the New Media Bus Toaster, the Adaptec AHA-1460, and various
30 .\"O other OEM cards.
31 .\"O .SH PARAMETERS
32 .\"O .TP
33 .\"O .BI pc_debug= n
34 .\"O Selects the PCMCIA debugging level.  This parameter is only available
35 .\"O if the module is compiled with debugging enabled.  A non-zero value
36 .\"O enables debugging.
37 .\"O .TP
38 .\"O .BI irq_list= i,j,...
39 .\"O Specifies the set of interrupts that may be allocated by this driver.
40 .\"O .TP
41 .\"O .BI host_id= n
42 .\"O Specifies the SCSI ID of the host adapter.  The default host ID is 7.
43 .\"O .TP
44 .\"O .BI reconnect= n
45 .\"O Enables support for disconnect/reconnect, if non-zero.
46 .\"O The default is 1 (true).
47 .\"O .TP
48 .\"O .BI parity= n
49 .\"O Enables SCSI parity checking.  The default is 1 (true).
50 .\"O .TP
51 .\"O .BI synchronous= n
52 .\"O Enables negotiation of synchronous SCSI transfers.
53 .\"O The default is 0 (false).
54 .\"O .TP
55 .\"O .BI reset_delay= n
56 .\"O Specifies a delay for SCSI bus resets, in 10 millisecond intervals.
57 .\"O The default is 100.
58 .\"O .TP
59 .\"O .BI ext_trans= n
60 .\"O Enables the ``extended translation'' scheme for partition tables of
61 .\"O drives larger than 1 GB.
62 .\"O .SH AUTHOR
63 .\"O David Hinds \- dhinds@pcmcia.sourceforge.org
64 .\"O .SH "SEE ALSO"
65 .\"O cardmgr(8), pcmcia(5).