Merge branch 'vendor/GDTOA'
[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 .\" $DragonFly: src/share/man/man4/man4.i386/le.4,v 1.2 2003/06/17 04:36:59 dillon Exp $
28 .\"
29 .Dd January 19, 1997
30 .Dt LE 4 i386
31 .Os
32 .Sh NAME
33 .Nm le
34 .Nd DEC EtherWORKS II/III Ethernet device driver
35 .Sh SYNOPSIS
36 .Cd "device le0 at isa? port 0x300 irq 5 iomem 0xd0000"
37 .Sh DESCRIPTION
38 The
39 .Nm
40 driver provides support for the later Digital Equipment EtherWORKS II
41 (DE200, DE201, DE202, DE422), and the DEC EtherWORKS III NICs (DE203, DE204,
42 and DE205) NICs.
43 .Pp
44 The valid IRQ settings for the
45 .Nm
46 driver are 5, 10, 11, and 15.
47 .Sh DIAGNOSTICS
48 .Bl -diag
49 .It "le%d: not configured -- too many devices"
50 There is a limit of the number of
51 .Nm
52 devices allowed in a single machine.
53 .It "le%d: lemac configuration error: expected IRQ 0x%x actual 0x%x"
54 The probed IRQ value did not match the value specified in the kernel
55 configuration file.  Either the card should be changed, or a new kernel
56 should be built.
57 .It "le%d: lemac configuration error: expected iomem 0x%x actual 0x%x"
58 The probed iomem value did not match the value specified in the kernel
59 configuration file.  Either the card should be changed, or a new kernel
60 should be built.
61 .It "le%d: reset: EEPROM checksum failed (0x%x)"
62 The
63 .Nm
64 driver depends on the information in the EEPROM being correct.
65 If this error occurs, please reconfigure the card.
66 .It "le%d: fatal RXD error, attempting recovery"
67 .It "le%d: recovery failed -- board disabled"
68 A receive error occurred.  The driver will attempt to recover from this
69 error.  However if it cannot, the driver will shut the card down.
70 .It "le%d: lance: warning: excessive collisions: TDR%dns (%d-%dm)"
71 An overly high number of Ethernet collisions were detected.  It may be the
72 case that the network is overly busy.  Or this may suggest a problem with
73 the EtherWORKS card.
74 .El
75 .Sh SEE ALSO
76 .Xr arp 4 ,
77 .Xr netintro 4 ,
78 .Xr ng_ether 4 ,
79 .Xr config 8 ,
80 .Xr ifconfig 8
81 .Rs
82 .%T "Building 4.3 BSD UNIX System with Config"
83 .Re
84 .Sh HISTORY
85 The
86 .Nm
87 device driver was present in
88 .Fx 2.0 .
89 .Sh AUTHORS
90 .An -nosplit
91 The
92 .Nm
93 device driver was written by
94 .An Matt Thomas .
95 This manual page was written by
96 .An David E. O'Brien .