Merge branch 'vendor/OPENSSL'
[dragonfly.git] / share / man / man4 / man4.i386 / el.4
1 .\"
2 .\" Copyright (c) 1994 James A. Jegers
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. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD: src/share/man/man4/man4.i386/el.4,v 1.11.2.3 2001/08/17 13:08:45 ru Exp $
25 .\" $DragonFly: src/share/man/man4/man4.i386/el.4,v 1.3 2006/02/17 19:37:10 swildner Exp $
26 .\"
27 .Dd July 10, 1995
28 .Dt EL 4 i386
29 .Os
30 .Sh NAME
31 .Nm el
32 .Nd Ethernet driver for 3Com Etherlink 3C501 device driver
33 .Sh SYNOPSIS
34 .Cd "device el0 at isa? port 0x300 irq 9"
35 .Sh DESCRIPTION
36 The
37 .Nm
38 interface provides support for the 3Com 3c501 8bit ISA ethernet card.
39 The 3c501 card is known to be quite slow, and a different ethernet card
40 should be used if possible.
41 However, they allow inexpensive access to 10 Mb/s Ethernet networks.
42 .Pp
43 The valid I/O ports are in the range 0x280-0x3f0.
44 .Sh SEE ALSO
45 .Xr ed 4 ,
46 .Xr ep 4 ,
47 .Xr ie 4 ,
48 .Xr intro 4 ,
49 .Xr le 4 ,
50 .Xr ng_ether 4 ,
51 .Xr ifconfig 8
52 .Sh BUGS
53 The driver assumes the card is configured for the same IRQ as the kernel.
54 No probing or checking is done to determine if this is the case.
55 .Pp
56 Does not currently support DMA.
57 .Pp
58 Does not currently support multicasts.