| LE(4) | Device Drivers Manual | LE(4) |
le — AMD Am7900
LANCE and Am79C9xx ILACC/PCnet Ethernet interface driver
To compile this driver into the kernel, place the following line in your kernel configuration file:
device leAlternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_le_load="YES"
For ISA non-PnP adapters, the port address as well as the IRQ and
the DRQ numbers have to be specified in
/boot/device.hints:
hint.le.0.at="isa"
hint.le.0.port="0x280"
hint.le.0.irq="10"
hint.le.0.drq="0"
The le driver provides support for
Ethernet adapters based on the AMD Am7990 and Am79C90 (CMOS, pin-compatible)
Local Area Network Controller for Ethernet (LANCE) chips.
The le driver also supports Ethernet
adapters based on the AMD Am79C900 Integrated Local Area Communications
Controller (ILACC) as well as the Am79C9xx PCnet family of chips, which are
single-chip implementations of a LANCE chip and a DMA engine. This includes
a superset of the PCI bus Ethernet chips supported by the
pcn(4) driver. The le driver
treats all of these PCI bus Ethernet chips as an AMD Am79C970 PCnet-PCI and
does not support the additional features like the MII bus and burst mode of
AMD Am79C971 PCnet-FAST and greater chips. Thus the pcn(4)
driver should be preferred for the latter.
Generally, the le driver aims at
supporting as many different chips on as many different platforms as
possible, partially at the cost of the best performance with some of
these.
The le driver supports reception and
transmission of extended frames for vlan(4). Selective
reception of multicast Ethernet frames is provided by a 64-bit mask;
multicast destination addresses are hashed to a bit entry using the Ethernet
CRC function.
The le driver supports ISA bus Ethernet
adapters which are based on the following chips:
This includes support for the following Ethernet adapters:
ISA non-PnP:
ISA PnP:
The le driver does not support the
selection of media types and options via ifconfig(8) with
ISA bus Ethernet adapters.
The PCI bus Ethernet chips supported by the
le driver are:
This includes support for the following Ethernet adapters:
The le driver supports the selection of
the following media types via ifconfig(8) with PCI bus
Ethernet adapters:
autoselect10baseT/UTP10base5/AUIThe following media option is supported with these media types:
full-duplexNote that unlike the pcn(4) driver, the
le driver does not support selecting 100Mbps (Fast
Ethernet) media types.
The le driver supports the on-board LANCE
interfaces found in Sun Ultra 1 machines. The le
driver allows the selection of the following media types via
ifconfig(8) with these on-board interfaces:
autoselect10baseT/UTP10base5/AUIWhen using autoselection, a default media type is selected for use by examining all ports for carrier. The first media type with which a carrier is detected will be selected. Additionally, if carrier is dropped on a port, the driver will switch between the possible ports until one with carrier is found.
The le driver also supports the following
Sun SBus Ethernet add-on adapters:
The le driver does not support the
selection of media types and options via ifconfig(8) with
SBus Ethernet add-on adapters.
For further information on configuring media types and options, see ifconfig(8).
TDR is the abbreviation of "Time Domain Reflectometry". The optionally reported TDR value is an internal counter of the interval between the start of a transmission and the occurrence of a collision. This value can be used to determine the distance from the Ethernet tap to the point on the Ethernet cable that is shorted or open (unterminated).
le driver allocates buffers large enough to
receive maximum sized Ethernet packets, this means some other station on
the LAN transmitted a packet larger than allowed by the Ethernet
standard.altq(4), arp(4), intro(4), netintro(4), pcn(4), vlan(4), ifconfig(8)
The le driver was ported from
NetBSD and first appeared in
FreeBSD 6.1. The NetBSD
version in turn was derived from the le driver which
first appeared in 4.4BSD.
The le driver was ported by
Marius Strobl
<marius@FreeBSD.org>.
| February 15, 2017 | Debian |