]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/twa.4
This commit was generated by cvs2svn to compensate for changes in r157181,
[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 February 20, 2006
29 .Dt TWA 4
30 .Os
31 .Sh NAME
32 .Nm twa
33 .Nd 3ware 9000/9500/9550 series SATA RAID controllers driver
34 .Sh SYNOPSIS
35 .Cd "device twa"
36 .Sh DESCRIPTION
37 The
38 .Nm
39 driver provides support for AMCC's 3ware 9000/9500/9550 series
40 SATA controllers.
41 .Pp
42 These controllers are available in 4, 8, 12 or 16-port configurations,
43 and support the following RAID levels: 0, 1, 10, 5, 50.
44 The device nodes for the controllers are of the form
45 .Pa /dev/twa Ns Ar X ,
46 where
47 .Ar X
48 is the controller number.
49 The driver is implemented as a SCSI SIM
50 under CAM, and, as such, the logical units that it controls are accessible
51 via the device nodes,
52 .Pa /dev/da Ns Ar Y ,
53 where
54 .Ar Y
55 is the logical unit number.
56 .Sh HARDWARE
57 The
58 .Nm
59 driver supports the following SATA RAID controllers:
60 .Pp
61 .Bl -bullet -compact
62 .It
63 AMCC's 3ware 9500S-4LP
64 .It
65 AMCC's 3ware 9500S-8
66 .It
67 AMCC's 3ware 9500S-8MI
68 .It
69 AMCC's 3ware 9500S-12
70 .It
71 AMCC's 3ware 9500S-12MI
72 .It
73 AMCC's 3ware 9500SX-4LP
74 .It
75 AMCC's 3ware 9500SX-8LP
76 .It
77 AMCC's 3ware 9500SX-12
78 .It
79 AMCC's 3ware 9500SX-12MI
80 .It
81 AMCC's 3ware 9500SX-16ML
82 .It
83 AMCC's 3ware 9550SX-4LP
84 .It
85 AMCC's 3ware 9550SX-8LP
86 .It
87 AMCC's 3ware 9550SX-12
88 .It
89 AMCC's 3ware 9550SX-12MI
90 .It
91 AMCC's 3ware 9550SX-16ML
92 .El
93 .Sh DIAGNOSTICS
94 Whenever the driver encounters a command failure, it prints out an error code in
95 the format:
96 .Qq Li "ERROR: (<error source>: <error code>):" ,
97 followed by a text description of the error.
98 There are other error messages and warnings that the
99 driver prints out, depending on the kinds of errors that it encounters.
100 If the driver is compiled with
101 .Dv TWA_DEBUG
102 defined, it prints out a whole bunch of debug
103 messages, the quantity of which varies depending on the value assigned to
104 .Dv TWA_DEBUG
105 (0 to 10).
106 .Sh AUTHORS
107 The
108 .Nm
109 driver and manpage were written by
110 .An Vinod Kashyap Aq vkashyap@FreeBSD.org .