]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - share/man/man4/de.4
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 .Pp
59 .Bl -tag -width xxxxxxxxxxxxxxx
60 .It autoselect
61 Enable autoselection of the media type and options
62 .It 10baseT/UTP
63 Set 10Mbps operation on the 10baseT port
64 .It 10base2/BNC
65 Set 10Mbps operation on the BNC port
66 .It 10base5/AUI
67 Set 10Mbps operation on the AUI port
68 .It 100baseTX
69 Set 100Mbps (Fast Ethernet) operation
70 .It 100baseFX
71 Set 100Mbps operation
72 .It 100baseT4
73 Set 100Mbps operation (4-pair cat-3 cable)
74 .El
75 .Pp
76 The
77 .Nm
78 driver supports the following media options:
79 .Pp
80 .Bl -tag -width xxxxxxxxxxxxxxx
81 .It full-duplex
82 Set full duplex operation
83 .El
84 .Pp
85 Note that the media types available depend on the particular card in use.
86 Some cards are explicitly programmed to a particular media type by a
87 setup utility and are not changeable.
88 .Pp
89 Use the
90 .Xr ifconfig 8
91 command and in particular the
92 .Fl m
93 flag to list the supported media types for your particular card.
94 .Pp
95 The old
96 .Dq ifconfig linkN
97 method of configuration is not supported.
98 .Sh HARDWARE
99 Adapters supported by the
100 .Nm
101 driver include:
102 .Pp
103 .Bl -bullet -compact
104 .It
105 Adaptec ANA-6944/TX
106 .It
107 Cogent EM100FX and EM440TX
108 .It
109 Corega FastEther PCI-TX
110 .It
111 D-Link DFE-500TX
112 .It
113 DEC DE435, DEC DE450, and DEC DE500
114 .It
115 ELECOM LD-PCI2T, LD-PCITS
116 .It
117 I-O DATA LA2/T-PCI
118 .It
119 SMC Etherpower 8432, 9332 and 9334
120 .It
121 ZNYX ZX3xx
122 .El
123 .Sh DIAGNOSTICS
124 .Bl -diag
125 .It "de%d: waking device from sleep/snooze mode"
126 The 21041 and 21140A chips support suspending the operation of the card.
127 .It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
128 The device probe detected that the board is configured for a different
129 interrupt than the one specified in the kernel configuration file.
130 .It "de%d: not configured; limit of %d reached or exceeded"
131 There is a limit of 32
132 .Nm
133 devices allowed in a single machine.
134 .It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
135 .It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
136 Certain revisions of the chipset are not supported by this driver.
137 .El
138 .Sh SEE ALSO
139 .Xr altq 4 ,
140 .Xr arp 4 ,
141 .Xr netintro 4 ,
142 .Xr ng_ether 4 ,
143 .Xr ifconfig 8
144 .Sh AUTHORS
145 .An -nosplit
146 The
147 .Nm
148 device driver was written by
149 .An Matt Thomas .
150 This manual page was written by
151 .An David E. O'Brien .