]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/share/man/man4/man4.i386/el.4
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / 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$
25 .\"
26 .Dd September 5, 2004
27 .Dt EL 4 i386
28 .Os
29 .Sh NAME
30 .Nm el
31 .Nd Ethernet driver for 3Com Etherlink 3C501 devices
32 .Sh SYNOPSIS
33 .Cd "device el"
34 .Pp
35 In
36 .Pa /boot/device.hints :
37 .Cd hint.el.0.at="isa"
38 .Cd hint.el.0.port="0x300"
39 .Cd hint.el.0.irq="9"
40 .Sh DESCRIPTION
41 .Bf -symbolic
42 This device driver is deprecated and will be removed in
43 .Fx 7.0 .
44 .Ef
45 .Pp
46 The
47 .Nm
48 interface provides support for the 3Com 3c501 8bit ISA Ethernet card.
49 The 3c501 card is known to be quite slow, and a different Ethernet card
50 should be used if possible.
51 However, they allow inexpensive access to 10 Mb/s Ethernet networks.
52 .Pp
53 The valid I/O ports are in the range 0x280-0x3f0.
54 .Sh HARDWARE
55 The
56 .Nm
57 driver supports the 3Com 3c501 8bit ISA Ethernet card.
58 .Sh SEE ALSO
59 .Xr ed 4 ,
60 .Xr ep 4 ,
61 .Xr ie 4 ,
62 .Xr intro 4 ,
63 .Xr ng_ether 4 ,
64 .Xr ifconfig 8
65 .Sh BUGS
66 The driver assumes the card is configured for the same IRQ as the kernel.
67 No probing or checking is done to determine if this is the case.
68 .Pp
69 Does not currently support DMA.
70 .Pp
71 Does not currently support multicasts.