DE(4) | Device Drivers Manual | DE(4) |
de
— DEC DC21x4x
Ethernet device driver
To compile this driver into the kernel, place the following line in your kernel configuration file:
device de
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
if_de_load="YES"
The de
driver is not present in
FreeBSD 13.0 and later. See
https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
information.
The de
driver provides support for the
Ethernet adapters based on the Digital Equipment DC21x4x based
self-contained Ethernet and Fast Ethernet chips.
The de
driver supports the following media
types:
The de
driver supports the following media
options:
Note that the media types available depend on the particular card in use. Some cards are explicitly programmed to a particular media type by a setup utility and are not changeable.
Use the ifconfig(8) command and in particular
the -m
flag to list the supported media types for
your particular card.
The old “ifconfig linkN” method of configuration is not supported.
Adapters supported by the de
driver
include:
de
devices allowed in a
single machine.The de
device driver was written by
Matt Thomas. This manual page was written by
David E. O'Brien.
October 24, 2018 | Debian |