Deleted Added
full compact
sf.4 (138068) sf.4 (148145)
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: head/share/man/man4/sf.4 138068 2004-11-24 19:06:43Z brueffer $
31.\" $FreeBSD: head/share/man/man4/sf.4 148145 2005-07-19 00:26:30Z trhodes $
32.\"
32.\"
33.Dd November 24, 2004
33.Dd July 16, 2005
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
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
42To compile support for the
43.Nm
44driver into your kernel, place the following lines in your kernel configuration file:
45.Bd -ragged -offset indent
42.Cd "device miibus"
43.Cd "device sf"
46.Cd "device miibus"
47.Cd "device sf"
48.Ed
49.Pp
50Alternatively, to load the
51.Nm
52driver at boot time, place the following line in
53.Xr loader.conf 5 :
54.Bd -literal -offset indent
55if_sf_load="YES"
56.Ed
44.Sh DESCRIPTION
45The
46.Nm
47driver provides support for Adaptec Duralink Fast Ethernet adapters
48based on the Adaptec AIC-6915 "Starfire" chipset.
49.Pp
50The AIC-6915 is a bus master controller with an MII interface.
51It

--- 129 unchanged lines hidden ---
57.Sh DESCRIPTION
58The
59.Nm
60driver provides support for Adaptec Duralink Fast Ethernet adapters
61based on the Adaptec AIC-6915 "Starfire" chipset.
62.Pp
63The AIC-6915 is a bus master controller with an MII interface.
64It

--- 129 unchanged lines hidden ---