OSDN Git Service

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