netinet{,6}: Assert in{,6}_inithead() are only used for system routing tables.
[dragonfly.git] / share / man / man4 / tws.4
1 .\"
2 .\" Copyright (c) 2011
3 .\"     The DragonFly Project.  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 .\"
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in
13 .\"    the documentation and/or other materials provided with the
14 .\"    distribution.
15 .\" 3. Neither the name of The DragonFly Project nor the names of its
16 .\"    contributors may be used to endorse or promote products derived
17 .\"    from this software without specific, prior written permission.
18 .\"
19 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
20 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
21 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
22 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
23 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
24 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
25 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
26 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
27 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
28 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
29 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .Dd January 14, 2013
33 .Dt TWS 4
34 .Os
35 .Sh NAME
36 .Nm tws
37 .Nd 3ware 9750 series SATA/SAS RAID controllers driver
38 .Sh SYNOPSIS
39 To compile this driver into the kernel,
40 place the following lines in your
41 kernel configuration file:
42 .Bd -ragged -offset indent
43 .Cd "device scbus"
44 .Cd "device tws"
45 .Ed
46 .Pp
47 Alternatively, to load the driver as a
48 module at boot time, place the following line in
49 .Xr loader.conf 5 :
50 .Bd -literal -offset indent
51 tws_load="YES"
52 .Ed
53 .Sh DESCRIPTION
54 The
55 .Nm
56 driver provides support for LSI's 3ware 9750 series
57 SATA/SAS controllers.
58 .Pp
59 These controllers are available in 4, 8, 16 or 24-port configurations,
60 and support the following RAID levels: 0, 1, 10, 5, 50, 6.
61 The device nodes for the controllers are of the form
62 .Pa /dev/tws Ns Ar X ,
63 where
64 .Ar X
65 is the controller number.
66 The driver is implemented as a SCSI SIM
67 under CAM, and, as such, the logical units that it controls are accessible
68 via the device nodes,
69 .Pa /dev/da Ns Ar Y ,
70 where
71 .Ar Y
72 is the logical unit number.
73 .Sh LOADER TUNABLES
74 .Bl -tag -width indent
75 .It Va hw.tws.msi.enable
76 By default, the driver will use MSI if it is supported.
77 This behavior can be turned off by setting this tunable to 0.
78 .El
79 .Sh HARDWARE
80 The
81 .Nm
82 driver supports the following SATA RAID controllers:
83 .Pp
84 .Bl -bullet -compact
85 .It
86 LSI's 3ware SAS 9750-4i
87 .It
88 LSI's 3ware SAS 9750-4i4e
89 .It
90 LSI's 3ware SAS 9750-8i
91 .It
92 LSI's 3ware SAS 9750-8e
93 .It
94 LSI's 3ware SAS 9750-16i4e
95 .It
96 LSI's 3ware SAS 9750-24i4e
97 .El
98 .Sh SEE ALSO
99 .Xr da 4 ,
100 .Xr twa 4 ,
101 .Xr twe 4
102 .Sh COPYRIGHT
103 .Bd -literal
104 Copyright (c) 2010, LSI Corp.
105 All rights reserved.
106 Author : Manjunath Ranganathaiah
107 Support: freebsdraid@lsi.com
108
109 Redistribution and use in source and binary forms, with or without
110 modification, are permitted provided that the following conditions
111 are met:
112
113 1. Redistributions of source code must retain the above copyright
114    notice, this list of conditions and the following disclaimer.
115 2. Redistributions in binary form must reproduce the above copyright
116    notice, this list of conditions and the following disclaimer in
117    the documentation and/or other materials provided with the
118    distribution.
119 3. Neither the name of the <ORGANIZATION> nor the names of its
120    contributors may be used to endorse or promote products derived
121    from this software without specific prior written permission.
122
123 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
124 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
125 LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
126 FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
127 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
128 INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
129 BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
130 LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
131 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
132 LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN
133 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
134 POSSIBILITY OF SUCH DAMAGE.
135 .Ed