.\" Copyright (c) 1990 The Regents of the University of California. .\" All rights reserved. .\" .\" This code is derived from software contributed to Berkeley by .\" the Systems Programming Group of the University of Utah Computer .\" Science Department. .\" .\" %sccs.include.redist.man% .\" .\" @(#)le.4 5.1 (Berkeley) 06/29/90 .\" .TH LE 4 "" .UC 7 .SH NAME de \- HP AMD 7990 LANCE Ethernet interface .SH SYNOPSIS .B "device le0 at scode?" .SH DESCRIPTION The .I le interface provides access to a 10 Mb/s Ethernet network via the AMD 7990 LANCE Ethernet chip set. .PP Each of the host's network addresses is specified at boot time with an SIOCSIFADDR ioctl. The .I de interface employs the address resolution protocol described in .IR arp (4P) to dynamically map between Internet and Ethernet addresses on the local network. .PP The use of ``trailer'' encapsulation to minimize copying data on input and output is supported by the interface but offers no advantage due to the large HP page size. The use of trailers is negotiated with ARP. This negotiation may be disabled, on a per-interface basis, by setting the IFF_NOTRAILERS flag with an SIOCSIFFLAGS ioctl. .SH DIAGNOSTICS \fBle%d: hardware address %s\fP. This is a normal autoconfiguration message noting the 6 byte physical ethernet address of the adapter. .PP \fBde%d: can't handle af%d\fP. The interface was handed a message with addresses formatted in an unsuitable address family; the packet was dropped. .PP The following message indicate a possible hardware error performing the indicated operation during autoconfiguration or initialization. .PP \fBle%d: init timeout, stat = 0x%x\fP. The hardware did not respond to an initialize command during reset. The reset procedure continues anyway. .SH SEE ALSO intro(4N), inet(4F), arp(4P)