xref: /openbsd/share/man/man4/de.4 (revision f2dfb0a4)
1.\"	$OpenBSD: de.4,v 1.2 1998/03/09 02:45:50 millert Exp $
2.\"
3.\" Copyright (c) 1997 David E. O'Brien
4.\"
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\"    notice, this list of conditions and the following disclaimer.
12.\" 2. Redistributions in binary form must reproduce the above copyright
13.\"    notice, this list of conditions and the following disclaimer in the
14.\"    documentation and/or other materials provided with the distribution.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE DEVELOPERS ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.Dd January 19, 1997
28.Dt DE 4
29.Os OpenBSD
30.Sh NAME
31.Nm de
32.Nd
33DEC DC21x4x Ethernet device driver
34.Sh SYNOPSIS
35.Cd "de* at pci?"
36.Sh DESCRIPTION
37The
38.Nm
39driver provides support for the Ethernet adapters based on the Digital
40Equipment DC21x4x based self-contained Ethernet chips.
41.Pp
42It supports the DEC PCI DE435 card, DEC EISA DE425, DEC DE450, DEC DE500,
43SMC 8432, 9332 and 9334, Cogent EM100FX and EM440TX, Asante,
44ZNYX ZX3xx, and others based on the 21040 and 21041 Ethernet controllers or
45the 21140[A], 21141, 21142 and 21143 Fast 100Mbps Ethernet controllers.
46.Pp
47The
48.Nm
49driver supports the following media types:
50.Pp
51.Bl -tag -width xxxxxxxxxxxxxxx
52.It autoselect
53Enable autoselection of the media type and options
54.It 10baseT/UTP
55Set 10Mbps operation on the 10baseT port
56.It 10base2/BNC
57Set 10Mbps operation on the BNC port
58.It 10base5/AUI
59Set 10Mbps operation on the AUI port
60.It 100baseTX
61Set 100Mbps (fast ethernet) operation
62.It 100baseFX
63Set 100Mbps operation
64.It 100baseT4
65Set 100Mbps operation (4-pair cat-3 cable)
66.El
67.Pp
68The
69.Nm
70driver supports the following media options:
71.Pp
72.Bl -tag -width xxxxxxxxxxxxxxx
73.It full-duplex
74Set full duplex operation
75.El
76.Pp
77Note that the media types available depend on the particular card in use.
78Some cards are explicitly programmed to a particular media type by a
79setup utility and are not changeable.
80.Pp
81Use the
82.Xr ifconfig 8
83command an in particular the
84.Fl m
85flag to list the supported media types for your particular card.
86.Pp
87The old
88.Dq ifconfig linkN
89method of configuration is not supported.
90.Sh DIAGNOSTICS
91.Bl -diag
92.It "de%d: waking device from sleep/snooze mode"
93The 21041 and 21140A chips support suspending the operation of the card.
94.It "de%d: error: desired IRQ of %d does not match device's actual IRQ of %d"
95The device probe detected that the board is configured for a different
96interrupt than the one specified in the kernel configuration file.
97.It "de%d: not configured; limit of %d reached or exceeded"
98There is a limit of 32
99.Nm
100devices allowed in a single machine.
101.It "de%d: not configured; 21040 pass 2.0 required (%d.%d found)"
102.It "de%d: not configured; 21140 pass 1.1 required (%d.%d found)"
103Certain revisions of the chipset are not supported by this driver.
104.El
105.Sh CAVEATS
106Since the 21040 is available on both EISA and PCI boards, one must be careful
107in how defines the 21040 in the kernel config file.
108.Sh SEE ALSO
109.Xr arp 4 ,
110.Xr netintro 4 ,
111.Xr ifconfig 8
112.Sh AUTHORS
113The
114.Nm
115device driver was written by Matt Thomas.
116This manual page was written by David E. O'Brien.
117