diff options
| author | Scott Long <scottl@FreeBSD.org> | 2008-02-03 16:19:27 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2008-02-03 16:19:27 +0000 |
| commit | 6271bb721f1c2f0f7bd4f30c555c8fd14194b543 (patch) | |
| tree | c5ba09b18ed7da0ac49d6289cb1236001c6ab867 | |
| parent | c1c38a084b94c0227ffbab38791dc66c469f3d06 (diff) | |
Notes
| -rw-r--r-- | share/man/man4/hptiop.4 | 35 |
1 files changed, 29 insertions, 6 deletions
diff --git a/share/man/man4/hptiop.4 b/share/man/man4/hptiop.4 index 4b585b0314e1..83d356be8618 100644 --- a/share/man/man4/hptiop.4 +++ b/share/man/man4/hptiop.4 @@ -29,7 +29,7 @@ .Os .Sh NAME .Nm hptiop -.Nd "HighPoint RocketRAID 3xxx device driver" +.Nd "HighPoint RocketRAID 3xxx/4xxx device driver" .Sh SYNOPSIS To compile this driver into the kernel, place the following line in your @@ -49,25 +49,48 @@ hptiop_load="YES" .Sh DESCRIPTION The .Nm -driver provides support for the HighPoint RocketRAID 3xxx series -of SATA RAID controllers. +driver provides support for the HighPoint RocketRAID 3xxx/4xxx series +of SAS and SATA RAID controllers. .Sh HARDWARE The .Nm -driver supports the following SATA RAID controllers: +driver supports the following SAS and SATA RAID controllers: .Pp .Bl -bullet -compact .It +HighPoint RocketRAID 4320 +.It HighPoint RocketRAID 3220 +.It +HighPoint RocketRAID 3320 +.It +HighPoint RocketRAID 3410 +.It +HighPoint RocketRAID 3520 +.It +HighPoint RocketRAID 3510 +.It +HighPoint RocketRAID 3511 +.It +HighPoint RocketRAID 3521 +.It +HighPoint RocketRAID 3522 +.It +HighPoint RocketRAID 3540 +.It +HighPoint RocketRAID 3120 +.It +HighPoint RocketRAID 3122 +.It +HighPoint RocketRAID 3020 .El .Sh NOTES The .Nm -driver only works on the i386 and amd64 platforms. +driver has only been tested on the i386 and amd64 platforms. .Sh SEE ALSO .Xr cam 4 , .Xr hptmv 4 , -.Xr rr232x 4 .Sh HISTORY The .Nm |
