OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / original / man4 / xirc2ps_cs.4
1 .\" Copyright (c) 1997 Werner Koch <werner.koch@guug.de>
2 .\" xirc2ps_cs.4,v 1.5 1998/09/15 12:40:59 wk Exp
3 .\"
4 .TH XIRC2PS_CS 4 "1.5  1998/09/15 12:40:59" ""
5 .SH NAME
6 xirc2ps_cs \- Xircom CE2ps (and newer) device driver
7
8 .SH SYNOPSIS
9 .B insmod xirc2ps_cs.o
10 .RB [ pc_debug=\c
11 .IR n ]
12 .RB [ full_duplex=\c
13 .IR n ]
14 .RB [ irq_list=\c
15 .IR i,j,... ]
16 .RB [ lockup_hack=\c
17 .IR n ]
18
19 .SH DESCRIPTION
20 /fBxirc2ps_cs/fR is the low-level Card Services driver for the Xircom
21 16-bit PCMCIA ethernet adapters.  When this driver is attached to a
22 card, it allocates the next available ethernet device.
23
24 .SH PARAMETERS
25 .TP
26 .BI pc_debug= n
27 Selects the PCMCIA debugging level.  This parameter is only available
28 if the module is compiled with debugging enabled.  A non-zero value
29 enables debugging.
30 .TP
31 .BI full_duplex= n
32 Selects full duplex mode.  The default is 0 (half duplex).
33 .TP
34 .BI irq_list= i,j,...
35 Specifies the set of interrupts that may be allocated by this driver.
36 .TP
37 .BI lockup_hack= n
38 Enables a hack to avoid lockups on some cards.  Use this only if you
39 really have lockup problems with your card.
40
41 .SH "SEE ALSO"
42 cardmgr(8), pcmcia(5).
43 .SH BUGS
44 Please report to <xircom-bugs@isil.d.shuttle.de>
45 .SH AUTHOR
46 Werner Koch
47 <werner.koch@guug.de>