Deleted Added
full compact
ed.4 (302408) ed.4 (347962)
1.\"
2.\" Copyright (c) 1994, David Greenman
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
1.\"
2.\" Copyright (c) 1994, David Greenman
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 14 unchanged lines hidden (view full) ---

23.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
25.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
26.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
27.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
28.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
29.\" SUCH DAMAGE.
30.\"
31.\" $FreeBSD: stable/11/share/man/man4/ed.4 233422 2012-03-24 13:37:57Z joel $
31.\" $FreeBSD: stable/11/share/man/man4/ed.4 347962 2019-05-18 20:43:13Z brooks $
32.\"
32.\"
33.Dd February 25, 2012
33.Dd October 24, 2018
34.Dt ED 4
35.Os
36.Sh NAME
37.Nm ed
38.Nd "NE-2000 and WD-80x3 Ethernet driver"
39.Sh SYNOPSIS
40To compile this driver into the kernel,
41place the following lines in your

--- 4 unchanged lines hidden (view full) ---

46.Ed
47.Pp
48Alternatively, to load the driver as a
49module at boot time, place the following line in
50.Xr loader.conf 5 :
51.Bd -literal -offset indent
52if_ed_load="YES"
53.Ed
34.Dt ED 4
35.Os
36.Sh NAME
37.Nm ed
38.Nd "NE-2000 and WD-80x3 Ethernet driver"
39.Sh SYNOPSIS
40To compile this driver into the kernel,
41place the following lines in your

--- 4 unchanged lines hidden (view full) ---

46.Ed
47.Pp
48Alternatively, to load the driver as a
49module at boot time, place the following line in
50.Xr loader.conf 5 :
51.Bd -literal -offset indent
52if_ed_load="YES"
53.Ed
54.Sh DEPRECATION NOTICE
55The
56.Nm
57driver is not present in
58.Fx 13.0
59and later.
60See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
61information.
54.Sh DESCRIPTION
55The
56.Nm
57driver provides support for 8 and 16bit Ethernet cards that are based on
58the National Semiconductor DS8390 and similar NICs manufactured by
59other companies.
60The
61.Nm

--- 387 unchanged lines hidden ---
62.Sh DESCRIPTION
63The
64.Nm
65driver provides support for 8 and 16bit Ethernet cards that are based on
66the National Semiconductor DS8390 and similar NICs manufactured by
67other companies.
68The
69.Nm

--- 387 unchanged lines hidden ---