diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-29 15:34:19 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-07-29 15:34:19 +0000 |
commit | 47d3c1200f3756e901534b59a0db251673b8eb1c (patch) | |
tree | a3006beb6b544766bbbb2a65d12b912dc3090a50 | |
parent | 9a9362fe01f288a9d2c2d7da565ba83427fa2610 (diff) |
document the existence of a driver for areca raid controllers.
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/arc.4 | 72 | ||||
-rw-r--r-- | share/man/man4/pci.4 | 6 |
3 files changed, 79 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 11ec650ebab..825d432a4dd 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.370 2006/07/12 19:19:54 brad Exp $ +# $OpenBSD: Makefile,v 1.371 2006/07/29 15:34:18 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ admtm.4 admtmp.4 admtt.4 adt.4 adv.4 aha.4 ahb.4 ahc.4 ahd.4 aic.4 \ akbd.4 alipm.4 amdiic.4 amdpm.4 ami.4 amphy.4 ams.4 \ - an.4 aps.4 aria.4 art.4 \ + an.4 aps.4 arc.4 aria.4 art.4 \ asbtm.4 ast.4 atalk.4 atapiscsi.4 ath.4 atu.4 atw.4 audio.4 aue.4 \ auich.4 autri.4 auixp.4 auvia.4 awi.4 axe.4 az.4 azalia.4 \ bce.4 bge.4 bha.4 \ diff --git a/share/man/man4/arc.4 b/share/man/man4/arc.4 new file mode 100644 index 00000000000..958a239fd72 --- /dev/null +++ b/share/man/man4/arc.4 @@ -0,0 +1,72 @@ +.\" $OpenBSD: arc.4,v 1.1 2006/07/29 15:34:18 dlg Exp $ +.\" +.\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd Jul 29, 2006 +.Dt ARC 4 +.Os +.Sh NAME +.Nm arc +.Nd Areca Technology Corporation RAID Controller +.Sh SYNOPSIS +.Cd "arc* at pci?" +.Cd "scsibus* at arc?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the PCI-X and PCI Express RAID controllers from +Areca Technology Corporation: +.Pp +.Bl -dash -offset indent -compact +.It +ARECA ARC-1110 PCI-X 4 Port SATA RAID Controller +.It +ARECA ARC-1120 PCI-X 8 Port SATA RAID Controller +.It +ARECA ARC-1130 PCI-X 12 Port SATA RAID Controller +.It +ARECA ARC-1160 PCI-X 16 Port SATA RAID Controller +.It +ARECA ARC-1170 PCI-X 24 Port SATA RAID Controller +.It +ARECA ARC-1210 PCI Express 4 Port SATA RAID Controller +.It +ARECA ARC-1220 PCI Express 8 Port SATA RAID Controller +.It +ARECA ARC-1230 PCI Express 12 Port SATA RAID Controller +.It +ARECA ARC-1260 PCI Express 16 Port SATA RAID Controller +.It +ARECA ARC-1270 PCI Express 24 Port SATA RAID Controller +.It +ARECA X-TYPE SATA RAID Controller +.El +.Pp +These controllers can support RAID levels 0, 1, 1E, 3, 5, 6, and JBOD. +.Sh SEE ALSO +.Xr intro 4 , +.Xr pci 4 , +.Xr scsi 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An David Gwynne Aq dlg@openbsd.org . diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 967ebbafeb1..7cb23e44d2e 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.164 2006/07/27 02:48:31 deraadt Exp $ +.\" $OpenBSD: pci.4,v 1.165 2006/07/29 15:34:18 dlg Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -146,6 +146,10 @@ PCI IDE controller driver. Adaptec "FSA" family (Adaptec AAC, Dell PERC, HP NetRaid) .Tn RAID controllers. +.It Xr arc 4 +Areca Technology Corporation +.Tn RAID +controllers. .It Xr ami 4 American Megatrends Inc. MegaRAID family |