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