Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / man / man4 / man4.i386 / le.4
1 .\"
2 .\" Copyright (c) 1997 David E. O'Brien
3 .\"
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD: src/share/man/man4/man4.i386/le.4,v 1.10.2.5 2001/08/17 13:08:45 ru Exp $
27 .\"
28 .Dd January 19, 1997
29 .Dt LE 4 i386
30 .Os
31 .Sh NAME
32 .Nm le
33 .Nd DEC EtherWORKS II/III Ethernet device driver
34 .Sh SYNOPSIS
35 .Cd "device le0 at isa? port 0x300 irq 5 iomem 0xd0000"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver provides support for the later Digital Equipment EtherWORKS II
40 (DE200, DE201, DE202, DE422), and the DEC EtherWORKS III NICs (DE203, DE204,
41 and DE205) NICs.
42 .Pp
43 The valid IRQ settings for the
44 .Nm
45 driver are 5, 10, 11, and 15.
46 .Sh DIAGNOSTICS
47 .Bl -diag
48 .It "le%d: not configured -- too many devices"
49 There is a limit of the number of
50 .Nm
51 devices allowed in a single machine.
52 .It "le%d: lemac configuration error: expected IRQ 0x%x actual 0x%x"
53 The probed IRQ value did not match the value specified in the kernel
54 configuration file.  Either the card should be changed, or a new kernel
55 should be built.
56 .It "le%d: lemac configuration error: expected iomem 0x%x actual 0x%x"
57 The probed iomem value did not match the value specified in the kernel
58 configuration file.  Either the card should be changed, or a new kernel
59 should be built.
60 .It "le%d: reset: EEPROM checksum failed (0x%x)"
61 The
62 .Nm
63 driver depends on the information in the EEPROM being correct.
64 If this error occurs, please reconfigure the card.
65 .It "le%d: fatal RXD error, attempting recovery"
66 .It "le%d: recovery failed -- board disabled"
67 A receive error occurred.  The driver will attempt to recover from this
68 error.  However if it cannot, the driver will shut the card down.
69 .It "le%d: lance: warning: excessive collisions: TDR%dns (%d-%dm)"
70 An overly high number of Ethernet collisions were detected.  It may be the
71 case that the network is overly busy.  Or this may suggest a problem with
72 the EtherWORKS card.
73 .El
74 .Sh SEE ALSO
75 .Xr arp 4 ,
76 .Xr netintro 4 ,
77 .Xr ng_ether 4 ,
78 .Xr config 8 ,
79 .Xr ifconfig 8
80 .Rs
81 .%T "Building 4.3 BSD UNIX System with Config"
82 .Re
83 .Sh HISTORY
84 The
85 .Nm
86 device driver was present in
87 .Fx 2.0 .
88 .Sh AUTHORS
89 .An -nosplit
90 The
91 .Nm
92 device driver was written by
93 .An Matt Thomas .
94 This manual page was written by
95 .An David E. O'Brien .