Deleted Added
full compact
de.4 (302408) de.4 (347962)
1.\"
2.\" Copyright (c) 1997 David E. O'Brien
3.\"
4.\" 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 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 1997 David E. O'Brien
3.\"
4.\" 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 unchanged lines hidden (view full) ---

18.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
19.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: stable/11/share/man/man4/de.4 213573 2010-10-08 12:40:16Z uqs $
26.\" $FreeBSD: stable/11/share/man/man4/de.4 347962 2019-05-18 20:43:13Z brooks $
27.\"
27.\"
28.Dd July 16, 2005
28.Dd October 24, 2018
29.Dt DE 4
30.Os
31.Sh NAME
32.Nm de
33.Nd "DEC DC21x4x Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following line in your
37kernel configuration file:
38.Bd -ragged -offset indent
39.Cd "device de"
40.Ed
41.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46if_de_load="YES"
47.Ed
29.Dt DE 4
30.Os
31.Sh NAME
32.Nm de
33.Nd "DEC DC21x4x Ethernet device driver"
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following line in your
37kernel configuration file:
38.Bd -ragged -offset indent
39.Cd "device de"
40.Ed
41.Pp
42Alternatively, to load the driver as a
43module at boot time, place the following line in
44.Xr loader.conf 5 :
45.Bd -literal -offset indent
46if_de_load="YES"
47.Ed
48.Sh DEPRECATION NOTICE
49The
50.Nm
51driver is not present in
52.Fx 13.0
53and later.
54See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
55information.
48.Sh DESCRIPTION
49The
50.Nm
51driver provides support for the Ethernet adapters based on the Digital
52Equipment DC21x4x based self-contained Ethernet and Fast Ethernet
53chips.
54.Pp
55The

--- 94 unchanged lines hidden ---
56.Sh DESCRIPTION
57The
58.Nm
59driver provides support for the Ethernet adapters based on the Digital
60Equipment DC21x4x based self-contained Ethernet and Fast Ethernet
61chips.
62.Pp
63The

--- 94 unchanged lines hidden ---