xref: /freebsd/share/man/man4/hptiop.4 (revision 56762142a860359dab6fb5d9b5f1b0b4e0888d94)
156762142SChristian Brueffer.\" Copyright (c) 2007 Christian Brueffer
256762142SChristian Brueffer.\" All rights reserved.
356762142SChristian Brueffer.\"
456762142SChristian Brueffer.\" Redistribution and use in source and binary forms, with or without
556762142SChristian Brueffer.\" modification, are permitted provided that the following conditions
656762142SChristian Brueffer.\" are met:
756762142SChristian Brueffer.\" 1. Redistributions of source code must retain the above copyright
856762142SChristian Brueffer.\"    notice, this list of conditions and the following disclaimer.
956762142SChristian Brueffer.\" 2. Redistributions in binary form must reproduce the above copyright
1056762142SChristian Brueffer.\"    notice, this list of conditions and the following disclaimer in the
1156762142SChristian Brueffer.\"    documentation and/or other materials provided with the distribution.
1256762142SChristian Brueffer.\"
1356762142SChristian Brueffer.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
1456762142SChristian Brueffer.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
1556762142SChristian Brueffer.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1656762142SChristian Brueffer.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
1756762142SChristian Brueffer.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
1856762142SChristian Brueffer.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1956762142SChristian Brueffer.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
2056762142SChristian Brueffer.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
2156762142SChristian Brueffer.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
2256762142SChristian Brueffer.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
2356762142SChristian Brueffer.\" SUCH DAMAGE.
2456762142SChristian Brueffer.\"
2556762142SChristian Brueffer.\" $FreeBSD$
2656762142SChristian Brueffer.\"
2756762142SChristian Brueffer.Dd May 12, 2007
2856762142SChristian Brueffer.Dt HPTIOP 4
2956762142SChristian Brueffer.Os
3056762142SChristian Brueffer.Sh NAME
3156762142SChristian Brueffer.Nm hptiop
3256762142SChristian Brueffer.Nd "HighPoint RocketRAID 3xxx device driver"
3356762142SChristian Brueffer.Sh SYNOPSIS
3456762142SChristian BruefferTo compile this driver into the kernel,
3556762142SChristian Bruefferplace the following line in your
3656762142SChristian Bruefferkernel configuration file:
3756762142SChristian Brueffer.Bd -ragged -offset indent
3856762142SChristian Brueffer.Cd "device hptiop"
3956762142SChristian Brueffer.Cd "device scbus"
4056762142SChristian Brueffer.Cd "device da"
4156762142SChristian Brueffer.Ed
4256762142SChristian Brueffer.Pp
4356762142SChristian BruefferAlternatively, to load the driver as a
4456762142SChristian Brueffermodule at boot time, place the following line in
4556762142SChristian Brueffer.Xr loader.conf 5 :
4656762142SChristian Brueffer.Bd -literal -offset indent
4756762142SChristian Bruefferhptiop_load="YES"
4856762142SChristian Brueffer.Ed
4956762142SChristian Brueffer.Sh DESCRIPTION
5056762142SChristian BruefferThe
5156762142SChristian Brueffer.Nm
5256762142SChristian Bruefferdriver provides support for the HighPoint RocketRAID 3xxx series
5356762142SChristian Bruefferof SATA RAID controllers.
5456762142SChristian Brueffer.Sh HARDWARE
5556762142SChristian BruefferThe
5656762142SChristian Brueffer.Nm
5756762142SChristian Bruefferdriver supports the following SATA RAID controllers:
5856762142SChristian Brueffer.Pp
5956762142SChristian Brueffer.Bl -bullet -compact
6056762142SChristian Brueffer.It
6156762142SChristian BruefferHighPoint RocketRAID 3220
6256762142SChristian Brueffer.El
6356762142SChristian Brueffer.Sh NOTES
6456762142SChristian BruefferThe
6556762142SChristian Brueffer.Nm
6656762142SChristian Bruefferdriver only works on the i386 and amd64 platforms.
6756762142SChristian Brueffer.Sh SEE ALSO
6856762142SChristian Brueffer.Xr cam 4 ,
6956762142SChristian Brueffer.Xr hptmv 4 ,
7056762142SChristian Brueffer.Xr rr232x 4
7156762142SChristian Brueffer.Sh HISTORY
7256762142SChristian BruefferThe
7356762142SChristian Brueffer.Nm
7456762142SChristian Bruefferdevice driver first appeared in
7556762142SChristian Brueffer.Fx 7.0 .
7656762142SChristian Brueffer.Pp
7756762142SChristian Brueffer.Sh AUTHORS
7856762142SChristian BruefferThe
7956762142SChristian Brueffer.Nm
8056762142SChristian Bruefferdriver was written by HighPoint Technologies, Inc.
81