Merge branch 'vendor/BINUTILS221'
[dragonfly.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: src/share/man/man4/man4.i386/ep.4,v 1.16.2.6 2001/08/17 13:08:45 ru Exp $
31 .\" $DragonFly: src/share/man/man4/man4.i386/ep.4,v 1.4 2008/05/02 02:05:06 swildner Exp $
32 .\"
33 .Dd February 4, 1993
34 .Dt EP 4 i386
35 .Os
36 .Sh NAME
37 .Nm ep
38 .Nd Ethernet driver for 3Com Etherlink III (3c5x9)
39 .Sh SYNOPSIS
40 .Cd "device ep"
41 .Sh DESCRIPTION
42 The
43 .Nm
44 device driver supports the 3c509 (ISA), 3c529 (MCA),
45 and various PCMCIA cards including the 3c589.
46 Various models of these cards come with a different assortment of
47 connectors:
48 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
49 .It AUI/DIX
50 Standard 15 pin connector, also known as 10base5 (thick-net)
51 .It 10Base2
52 BNC, also known as thin-net
53 .It 10BaseT
54 UTP, also known as twisted pair
55 .El
56 .Pp
57 The default port to use is the port that has been selected with the
58 setup utility.
59 To override this, use the following media options with
60 .Xr ifconfig 8
61 or in your
62 .Pa /etc/rc.conf
63 file.
64 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
65 .It 10base5/AUI
66 Use the AUI port.
67 .It 10base2/BNC
68 Use the BNC port.
69 .It 10baseT/UTP
70 Use the UTP port.
71 .El
72 .Pp
73 If there are multiple cards in the computer, they are searched for
74 in the following order: bus, slot, then ethernet address.
75 .Sh NOTES
76 The 3c509 card has no jumpers to set the address.
77 3Com supplies software to set the address of the card in software.
78 To find the card on the ISA bus, the kernel performs a complex
79 scan operation at IO address 0x110.
80 Beware!
81 Avoid placing other cards at that address!
82 .Sh DIAGNOSTICS
83 .Bl -diag
84 .It ep0: reset (status: %x)
85 The driver has encountered a FIFO underrun or overrun.
86 The driver will reset the card and the packet will be lost.
87 This is not fatal.
88 .It ep0: eeprom failed to come ready
89 The eeprom failed to come ready.
90 This probably means the card is wedged.
91 .It ep0: 3c509 in test mode. Erase pencil mark!
92 This means that someone has scribbled with pencil
93 in the test area on the card.
94 Erase the pencil mark and reboot.
95 (This is not a joke).
96 .El
97 .Sh SEE ALSO
98 .Xr ed 4 ,
99 .Xr el 4 ,
100 .Xr ie 4 ,
101 .Xr ifmedia 4 ,
102 .Xr intro 4 ,
103 .Xr le 4 ,
104 .Xr ng_ether 4 ,
105 .Xr vx 4 ,
106 .Xr ifconfig 8
107 .Sh STANDARDS
108 are great.
109 There's so many to choose from.