]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/sn.4
Add man page for VOP_FDATASYNC(9)
[FreeBSD/FreeBSD.git] / share / man / man4 / sn.4
1 .\"
2 .\" Copyright (c) 2000 M. Warner Losh
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.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD$
25 .\"
26 .Dd October 24, 2018
27 .Dt SN 4
28 .Os
29 .Sh NAME
30 .Nm sn
31 .Nd "Ethernet driver for SMC91Cxx based cards"
32 .Sh SYNOPSIS
33 To compile this driver into the kernel,
34 place the following lines in your
35 kernel configuration file:
36 .Bd -ragged -offset indent
37 .Cd "device sn"
38 .Ed
39 .Pp
40 Alternatively, to load the driver as a
41 module at boot time, place the following line in
42 .Xr loader.conf 5 :
43 .Bd -literal -offset indent
44 if_sn_load="YES"
45 .Ed
46 .Sh DEPRECATION NOTICE
47 The
48 .Nm
49 driver is not present in
50 .Fx 13.0
51 and later.
52 See https://github.com/freebsd/fcp/blob/master/fcp-0101.md for more
53 information.
54 .Sh DESCRIPTION
55 The
56 .Nm
57 device driver supports SMC91Cxx based ISA and PCMCIA cards.
58 .Sh HARDWARE
59 The
60 .Nm
61 driver supports SMC91Cxx based ISA and PCMCIA cards including:
62 .Pp
63 .Bl -bullet -compact
64 .It
65 3Com Megahertz X-Jack Ethernet PC Card XJ10BT, XJ10BC
66 .It
67 3Com Megahertz XJEM and CCEM series: CCEM3288C, CCEM3288T, CCEM3336,
68 CEM3336C, CCEM3336T, XJEM1144C, XJEM1144T, XJEM3288C, XJEM3288T, XJEM3336
69 .It
70 Farallon EtherMac PC Card 595a
71 .It
72 Motorola Mariner Ethernet/Modem PC Card
73 .It
74 Ositech Seven of Diamonds Ethernet PC Card
75 .It
76 Ositech Jack of Hearts Ethernet/Modem PC Card
77 .It
78 Psion Gold Card Netglobal Ethernet PC Card
79 .It
80 Psion Gold Card Netglobal 10/100 Fast Ethernet PC Card
81 .It
82 Psion Gold Card Netglobal 56k+10Mb Ethernet PC Card
83 .It
84 SMC EZEther PC Card (8020BT)
85 .It
86 SMC EZEther PC Card (8020T)
87 .El
88 .Pp
89 The
90 .Nm
91 driver supports the SMC 91C90, SMC 91C92, SMC 91C94, SMC 91C95, SMC 91C96,
92 SMC91C100 and SMC 91C100FD chips from SMC.
93 .Pp
94 The Farallon EtherWave and EtherMac card came in two varieties.
95 The
96 .Xr ep 4
97 driver supports the 595 and 895 cards.
98 These cards have the blue arrow on the front along with a 3Com logo.
99 The Farallon 595a cards, which have a red arrow on the front,
100 are also called EtherWave and EtherMac.
101 They are supported by the
102 .Nm
103 driver.
104 .Sh SEE ALSO
105 .Xr ed 4 ,
106 .Xr ep 4 ,
107 .Xr intro 4 ,
108 .Xr ng_ether 4 ,
109 .Xr vx 4 ,
110 .Xr ifconfig 8
111 .Sh HISTORY
112 The
113 .Nm
114 device driver appeared in
115 .Fx 4.0 .