]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/man4.i386/ep.4
MFV r315875:
[FreeBSD/FreeBSD.git] / share / man / man4 / man4.i386 / ep.4
1 .\"
2 .\" Copyright (c) 1994 Herb Peyerl
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. Redistributions in binary form must reproduce the above copyright
11 .\"    notice, this list of conditions and the following disclaimer in the
12 .\"    documentation and/or other materials provided with the distribution.
13 .\" 3. All advertising materials mentioning features or use of this software
14 .\"    must display the following acknowledgement:
15 .\"      This product includes software developed by Herb Peyerl
16 .\" 3. The name of the author may not be used to endorse or promote products
17 .\"    derived from this software without specific prior written permission
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
20 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
21 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
22 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
23 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
24 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
28 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 .\"
30 .\" $FreeBSD$
31 .\"
32 .Dd April 1, 2011
33 .Dt EP 4 i386
34 .Os
35 .Sh NAME
36 .Nm ep
37 .Nd "Ethernet driver for 3Com Etherlink III (3c5x9) interfaces"
38 .Sh SYNOPSIS
39 To compile this driver into the kernel,
40 place the following line in your
41 kernel configuration file:
42 .Bd -ragged -offset indent
43 .Cd "device ep"
44 .Ed
45 .Pp
46 Alternatively, to load the driver as a
47 module at boot time, place the following line in
48 .Xr loader.conf 5 :
49 .Bd -literal -offset indent
50 if_ep_load="YES"
51 .Ed
52 .Sh DESCRIPTION
53 The
54 .Nm
55 device driver supports network adapters based on the 3Com 3C5x9 Etherlink III
56 Parallel Tasking chipset.
57 .Pp
58 Various models of these cards come with a different assortment of
59 connectors:
60 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
61 .It AUI/DIX
62 Standard 15 pin connector, also known as 10base5 (thick-net)
63 .It 10Base2
64 BNC, also known as thin-net
65 .It 10BaseT
66 UTP, also known as twisted pair
67 .El
68 .Pp
69 The default port to use is the port that has been selected with the
70 setup utility.
71 To override this, use the following media options with
72 .Xr ifconfig 8
73 or in your
74 .Pa /etc/rc.conf
75 file.
76 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
77 .It 10base5/AUI
78 Use the AUI port.
79 .It 10base2/BNC
80 Use the BNC port.
81 .It 10baseT/UTP
82 Use the UTP port.
83 .El
84 .Sh HARDWARE
85 The
86 .Nm
87 driver supports Ethernet adapters based on the
88 3Com 3C5x9 Etherlink III Parallel Tasking chipset, including:
89 .Pp
90 .Bl -bullet -compact
91 .It
92 3Com 3C1 CF
93 .It
94 3Com 3C509-TP, 3C509-BNC, 3C509-Combo, 3C509-TPO, 3C509-TPC ISA
95 .It
96 3Com 3C509B-TP, 3C509B-BNC, 3C509B-Combo, 3C509B-TPO, 3C509B-TPC ISA
97 .It
98 3Com 3C562/3C563 PCMCIA
99 .It
100 3Com 3C574, 3C574TX, 3C574-TX, 3CCFE574BT, 3CXFE574BT, 3C3FE574BT PCMCIA
101 .It
102 3Com 3C589, 3C589B, 3C589C, 3C589D, 3CXE589DT PCMCIA
103 .It
104 3Com 3CCFEM556B, 3CCFEM556BI PCMCIA
105 .It
106 3Com 3CXE589EC, 3CCE589EC, 3CXE589ET, 3CCE589ET PCMCIA
107 .It
108 3Com Megahertz 3CCEM556, 3CXEM556, 3CCEM556B, 3CXEM556B, 3C3FEM556C PCMCIA
109 .It
110 3Com OfficeConnect 3CXSH572BT, 3CCSH572BT PCMCIA
111 .It
112 Farallon EtherWave and EtherMac PC Card (P/n 595/895 with BLUE arrow)
113 .El
114 .Sh NOTES
115 The 3c509 card has no jumpers to set the address.
116 3Com supplies software to set the address of the card in software.
117 To find the card on the ISA bus, the kernel performs a complex
118 scan operation at IO address 0x110.
119 Beware!
120 Avoid placing other cards at that address!
121 .Pp
122 Furthermore, the 3c509 should not be configured in EISA mode.
123 .Pp
124 Cards in PnP mode may conflict with other resources in the system.
125 Ensure your BIOS is configured correctly to exclude resources used by
126 the 3c509, especially IRQs, to avoid unpredictable behavior.
127 .Pp
128 Many different companies sold the 3Com PC Cards under their own private
129 label.
130 These cards also work.
131 .Pp
132 The Farallon EtherWave and EtherMac card came in two varieties.
133 The
134 .Nm
135 driver supports the 595 and 895 cards.
136 These cards have the blue arrow on the front along with a 3Com logo.
137 The Farallon 595a cards, which have a red arrow on the front,
138 are also called EtherWave and EtherMac.
139 They are supported by the
140 .Xr sn 4
141 driver.
142 .Sh DIAGNOSTICS
143 .Bl -diag
144 .It "ep0: reset (status: %x)"
145 The driver has encountered a FIFO underrun or overrun.
146 The driver will reset the card and the packet will be lost.
147 This is not fatal.
148 .It "ep0: eeprom failed to come ready"
149 The eeprom failed to come ready.
150 This probably means the card is wedged.
151 .It "ep0: 3c509 in test mode. Erase pencil mark!"
152 This means that someone has scribbled with pencil
153 in the test area on the card.
154 Erase the pencil mark and reboot.
155 (This is not a joke).
156 .It "ep0: No I/O space?!"
157 The driver was unable to allocate the I/O space that it thinks
158 should be there.
159 Look for conflicts with other devices.
160 .It "ep0: No irq?!"
161 The driver could not allocate the interrupt it wanted.
162 Look for conflicts, although sharing interrupts for PC Card is normal.
163 .It "ep0: No connectors!"
164 The driver queried the hardware for what ethernet attachment were
165 present, but the hardware reported none that the driver recognized.
166 .It "ep0: Unable to get Ethernet address!"
167 The driver was unable to read the ethernet address from the EEPROM.
168 This is likely the result of the card being wedged.
169 .It "ep0: if_alloc() failed"
170 The driver was unable to allocate a ifnet structure.
171 This may happen in extremely low memory conditions.
172 .It "ep0: strange connector type in EEPROM: assuming AUI"
173 The driver does not know what to do with the information the EEPROM
174 has about connectors, so it is assuming the worst.
175 .It "ep0: unknown ID 0xXXXXXXXX"
176 The driver has found an ID that it believes it supports, but does not
177 have a specific identification string to present to the user.
178 .It "ep0: <%s> at port 0x%03x in EISA mode, ignored."
179 The 3C509 ISA card is in EISA mode.
180 The card will be ignored until it is taken out of EISA mode.
181 .It "ep0: <%s> at x0%03x in PnP mode"
182 This card appears to be in Plug and Play mode.
183 It should be probed as part of the plug and play phase of the ISA
184 probes.
185 .It "ep0: Invalid EEPROM checksum!"
186 The EEPROM has a bad checksum, so the driver is ignoring the card.
187 .It "ep0: bus_setup_intr() failed!"
188 The driver was unable to setup the interrupt handler.
189 This should never happen.
190 .El
191 .Sh SEE ALSO
192 .Xr altq 4 ,
193 .Xr ed 4 ,
194 .Xr intro 4 ,
195 .Xr ng_ether 4 ,
196 .Xr sn 4 ,
197 .Xr vx 4 ,
198 .Xr ifconfig 8
199 .Sh STANDARDS
200 are great.
201 There is so many to choose from.