1DE(4) Kernel Interfaces Manual DE(4)
2
3
4
6 de - DEC DEUNA 10 Mb/s Ethernet interface
7
9 /sys/conf/SYSTEM:
10 NDE de_controllers # DEUNA
11
13 The de interface provides access to a 10 Mb/s Ethernet network through
14 a Digital Equipment UNIBUS Network Adapter (DEUNA).
15
16 Each of the host's network addresses is specified at boot time with an
17 SIOCSIFADDR ioctl. The de interface employs the address resolution
18 protocol described in arp(4P) to dynamically map between Internet and
19 Ethernet addresses on the local network.
20
21 The interface normally tries to use a ``trailer'' encapsulation to min‐
22 imize copying data on input and output. The use of trailers is negoti‐
23 ated with ARP. This negotiation may be disabled, on a per-interface
24 basis, by setting the IFF_NOTRAILERS flag with an SIOCSIFFLAGS ioctl.
25
27 de%d: hardware address %s. This is a normal autoconfiguration message
28 noting the 6 byte physical ethernet address of the adapter.
29
30 de%d: oerror, flags=%b tdrerr=%b (len=%d). The hardware indicated an
31 error in transmitting a packet to the cable. The status and error
32 flags are reported.
33
34 de%d: ierror, flags=%b lenerr=%b (len=%d). The hardware indicated an
35 error in reading a packet from the cable. The status and error flags
36 are reported.
37
38 de%d: can't handle af%d. The interface was handed a message with
39 addresses formatted in an unsuitable address family; the packet was
40 dropped.
41
42 de%d: buffer unavailable. The interface received more packets than it
43 had buffers allocated to receive them.
44
45 de%d: address change failed, csr0=%b csr1=%b. The interface was unable
46 to reprogram its physical ethernet address. This may happen with very
47 early models of the interface. This facility is used only when the
48 controller is not the first network interface configured for XNS.
49
50 The following messages indicate a probable hardware error performing
51 the indicated operation during autoconfiguration or initialization.
52 The two control and status registers should indicate the nature of the
53 failure. See the hardware manual for details.
54
55 de%d: reset failed, csr0=%b csr1=%b.
56
57 de%d: ppcb failed, csr0=%b csr1=%b.
58
59 de%d: read addr failed, csr0=%b csr1=%b.
60
61 de%d: wtring failed, csr0=%b csr1=%b.
62
63 de%d: wtmode failed, csr0=%b csr1=%b.
64
66 intro(4N), inet(4F), arp(4P)
67
68
69
703rd Berkeley Distribution August 20, 1987 DE(4)