2004-12-08 21:33:32 +03:00
|
|
|
.\" $NetBSD: ec.4,v 1.12 2004/12/08 18:33:32 peter Exp $
|
1997-11-11 02:18:23 +03:00
|
|
|
.\"
|
|
|
|
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" This code is derived from software contributed to The NetBSD Foundation
|
|
|
|
.\" by Jason R. Thorpe of the Numerical Aerospace Simulation Facility,
|
|
|
|
.\" NASA Ames Research Center.
|
|
|
|
.\"
|
|
|
|
.\" 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 the NetBSD
|
|
|
|
.\" Foundation, Inc. and its contributors.
|
|
|
|
.\" 4. Neither the name of The NetBSD Foundation nor the names of its
|
|
|
|
.\" contributors may be used to endorse or promote products derived
|
|
|
|
.\" from this software without specific prior written permission.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
|
|
|
|
.\" ``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 FOUNDATION OR CONTRIBUTORS
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.Dd October 20, 1997
|
|
|
|
.Dt EC 4
|
1999-03-16 04:19:14 +03:00
|
|
|
.Os
|
1997-11-11 02:18:23 +03:00
|
|
|
.Sh NAME
|
|
|
|
.Nm ec
|
2003-03-31 23:16:49 +04:00
|
|
|
.Nd driver for 3Com EtherLink II (3c503)
|
1999-04-08 01:39:34 +04:00
|
|
|
.Tn ISA
|
|
|
|
bus
|
|
|
|
.Tn Ethernet
|
|
|
|
cards
|
1997-11-11 02:18:23 +03:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Cd "ec0 at isa? port 0x250 iomem 0xd8000 irq 9"
|
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
|
|
|
.Nm
|
2003-03-31 23:16:49 +04:00
|
|
|
device driver supports 3Com EtherLink II (3c503)
|
1999-04-08 01:39:34 +04:00
|
|
|
.Tn Ethernet
|
|
|
|
cards for
|
|
|
|
.Tn ISA
|
|
|
|
bus which are based on the National Semiconductor DP8390/WD83C690
|
|
|
|
.Tn Ethernet
|
|
|
|
interface chips.
|
1997-11-11 02:18:23 +03:00
|
|
|
.Sh MEDIA SELECTION
|
2003-03-31 23:16:49 +04:00
|
|
|
The EtherLink II supports two media types on a single card.
|
1999-04-08 01:39:34 +04:00
|
|
|
All support the
|
|
|
|
.Tn AUI
|
|
|
|
media type.
|
|
|
|
The other media is either
|
|
|
|
.Tn BNC
|
|
|
|
or
|
|
|
|
.Tn UTP
|
|
|
|
behind a transceiver.
|
|
|
|
Software cannot differentiate between
|
|
|
|
.Tn BNC
|
|
|
|
and
|
|
|
|
.Tn UTP
|
|
|
|
cards.
|
1997-11-11 02:18:23 +03:00
|
|
|
.Pp
|
|
|
|
To enable the AUI media, select the
|
|
|
|
.Em 10base5
|
|
|
|
or
|
|
|
|
.Em aui
|
|
|
|
media type with
|
2003-06-27 22:21:35 +04:00
|
|
|
.Xr ifconfig 8 Ns 's
|
2004-12-08 21:33:32 +03:00
|
|
|
.Cm media
|
1999-04-08 01:39:34 +04:00
|
|
|
directive.
|
|
|
|
To select the other media
|
|
|
|
.Po
|
|
|
|
.Tn BNC
|
|
|
|
or
|
|
|
|
.Tn UTP
|
|
|
|
.Pc ,
|
|
|
|
select the
|
1997-11-11 02:18:23 +03:00
|
|
|
.Em 10base2
|
|
|
|
or
|
|
|
|
.Em bnc
|
|
|
|
media type.
|
|
|
|
.Sh DIAGNOSTICS
|
1997-11-11 08:11:27 +03:00
|
|
|
.Bl -diag
|
|
|
|
.It "ec0: wildcarded IRQ is not allowed"
|
1999-04-08 01:39:34 +04:00
|
|
|
.Pp
|
|
|
|
The
|
|
|
|
.Tn IRQ
|
|
|
|
was wildcarded in the kernel configuration file.
|
|
|
|
This is not supported.
|
2002-02-13 11:17:26 +03:00
|
|
|
.It "ec0: invalid IRQ \*[Lt]n\*[Gt], must be 3, 4, 5, or 9"
|
1999-04-08 01:39:34 +04:00
|
|
|
.Pp
|
|
|
|
An
|
|
|
|
.Tn IRQ
|
|
|
|
other than the above
|
|
|
|
.Tn IRQ
|
|
|
|
values was specified in the kernel configuration file.
|
2003-03-31 23:16:49 +04:00
|
|
|
The EtherLink II hardware only supports the above listed
|
1999-04-08 01:39:34 +04:00
|
|
|
.Tn IRQ
|
|
|
|
values.
|
2002-02-13 11:17:26 +03:00
|
|
|
.It "ec0: failed to clear shared memory at offset \*[Lt]off\*[Gt]"
|
1999-04-08 01:39:34 +04:00
|
|
|
.Pp
|
1997-11-11 02:18:23 +03:00
|
|
|
The memory test was unable to clear shared the interface's shared memory
|
1999-04-08 01:39:34 +04:00
|
|
|
region.
|
|
|
|
This often indicates that the card is configured at a conflicting
|
1997-11-11 02:18:23 +03:00
|
|
|
.Em iomem
|
|
|
|
address.
|
1999-04-08 01:39:34 +04:00
|
|
|
.It "ec0: warning - receiver ring buffer overrun"
|
|
|
|
.Pp
|
|
|
|
The DP8390
|
|
|
|
.Tn Ethernet
|
|
|
|
chip used by this board implements a shared-memory
|
1999-01-14 03:16:42 +03:00
|
|
|
ring-buffer to store incoming packets.
|
1999-04-08 01:39:34 +04:00
|
|
|
The 3c503 usually has only 8K bytes of shared memory.
|
|
|
|
This is only enough room for about 4 full-size (1500 byte) packets.
|
|
|
|
This can sometimes be a problem, especially on the original 3c503, because
|
1999-01-14 03:16:42 +03:00
|
|
|
these boards' shared-memory access speed is quite slow; typically only
|
1999-04-08 01:39:34 +04:00
|
|
|
about 1MB/second.
|
|
|
|
The overhead of this slow memory access, and the fact that there
|
|
|
|
is only room for 4 full-sized packets means that the ring-buffer
|
2001-06-12 16:04:22 +04:00
|
|
|
will occasionally overrun.
|
1999-04-08 01:39:34 +04:00
|
|
|
.Pp
|
2001-06-12 16:04:22 +04:00
|
|
|
When an overrun occurs, the board must be reset to avoid a lockup
|
1999-04-08 01:39:34 +04:00
|
|
|
problem in early revision DP8390
|
|
|
|
.Tn Ethernet
|
|
|
|
chips.
|
1999-01-14 03:16:42 +03:00
|
|
|
Resetting the board causes all of the data in the ring-buffer to be
|
1999-04-08 01:39:34 +04:00
|
|
|
lost, requiring the data to be retransmitted/received, congesting the board
|
|
|
|
further.
|
|
|
|
Because of this, maximum throughput on these boards is only about
|
|
|
|
400-600K bytes per second.
|
1999-01-14 03:16:42 +03:00
|
|
|
.Pp
|
1999-04-08 01:39:34 +04:00
|
|
|
This problem is exacerbated by
|
|
|
|
.Tn NFS
|
|
|
|
because the 8-bit boards lack sufficient packet buffer memory to
|
|
|
|
support the default 8K byte packets that
|
|
|
|
.Tn NFS
|
|
|
|
and other protocols use as their default.
|
|
|
|
If these cards must be used
|
|
|
|
with
|
|
|
|
.Tn NFS ,
|
|
|
|
use the
|
|
|
|
.Xr mount_nfs 8
|
|
|
|
.Fl \&r
|
|
|
|
and
|
|
|
|
.Fl \&w
|
|
|
|
options in
|
|
|
|
.Pa /etc/fstab
|
|
|
|
to limit NFS's packet size.
|
|
|
|
4K (4096) byte packets generally work.
|
1997-11-11 08:11:27 +03:00
|
|
|
.El
|
1997-11-11 02:18:23 +03:00
|
|
|
.Sh SEE ALSO
|
1998-08-09 04:39:02 +04:00
|
|
|
.Xr ifmedia 4 ,
|
1997-11-11 02:18:23 +03:00
|
|
|
.Xr intro 4 ,
|
1998-02-22 08:21:20 +03:00
|
|
|
.Xr isa 4 ,
|
1999-04-08 01:39:34 +04:00
|
|
|
.Xr ifconfig 8 ,
|
|
|
|
.Xr mount_nfs 8
|