OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / original / man4 / netwave_cs.4
1 .\" Copyright (C) 1998 David A. Hinds -- dahinds@users.sourceforge.net
2 .\" netwave_cs.4 1.7 2000/06/12 21:24:48
3 .\"
4 .TH NETWAVE_CS 4 "2000/06/12 21:24:48" "pcmcia-cs"
5 .SH NAME
6 netwave_cs \- Xircom Creditcard Netwave device driver
7 .SH SYNOPSIS
8 .B insmod netwave_cs.o
9 .RB [ pc_debug=\c
10 .IR n ]
11 .RB [ domain=\c
12 .IR n ]
13 .RB [ scramble_key=\c
14 .IR n ]
15 .RB [ mem_speed=\c
16 .IR n ]
17 .RB [ irq_list=\c
18 .IR i,j,... ]
19 .SH DESCRIPTION
20 .B Netwave_cs
21 is the low-level Card Services driver for the Xircom Creditcard
22 Netwave PCMCIA wireless network adapter.  When this driver is attached
23 to a card, it allocates the next available ethernet device
24 .RB ( eth0 .. eth# ).
25 This
26 device name will be reported in the kernel log file, and will be
27 passed on to
28 .BR cardmgr (8).
29 .PP
30 The wireless domain number and scrambling key can be specified using
31 module parameters when the module is loaded.  These parameters should
32 be specified in
33 .IR /etc/pcmcia/config.opts .
34 .SH PARAMETERS
35 .TP
36 .BI pc_debug= n
37 Selects the PCMCIA debugging level.  This parameter is only available
38 if the module is compiled with debugging enabled.  A non-zero value
39 enables debugging.
40 .TP
41 .BI domain= n
42 Selects what access point(s) to talk to, by their domain number.
43 Values from 0 to 0x1ff are valid; 0x100 is the default.
44 .TP
45 .BI scramble_key= n
46 Selects the scramble key for domains that are scrambled.  Values from
47 0 to 0x1ff are valid.  The default is 0 (no scrambling).
48 .TP
49 .BI mem_speed= n
50 Sets the access speed of the shared memory window, in nanoseconds.
51 The default is 0 (i.e., no extra wait states).  Values of up to 1000
52 are legal.
53 .TP
54 .BI irq_list= i,j,...
55 Specifies the set of interrupts that may be allocated by this driver.
56 .SH BUGS
57 The statistics reported back from the driver are wrong.
58 .SH AUTHORS
59 Dag Brattli \- dagb@cs.uit.no
60 .br
61 John Markus Bjorndalen \- johnm@staff.cs.uit.no
62 .br
63 David Hinds \- dahinds@users.sourceforge.net
64 .SH "SEE ALSO"
65 cardmgr(8), pcmcia(5).