freebsd-src/share/man/man4/iir.4

68 lines
1.5 KiB
Groff
Raw Normal View History

.\" $FreeBSD$
.\" Written by Tom Rhodes
.\" This file is in the public domain.
.\"
2004-08-08 22:27:02 +00:00
.Dd August 8, 2004
.Dt IIR 4
.Os
.Sh NAME
.Nm iir
2003-02-24 22:53:26 +00:00
.Nd Intel Integrated RAID controller and ICP Vortex driver
.Sh SYNOPSIS
2003-02-24 22:53:26 +00:00
.Cd "device scbus"
.Cd "device iir"
.Sh DESCRIPTION
The
.Nm
driver claims to interface with the Intel integrated
2003-02-24 22:53:26 +00:00
RAID controller cards, and all versions of the
ICP Vortex controllers (including FC).
.Sh HARDWARE
Controllers supported by the
.Nm
driver include:
.Pp
.Bl -bullet -compact
2003-02-24 22:53:26 +00:00
.It
Intel RAID Controller SRCMR
.It
Intel Server RAID Controller U3-l (SRCU31a)
.It
Intel Server RAID Controller U3-1L (SRCU31La)
.It
Intel Server RAID Controller U3-2 (SRCU32)
.It
All past and future releases of Intel and ICP RAID Controllers.
.El
.Pp
.Bl -bullet -compact
2003-02-24 22:53:26 +00:00
.It
Intel RAID Controller SRCU21 (discontinued)
.It
Intel RAID Controller SRCU31 (older revision, not compatible)
.It
Intel RAID Controller SRCU31L (older revision, not compatible)
.El
.Pp
The SRCU31 and SRCU31L can be updated via a firmware update available
from Intel.
.Sh SEE ALSO
.Xr cam 4 ,
.Xr pass 4 ,
.Xr xpt 4 ,
2003-02-24 22:53:26 +00:00
.Xr camcontrol 8
.Sh AUTHORS
The
.Nm
driver is supported and maintained by
2003-02-24 22:53:26 +00:00
.An -nosplit
.An Achim Leubner Aq Achim_Leubner@adaptec.com
and
.An Boji Tony Kannanthanam Aq boji.t.kannanthanam@intel.com
2003-02-24 22:53:26 +00:00
of Intel's Storage Components division.
.Pp
This manual page was written by
.An Tom Rhodes Aq trhodes@FreeBSD.org
and is based on information supplied by the driver authors and the website of
.An Mike Smith Aq msmith@FreeBSD.org .