OSDN Git Service

Import translated manuals from JM CVS Repository.
[linuxjm/jm.git] / manual / pcmcia-cs / draft / man4 / tc589_cs.4
1 .\" Copyright (C) 1998 David A. Hinds -- dhinds@pcmcia.sourceforge.org
2 .\" tc589_cs.4 1.15 1999/10/25 19:50:46
3 .\"
4 .\"O .TH 3C589_CS 4 "1999/10/25 19:50:46" "pcmcia-cs"
5 .\"O 
6 .\"O .SH NAME
7 .\"O 3c589_cs \- 3Com 3c589 Etherlink III device driver
8 .\"O 
9 .\"O .SH SYNOPSIS
10 .\"O .B insmod 3c589_cs.o
11 .\"O .RB [ pc_debug=\c
12 .\"O .IR n ]
13 .\"O .RB [ if_port=\c
14 .\"O .IR n ]
15 .\"O .RB [ irq_list=\c
16 .\"O .IR i,j,... ]
17 .\"O 
18 .\"O .SH DESCRIPTION
19 .\"O .B 3c589_cs
20 .\"O is the low-level Card Services driver for the 3Com 3c589
21 .\"O PCMCIA ethernet adapter and 3Com 3c562/3c563 combo cards.  When this
22 .\"O driver is attached to a card, it
23 .\"O allocates the next available ethernet device
24 .\"O .RB ( eth0 .. eth# ).
25 .\"O This
26 .\"O device name will be reported in the kernel log file, and passed on to
27 .\"O .BR cardmgr (8).
28 .\"O .PP
29 .\"O With the default transceiver setting, the driver will attempt to
30 .\"O continuously autodetect the transceiver type (10base2 or 10baseT).
31 .\"O There should normally only be a one or two second lag before the
32 .\"O correct transceiver is selected.  On particularly noisy or busy
33 .\"O networks, it is possible for the detection logic to incorrectly
34 .\"O toggle the transceiver type.  If this becomes a problem, it may be
35 .\"O necessary to explicitly select the interface
36 .\"O type when the module is loaded or with the
37 .\"O .B ifport
38 .\"O command.
39 .\"O 
40 .\"O .SH PARAMETERS
41 .\"O .TP
42 .\"O .BI pc_debug= n
43 .\"O Selects the PCMCIA debugging level.  This parameter is only available
44 .\"O if the module is compiled with debugging enabled.  A non-zero value
45 .\"O enables debugging.
46 .\"O .TP
47 .\"O .BI if_port= n
48 .\"O Selects the transceiver type.  0 is autodetect (10baseT or 10base2),
49 .\"O 1 is 10baseT (twisted pair), 2 is
50 .\"O 10base2 (BNC, or thin net). and 3 is AUI (thick ethernet).  The
51 .\"O default is 0 (autodetect).
52 .\"O .TP
53 .\"O .BI irq_list= i,j,...
54 .\"O Specifies the set of interrupts that may be allocated by this driver.
55 .\"O 
56 .\"O .SH DIAGNOSTICS
57 .\"O .TP
58 .\"O .B eth#: interrupt(s) dropped!
59 .\"O Indicates that the driver did not receive an interrupt notification
60 .\"O for some reason.  The driver will poll the card (with a significant
61 .\"O performance penalty) if the problem persists.  The most likely cause
62 .\"O is an interrupt conflict and/or host bridge configuration problem.
63 .\"O 
64 .\"O .SH AUTHOR
65 .\"O David Hinds \- dhinds@pcmcia.sourceforge.org
66 .\"O 
67 .\"O .SH "SEE ALSO"
68 .\"O cardmgr(8), pcmcia(5), ifport(8).