Deleted Added
full compact
sf.4 (302408) sf.4 (347962)
1.\" Copyright (c) 1997, 1998, 1999
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, 1999
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/sf.4 267938 2014-06-26 21:46:14Z bapt $
31.\" $FreeBSD: stable/11/share/man/man4/sf.4 347962 2019-05-18 20:43:13Z brooks $
32.\"
32.\"
33.Dd January 21, 2008
33.Dd October 24, 2018
34.Dt SF 4
35.Os
36.Sh NAME
37.Nm sf
38.Nd "Adaptec AIC-6915"
39.Qq Starfire
40PCI Fast Ethernet adapter driver
41.Sh SYNOPSIS

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

48.Ed
49.Pp
50Alternatively, to load the driver as a
51module at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54if_sf_load="YES"
55.Ed
34.Dt SF 4
35.Os
36.Sh NAME
37.Nm sf
38.Nd "Adaptec AIC-6915"
39.Qq Starfire
40PCI Fast Ethernet adapter driver
41.Sh SYNOPSIS

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

48.Ed
49.Pp
50Alternatively, to load the driver as a
51module at boot time, place the following line in
52.Xr loader.conf 5 :
53.Bd -literal -offset indent
54if_sf_load="YES"
55.Ed
56.Sh DEPRECATION NOTICE
57The
58.Nm
59driver is not present in
60.Fx 13.0
61and later.
62See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
63information.
56.Sh DESCRIPTION
57The
58.Nm
59driver provides support for Adaptec Duralink Fast Ethernet adapters
60based on the Adaptec AIC-6915 "Starfire" chipset.
61.Pp
62The AIC-6915 is a bus master controller with an MII interface.
63It

--- 146 unchanged lines hidden ---
64.Sh DESCRIPTION
65The
66.Nm
67driver provides support for Adaptec Duralink Fast Ethernet adapters
68based on the Adaptec AIC-6915 "Starfire" chipset.
69.Pp
70The AIC-6915 is a bus master controller with an MII interface.
71It

--- 146 unchanged lines hidden ---