Deleted Added
full compact
ed.4 (148023) ed.4 (148145)
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: head/share/man/man4/ed.4 148023 2005-07-15 02:01:38Z imp $
31.\" $FreeBSD: head/share/man/man4/ed.4 148145 2005-07-19 00:26:30Z trhodes $
32.\"
32.\"
33.Dd July 14, 2005
33.Dd July 16, 2005
34.Dt ED 4
35.Os
36.Sh NAME
37.Nm ed
34.Dt ED 4
35.Os
36.Sh NAME
37.Nm ed
38.Nd NE-2000 and WD-80x3 Ethernet driver
38.Nd "NE-2000 and WD-80x3 Ethernet driver"
39.Sh SYNOPSIS
39.Sh SYNOPSIS
40To compile support for the
41.Nm
42driver into your kernel, place the following lines in your kernel configuration
43file:
44.Bd -ragged -offset indent
40.Cd "device miibus"
41.Cd "device ed"
45.Cd "device miibus"
46.Cd "device ed"
47.Ed
48.Pp
49Alternatively, to load the
50.Nm
51driver at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54if_ed_load="YES"
55.Ed
42.Sh DESCRIPTION
43The
44.Nm
45driver provides support for 8 and 16bit Ethernet cards that are based on
46the National Semiconductor DS8390 and similar NICs manufactured by
47other companies.
48.Pp
49The

--- 332 unchanged lines hidden ---
56.Sh DESCRIPTION
57The
58.Nm
59driver provides support for 8 and 16bit Ethernet cards that are based on
60the National Semiconductor DS8390 and similar NICs manufactured by
61other companies.
62.Pp
63The

--- 332 unchanged lines hidden ---