Deleted Added
full compact
wb.4 (302408) wb.4 (347962)
1.\" Copyright (c) 1997, 1998
2.\" Bill Paul <wpaul@ctr.columbia.edu>. All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

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

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

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

23.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
24.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
25.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
26.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
27.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
28.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
29.\" THE POSSIBILITY OF SUCH DAMAGE.
30.\"
31.\" $FreeBSD: stable/11/share/man/man4/wb.4 267938 2014-06-26 21:46:14Z bapt $
31.\" $FreeBSD: stable/11/share/man/man4/wb.4 347962 2019-05-18 20:43:13Z brooks $
32.\"
32.\"
33.Dd July 16, 2005
33.Dd October 24, 2018
34.Dt WB 4
35.Os
36.Sh NAME
37.Nm wb
38.Nd "Winbond W89C840F Fast Ethernet device 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_wb_load="YES"
53.Ed
34.Dt WB 4
35.Os
36.Sh NAME
37.Nm wb
38.Nd "Winbond W89C840F Fast Ethernet device 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_wb_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 PCI Ethernet adapters and embedded
58controllers based on the Winbond W89C840F Fast Ethernet controller
59chip.
60The 840F should not be confused with the 940F, which is
61an NE2000 clone and only supports 10Mbps speeds.

--- 135 unchanged lines hidden ---
62.Sh DESCRIPTION
63The
64.Nm
65driver provides support for PCI Ethernet adapters and embedded
66controllers based on the Winbond W89C840F Fast Ethernet controller
67chip.
68The 840F should not be confused with the 940F, which is
69an NE2000 clone and only supports 10Mbps speeds.

--- 135 unchanged lines hidden ---