Deleted Added
sdiff udiff text old ( 302408 ) new ( 347962 )
full compact
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 $
32.\"
33.Dd February 25, 2012
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 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 ---