]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/twa.4
contrib/tzdata: import tzdata 2021d
[FreeBSD/FreeBSD.git] / share / man / man4 / twa.4
1 .\"
2 .\" Copyright (c) 2004 3ware, Inc.
3 .\" Copyright (c) 2000 BSDi
4 .\" All rights reserved.
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
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 the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
16 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
17 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
18 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
19 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
20 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
21 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
22 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
23 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
24 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25 .\"
26 .\" $FreeBSD$
27 .\"
28 .Dd May 9, 2007
29 .Dt TWA 4
30 .Os
31 .Sh NAME
32 .Nm twa
33 .Nd 3ware 9000/9500/9550/9650 series SATA RAID controllers driver
34 .Sh DEPRECATION NOTICE
35 The
36 .Nm
37 driver is not present in
38 .Fx 13.0 .
39 .Sh SYNOPSIS
40 To compile this driver into the kernel,
41 place the following lines in your
42 kernel configuration file:
43 .Bd -ragged -offset indent
44 .Cd "device scbus"
45 .Cd "device twa"
46 .Ed
47 .Pp
48 Alternatively, to load the driver as a
49 module at boot time, place the following line in
50 .Xr loader.conf 5 :
51 .Bd -literal -offset indent
52 twa_load="YES"
53 .Ed
54 .Sh DESCRIPTION
55 The
56 .Nm
57 driver provides support for AMCC's 3ware 9000/9500/9550/9650 series
58 SATA controllers.
59 .Pp
60 These controllers are available in 4, 8, 12 or 16-port configurations,
61 and support the following RAID levels: 0, 1, 10, 5, 50.
62 The device nodes for the controllers are of the form
63 .Pa /dev/twa Ns Ar X ,
64 where
65 .Ar X
66 is the controller number.
67 The driver is implemented as a SCSI SIM
68 under CAM, and, as such, the logical units that it controls are accessible
69 via the device nodes,
70 .Pa /dev/da Ns Ar Y ,
71 where
72 .Ar Y
73 is the logical unit number.
74 .Sh HARDWARE
75 The
76 .Nm
77 driver supports the following SATA RAID controllers:
78 .Pp
79 .Bl -bullet -compact
80 .It
81 AMCC's 3ware 9500S-4LP
82 .It
83 AMCC's 3ware 9500S-8
84 .It
85 AMCC's 3ware 9500S-8MI
86 .It
87 AMCC's 3ware 9500S-12
88 .It
89 AMCC's 3ware 9500S-12MI
90 .It
91 AMCC's 3ware 9500SX-4LP
92 .It
93 AMCC's 3ware 9500SX-8LP
94 .It
95 AMCC's 3ware 9500SX-12
96 .It
97 AMCC's 3ware 9500SX-12MI
98 .It
99 AMCC's 3ware 9500SX-16ML
100 .It
101 AMCC's 3ware 9550SX-4LP
102 .It
103 AMCC's 3ware 9550SX-8LP
104 .It
105 AMCC's 3ware 9550SX-12
106 .It
107 AMCC's 3ware 9550SX-12MI
108 .It
109 AMCC's 3ware 9550SX-16ML
110 .It
111 AMCC's 3ware 9650SE-2LP
112 .It
113 AMCC's 3ware 9650SE-4LPML
114 .It
115 AMCC's 3ware 9650SE-8LPML
116 .It
117 AMCC's 3ware 9650SE-12ML
118 .It
119 AMCC's 3ware 9650SE-16ML
120 .It
121 AMCC's 3ware 9650SE-24M8
122 .El
123 .Sh DIAGNOSTICS
124 Whenever the driver encounters a command failure, it prints out an error code in
125 the format:
126 .Qq Li "ERROR: (<error source>: <error code>):" ,
127 followed by a text description of the error.
128 There are other error messages and warnings that the
129 driver prints out, depending on the kinds of errors that it encounters.
130 If the driver is compiled with
131 .Dv TWA_DEBUG
132 defined, it prints out a whole bunch of debug
133 messages, the quantity of which varies depending on the value assigned to
134 .Dv TWA_DEBUG
135 (0 to 10).
136 .Sh AUTHORS
137 The
138 .Nm
139 driver and manpage were written by
140 .An Vinod Kashyap Aq Mt vkashyap@FreeBSD.org .