Deleted Added
full compact
sn.4 (148145) sn.4 (148220)
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: head/share/man/man4/sn.4 148145 2005-07-19 00:26:30Z trhodes $
25.\" $FreeBSD: head/share/man/man4/sn.4 148220 2005-07-21 05:02:39Z trhodes $
26.\"
27.Dd July 16, 2005
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 support for the
35.Nm
26.\"
27.Dd July 16, 2005
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 support for the
35.Nm
36driver into your kernel, place the following lines in your kernel configuration file:
36driver into your kernel, place the following lines in your
37kernel configuration file:
37.Bd -ragged -offset indent
38.Cd "device sn"
39.Ed
40.Pp
41Alternatively, to load the
42.Nm
43driver at boot time, place the following line in
44.Xr loader.conf 5 :

--- 55 unchanged lines hidden ---
38.Bd -ragged -offset indent
39.Cd "device sn"
40.Ed
41.Pp
42Alternatively, to load the
43.Nm
44driver at boot time, place the following line in
45.Xr loader.conf 5 :

--- 55 unchanged lines hidden ---