]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/de.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / de.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$
27 .\"
28 .Dd July 16, 2005
29 .Dt DE 4
30 .Os
31 .Sh NAME
32 .Nm de
33 .Nd "DEC DC21x4x Ethernet device driver"
34 .Sh SYNOPSIS
35 To compile this driver into the kernel,
36 place the following line in your
37 kernel configuration file:
38 .Bd -ragged -offset indent
39 .Cd "device de"
40 .Ed
41 .Pp
42 Alternatively, to load the driver as a
43 module at boot time, place the following line in
44 .Xr loader.conf 5 :
45 .Bd -literal -offset indent
46 if_de_load="YES"
47 .Ed
48 .Sh DESCRIPTION
49 The
50 .Nm
51 driver provides support for the Ethernet adapters based on the Digital
52 Equipment DC21x4x based self-contained Ethernet and Fast Ethernet
53 chips.
54 .Pp
55 The
56 .Nm
57 driver supports the following media types:
58 .Bl -tag -width xxxxxxxxxxxxxxx
59 .It autoselect
60 Enable autoselection of the media type and options
61 .It 10baseT/UTP
62 Set 10Mbps operation on the 10baseT port
63 .It 10base2/BNC
64 Set 10Mbps operation on the BNC port
65 .It 10base5/AUI
66 Set 10Mbps operation on the AUI port
67 .It 100baseTX
68 Set 100Mbps (Fast Ethernet) operation
69 .It 100baseFX
70 Set 100Mbps operation
71 .It 100baseT4
72 Set 100Mbps operation (4-pair cat-3 cable)
73 .El
74 .Pp
75 The
76 .Nm
77 driver supports the following media options:
78 .Bl -tag -width xxxxxxxxxxxxxxx
79 .It full-duplex
80 Set full duplex operation
81 .El
82 .Pp
83 Note that the media types available depend on the particular card in use.
84 Some cards are explicitly programmed to a particular media type by a
85 setup utility and are not changeable.
86 .Pp
87 Use the
88 .Xr ifconfig 8
89 command and in particular the
90 .Fl m
91 flag to list the supported media types for your particular card.
92 .Pp
93 The old
94 .Dq ifconfig linkN
95 method of configuration is not supported.
96 .Sh HARDWARE
97 Adapters supported by the
98 .Nm
99 driver include:
100 .Pp
101 .Bl -bullet -compact
102 .It
103 Adaptec ANA-6944/TX
104 .It
105 Cogent EM100FX and EM440TX
106 .It
107 Corega FastEther PCI-TX
108 .It
109 D-Link DFE-500TX
110 .It
111 DEC DE435, DEC DE450, and DEC DE500
112 .It
113 ELECOM LD-PCI2T, LD-PCITS
114 .It
115 I-O DATA LA2/T-PCI
116 .It
117 SMC Etherpower 8432, 9332 and 9334
118 .It
119 ZNYX ZX3xx
120 .El
121 .Sh DIAGNOSTICS
122 .Bl -diag
123 .It "de%d: waking device from sleep/snooze mode"
124 The 21041 and 21140A chips support suspending the operation of the card.
125 .It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
126 The device probe detected that the board is configured for a different
127 interrupt than the one specified in the kernel configuration file.
128 .It "de%d: not configured; limit of %d reached or exceeded"
129 There is a limit of 32
130 .Nm
131 devices allowed in a single machine.
132 .It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
133 .It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
134 Certain revisions of the chipset are not supported by this driver.
135 .El
136 .Sh SEE ALSO
137 .Xr altq 4 ,
138 .Xr arp 4 ,
139 .Xr netintro 4 ,
140 .Xr ng_ether 4 ,
141 .Xr ifconfig 8
142 .Sh AUTHORS
143 .An -nosplit
144 The
145 .Nm
146 device driver was written by
147 .An Matt Thomas .
148 This manual page was written by
149 .An David E. O'Brien .