Deleted Added
full compact
sn.4 (302408) sn.4 (347962)
1.\"
2.\" Copyright (c) 2000 Warner Losh
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

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

17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
1.\"
2.\" Copyright (c) 2000 Warner Losh
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

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

17.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
18.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
19.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
20.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
21.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
22.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
23.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/11/share/man/man4/sn.4 151046 2005-10-07 02:32:16Z trhodes $
25.\" $FreeBSD: stable/11/share/man/man4/sn.4 347962 2019-05-18 20:43:13Z brooks $
26.\"
26.\"
27.Dd July 16, 2005
27.Dd October 24, 2018
28.Dt SN 4
29.Os
30.Sh NAME
31.Nm sn
32.Nd "Ethernet driver for SMC91Cxx based cards"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your
36kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device sn"
39.Ed
40.Pp
41Alternatively, to load the driver as a
42module at boot time, place the following line in
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45if_sn_load="YES"
46.Ed
28.Dt SN 4
29.Os
30.Sh NAME
31.Nm sn
32.Nd "Ethernet driver for SMC91Cxx based cards"
33.Sh SYNOPSIS
34To compile this driver into the kernel,
35place the following lines in your
36kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device sn"
39.Ed
40.Pp
41Alternatively, to load the driver as a
42module at boot time, place the following line in
43.Xr loader.conf 5 :
44.Bd -literal -offset indent
45if_sn_load="YES"
46.Ed
47.Sh DEPRECATION NOTICE
48The
49.Nm
50driver is not present in
51.Fx 13.0
52and later.
53See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
54information.
47.Sh DESCRIPTION
48The
49.Nm
50device driver supports SMC91Cxx based ISA and PCMCIA cards.
51.Sh HARDWARE
52The
53.Nm
54driver supports SMC91Cxx based ISA and PCMCIA cards including:

--- 55 unchanged lines hidden ---
55.Sh DESCRIPTION
56The
57.Nm
58device driver supports SMC91Cxx based ISA and PCMCIA cards.
59.Sh HARDWARE
60The
61.Nm
62driver supports SMC91Cxx based ISA and PCMCIA cards including:

--- 55 unchanged lines hidden ---