1996-07-11 00:22:46 +00:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1994 Herb Peyerl
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
|
|
.\" must display the following acknowledgement:
|
|
|
|
.\" This product includes software developed by Herb Peyerl
|
|
|
|
.\" 3. The name of the author may not be used to endorse or promote products
|
|
|
|
.\" derived from this software without specific prior written permission
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
.\"
|
1999-08-28 00:22:10 +00:00
|
|
|
.\" $FreeBSD$
|
1996-07-11 00:22:46 +00:00
|
|
|
.\"
|
2000-12-11 15:47:53 +00:00
|
|
|
.Dd February 4, 1993
|
1996-12-29 20:36:04 +00:00
|
|
|
.Dt EP 4 i386
|
1996-07-11 00:22:46 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
|
|
|
.Nm ep
|
|
|
|
.Nd Ethernet driver for 3Com Etherlink III (3c5x9)
|
|
|
|
.Sh SYNOPSIS
|
2000-01-23 17:00:18 +00:00
|
|
|
.Cd "device ep"
|
1996-07-11 00:22:46 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
2000-05-12 08:10:22 +00:00
|
|
|
.Nm
|
1999-10-27 06:39:26 +00:00
|
|
|
device driver supports the 3c509 (ISA), 3c529 (MCA), 3c579 (EISA),
|
|
|
|
and various PCMCIA cards including the 3c589.
|
1996-07-11 00:22:46 +00:00
|
|
|
Various models of these cards come with a different assortment of
|
|
|
|
connectors:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
|
|
|
|
.It AUI/DIX
|
1999-10-27 06:39:26 +00:00
|
|
|
Standard 15 pin connector, also known as 10base5 (thick-net)
|
1996-07-11 00:22:46 +00:00
|
|
|
.It 10Base2
|
|
|
|
BNC, also known as thin-net
|
|
|
|
.It 10BaseT
|
|
|
|
UTP, also known as twisted pair
|
|
|
|
.El
|
|
|
|
.Pp
|
1998-01-08 17:09:38 +00:00
|
|
|
The default port to use is the port that has been selected with the
|
2000-03-02 14:54:02 +00:00
|
|
|
setup utility.
|
|
|
|
To override this, use the following media options with
|
1996-07-11 00:22:46 +00:00
|
|
|
.Xr ifconfig 8
|
1997-12-22 07:37:50 +00:00
|
|
|
or in your
|
|
|
|
.Pa /etc/rc.conf
|
|
|
|
file.
|
1996-07-11 00:22:46 +00:00
|
|
|
.Pp
|
|
|
|
.Bl -tag -width xxxxxxxxxxxxxxxxxxxx
|
1999-10-27 06:39:26 +00:00
|
|
|
.It 10base5/AUI
|
1996-07-11 00:22:46 +00:00
|
|
|
Use the AUI port.
|
1999-10-27 06:39:26 +00:00
|
|
|
.It 10base2/BNC
|
1998-01-08 17:09:38 +00:00
|
|
|
Use the BNC port.
|
1999-10-27 06:39:26 +00:00
|
|
|
.It 10baseT/UTP
|
1996-07-11 00:22:46 +00:00
|
|
|
Use the UTP port.
|
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
If there are multiple cards in the computer, they are searched for
|
1999-10-27 06:39:26 +00:00
|
|
|
in the following order: bus, slot, then ethernet address.
|
1996-07-11 00:22:46 +00:00
|
|
|
.Sh NOTES
|
|
|
|
The 3c509 card has no jumpers to set the address.
|
|
|
|
3Com supplies software to set the address of the card in software.
|
|
|
|
To find the card on the ISA bus, the kernel performs a complex
|
1998-01-08 17:09:38 +00:00
|
|
|
scan operation at IO address 0x110.
|
1996-07-11 00:22:46 +00:00
|
|
|
Beware!
|
|
|
|
Avoid placing other cards at that address!
|
|
|
|
.Pp
|
2000-03-15 20:48:49 +00:00
|
|
|
Furthermore,
|
|
|
|
the 3c509 should only
|
|
|
|
be configured in EISA mode
|
|
|
|
when installed in a computer that has actual EISA slots
|
|
|
|
(and an EISA-aware BIOS).
|
|
|
|
The normal driver auto-detection support
|
|
|
|
is sufficient for non-EISA systems.
|
1996-07-11 00:22:46 +00:00
|
|
|
.Sh DIAGNOSTICS
|
2000-03-02 14:18:45 +00:00
|
|
|
.Bl -diag
|
|
|
|
.It ep0: reset (status: %x)
|
|
|
|
The driver has encountered a FIFO underrun or overrun.
|
|
|
|
The driver will reset the card and the packet will be lost.
|
|
|
|
This is not fatal.
|
|
|
|
.It ep0: eeprom failed to come ready
|
|
|
|
The eeprom failed to come ready.
|
|
|
|
This probably means the card is wedged.
|
|
|
|
.It ep0: 3c509 in test mode. Erase pencil mark!
|
|
|
|
This means that someone has scribbled with pencil
|
|
|
|
in the test area on the card.
|
|
|
|
Erase the pencil mark and reboot.
|
|
|
|
(This is not a joke).
|
|
|
|
.El
|
1996-07-11 00:22:46 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ed 4 ,
|
|
|
|
.Xr el 4 ,
|
|
|
|
.Xr ie 4 ,
|
1996-12-26 16:16:37 +00:00
|
|
|
.Xr intro 4 ,
|
|
|
|
.Xr le 4 ,
|
2000-05-04 17:40:13 +00:00
|
|
|
.Xr ng_ether 4 ,
|
2001-07-06 16:46:48 +00:00
|
|
|
.Xr vx 4 ,
|
2000-05-04 17:40:13 +00:00
|
|
|
.Xr ifconfig 8
|
1996-07-11 00:22:46 +00:00
|
|
|
.Sh STANDARDS
|
2000-03-02 14:54:02 +00:00
|
|
|
are great.
|
|
|
|
There's so many to choose from.
|