Sync usage with man page.
[netbsd-mini2440.git] / share / man / man4 / man4.vax / de.4
blob3038bfb52fe28d0eca1e72aab88bbcf387537f46
1 .\"     $NetBSD: de.4,v 1.11 2003/08/31 11:34:09 ragge Exp $
2 .\"
3 .\" Copyright (c) 1986, 1991, 1993
4 .\"     The Regents of the University of California.  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 .\" 3. Neither the name of the University nor the names of its contributors
15 .\"    may be used to endorse or promote products derived from this software
16 .\"    without specific prior written permission.
17 .\"
18 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
19 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
22 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 .\" SUCH DAMAGE.
29 .\"
30 .\"     from: @(#)de.4  8.1 (Berkeley) 6/5/93
31 .\"
32 .Dd August 31, 2003
33 .Dt DE 4 vax
34 .Os
35 .Sh NAME
36 .Nm de
37 .Nd
38 .Tn DEC DEUNA/DELUA
39 10 Mb/s Ethernet interface
40 .Sh SYNOPSIS
41 .Cd "de0 at uba? csr 174510"
42 .Sh DESCRIPTION
43 The
44 .Nm
45 interface provides access to a 10 Mb/s Ethernet network through
46 a Digital Equipment
47 .Tn UNIBUS
48 Network Adapter
49 .Pq Tn DEUNA .
50 .Pp
51 Each of the host's network addresses
52 is specified at boot time with an
53 .Dv SIOCSIFADDR
54 .Xr ioctl 2 .
55 The
56 .Nm
57 interface employs the address resolution protocol described in
58 .Xr arp 4
59 to dynamically map between Internet and Ethernet addresses on the local
60 network.
61 .Sh DIAGNOSTICS
62 .Bl -diag
63 .It de%d: hardware address %s.
64 This is a normal autoconfiguration message noting the 6 byte physical
65 Ethernet address of the adapter.
66 .Pp
67 .It de%d: oerror, flags=%b tdrerr=%b (len=%d).
68 The hardware indicated an error
69 in transmitting a packet to the cable.
70 The status and error flags are reported.
71 .Pp
72 .It de%d: ierror, flags=%b lenerr=%b (len=%d).
73 The hardware indicated an error
74 in reading a packet from the cable.
75 The status and error flags are reported.
76 .El
77 .Pp
78 The following messages indicate a probable hardware error performing
79 the indicated operation during autoconfiguration or initialization.
80 The two control and status registers
81 should indicate the nature of the failure.
82 See the hardware manual for details.
83 .Pp
84 .Bl -diag
85 .It de%d: reset failed, csr0=%b csr1=%b.
86 .It de%d: ppcb failed, csr0=%b csr1=%b.
87 .It de%d: read addr failed, csr0=%b csr1=%b.
88 .It de%d: wtring failed, csr0=%b csr1=%b.
89 .It de%d: wtmode failed, csr0=%b csr1=%b.
90 .El
91 .Sh SEE ALSO
92 .Xr arp 4 ,
93 .Xr inet 4 ,
94 .Xr netintro 4
95 .Sh HISTORY
96 The
97 .Nm
98 driver appeared in
99 .Bx 4.3 .