Add an ifmedia(4) reference to the manpages of all drivers that support
[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.3 2007/02/25 12:03:07 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), 3c579 (EISA),
45 and various PCMCIA cards including the 3c589.
46 Various models of these cards come with a different assortment of
47 connectors:
48 .Pp
49 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
50 .It AUI/DIX
51 Standard 15 pin connector, also known as 10base5 (thick-net)
52 .It 10Base2
53 BNC, also known as thin-net
54 .It 10BaseT
55 UTP, also known as twisted pair
56 .El
57 .Pp
58 The default port to use is the port that has been selected with the
59 setup utility.
60 To override this, use the following media options with
61 .Xr ifconfig 8
62 or in your
63 .Pa /etc/rc.conf
64 file.
65 .Pp
66 .Bl -tag -width xxxxxxxxxxxxxxxxxxxx
67 .It 10base5/AUI
68 Use the AUI port.
69 .It 10base2/BNC
70 Use the BNC port.
71 .It 10baseT/UTP
72 Use the UTP port.
73 .El
74 .Pp
75 If there are multiple cards in the computer, they are searched for
76 in the following order: bus, slot, then ethernet address.
77 .Sh NOTES
78 The 3c509 card has no jumpers to set the address.
79 3Com supplies software to set the address of the card in software.
80 To find the card on the ISA bus, the kernel performs a complex
81 scan operation at IO address 0x110.
82 Beware!
83 Avoid placing other cards at that address!
84 .Pp
85 Furthermore,
86 the 3c509 should only
87 be configured in EISA mode
88 when installed in a computer that has actual EISA slots
89 (and an EISA-aware BIOS).
90 The normal driver auto-detection support
91 is sufficient for non-EISA systems.
92 .Sh DIAGNOSTICS
93 .Bl -diag
94 .It ep0: reset (status: %x)
95 The driver has encountered a FIFO underrun or overrun.
96 The driver will reset the card and the packet will be lost.
97 This is not fatal.
98 .It ep0: eeprom failed to come ready
99 The eeprom failed to come ready.
100 This probably means the card is wedged.
101 .It ep0: 3c509 in test mode. Erase pencil mark!
102 This means that someone has scribbled with pencil
103 in the test area on the card.
104 Erase the pencil mark and reboot.
105 (This is not a joke).
106 .El
107 .Sh SEE ALSO
108 .Xr ed 4 ,
109 .Xr el 4 ,
110 .Xr ie 4 ,
111 .Xr ifmedia 4 ,
112 .Xr intro 4 ,
113 .Xr le 4 ,
114 .Xr ng_ether 4 ,
115 .Xr vx 4 ,
116 .Xr ifconfig 8
117 .Sh STANDARDS
118 are great.
119 There's so many to choose from.