summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/man/man4/asr.482
-rw-r--r--share/man/man4/man4.i386/Makefile3
-rw-r--r--share/man/man4/man4.i386/asr.482
3 files changed, 166 insertions, 1 deletions
diff --git a/share/man/man4/asr.4 b/share/man/man4/asr.4
new file mode 100644
index 0000000..c93b683
--- /dev/null
+++ b/share/man/man4/asr.4
@@ -0,0 +1,82 @@
+.\" Copyright (c) 2000 Adaptec, Inc.
+.\" All rights reserved.
+.\"
+.\" Manpage cleanup by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
+.\"
+.\" $FreeBSD$
+.\"
+.Dd October 27, 2000
+.Dt ASR 4 i386
+.Os FreeBSD
+.Sh NAME
+.Nm asr
+.Nd
+.Tn Driver for Adaptec I2O based SCSI host bus adapters.
+.Sh SYNOPSIS
+.Cd "device asr"
+.Sh DESCRIPTION
+The Adaptec
+.Nm asr
+driver provides access to SCSI disks
+and disk arrays controlled by I2O based host bus adapters and
+SmartRAID SCSI RAID adapters through the standard SCSI disk
+.Xr sd 4
+interface.
+The adapters currently supported include the following RAID adapters:
+.Pp
+.Bl -tag -width "Adaptec SmartRAID PM1554" -compact
+.It Adaptec SCSI RAID 2100S
+.It Adaptec SCSI RAID 3200S
+.It Adaptec SCSI RAID 3400S
+.It Adaptec SmartRAID PM1554
+.It Adaptec SmartRAID PM2554
+.It Adaptec SmartRAID PM2564
+.It Adaptec SmartRAID PM2664
+.It Adaptec SmartRAID PM2865
+.It Adaptec SmartRAID PM3754
+.It Adaptec SmartRAID PM3755
+.It Adaptec SmartRAID PM3757
+.El
+.Pp
+Some of the adapters provide 64 bit PCI,
+Compact PCI,
+ACPI and up to four channels of Ultra 160 SCSI,
+or two channels of 1GB Fibre.
+All support RAID-0, RAID-1, RAID-10, RAID-5 and RAID-50 arrays.
+All SCSI target types are supported.
+.Pp
+The PCI adapters automatically configure
+using the configuration mechanism of the bus they are on.
+With PCI adapters
+the IRQ sometimes has to be assigned from a BIOS configuration menu
+(some BIOS's do this automatically).
+.Pp
+All host bus adapters must be configured
+before they can be used with any operating system.
+Please contact Adaptec directly to obtain the latest information
+on configuration utilities for the adapters.
+Currently there are both a GUI Motif based configuration utility
+and a CLI based configuration utility available from the Adaptec Web site.
+Note that in the absence of a native BSD/OS version
+of the configuration utilities
+does not mean one can not configure the devices via the BIOS
+based configuration tool Storage Manager on ROM (SMOR).
+.Sh FILES
+.Bl -tag -width "/dev/asr*" -compact
+.It Pa /dev/asr*
+Adaptec SCSI RAID device nodes
+.El
+.Sh SEE ALSO
+.Xr da 4
+.Sh HISTORY
+The
+.Nm asr
+(Adaptec SCSI RAID)
+driver first appeared as the dpti2o driver under BSDi BSD/OS 3.2,
+then under FreeBSD 2.2.8
+and was ported over to the CAM layer represented in 4.0.
+.Sh AUTHORS
+This manual page was written by
+.An Mark Salyzyn
+and fixed up by
+.An Jeroen Ruigrok van der Werven Aq asmodai@FreeBSD.org .
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile
index 3ade99a..96dd9fb 100644
--- a/share/man/man4/man4.i386/Makefile
+++ b/share/man/man4/man4.i386/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-MAN4= aic.4 alpm.4 apm.4 ar.4 asc.4 \
+MAN4= aic.4 alpm.4 apm.4 ar.4 asc.4 asr.4 \
cs.4 cx.4 cy.4 \
dgb.4 el.4 en.4 ep.4 ex.4 fe.4 gsc.4 \
ie.4 io.4 labpc.4 le.4 linux.4 lnc.4 matcd.4 mcd.4 \
@@ -16,6 +16,7 @@ MLINKS+= alpm.4 ../alpm.4
MLINKS+= apm.4 ../apm.4
MLINKS+= ar.4 ../ar.4
MLINKS+= asc.4 ../asc.4
+MLINKS+= asr.4 ../asr.4
MLINKS+= cs.4 ../cs.4
MLINKS+= cx.4 ../cx.4
MLINKS+= cy.4 ../cy.4
diff --git a/share/man/man4/man4.i386/asr.4 b/share/man/man4/man4.i386/asr.4
new file mode 100644
index 0000000..c93b683
--- /dev/null
+++ b/share/man/man4/man4.i386/asr.4
@@ -0,0 +1,82 @@
+.\" Copyright (c) 2000 Adaptec, Inc.
+.\" All rights reserved.
+.\"
+.\" Manpage cleanup by: Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
+.\"
+.\" $FreeBSD$
+.\"
+.Dd October 27, 2000
+.Dt ASR 4 i386
+.Os FreeBSD
+.Sh NAME
+.Nm asr
+.Nd
+.Tn Driver for Adaptec I2O based SCSI host bus adapters.
+.Sh SYNOPSIS
+.Cd "device asr"
+.Sh DESCRIPTION
+The Adaptec
+.Nm asr
+driver provides access to SCSI disks
+and disk arrays controlled by I2O based host bus adapters and
+SmartRAID SCSI RAID adapters through the standard SCSI disk
+.Xr sd 4
+interface.
+The adapters currently supported include the following RAID adapters:
+.Pp
+.Bl -tag -width "Adaptec SmartRAID PM1554" -compact
+.It Adaptec SCSI RAID 2100S
+.It Adaptec SCSI RAID 3200S
+.It Adaptec SCSI RAID 3400S
+.It Adaptec SmartRAID PM1554
+.It Adaptec SmartRAID PM2554
+.It Adaptec SmartRAID PM2564
+.It Adaptec SmartRAID PM2664
+.It Adaptec SmartRAID PM2865
+.It Adaptec SmartRAID PM3754
+.It Adaptec SmartRAID PM3755
+.It Adaptec SmartRAID PM3757
+.El
+.Pp
+Some of the adapters provide 64 bit PCI,
+Compact PCI,
+ACPI and up to four channels of Ultra 160 SCSI,
+or two channels of 1GB Fibre.
+All support RAID-0, RAID-1, RAID-10, RAID-5 and RAID-50 arrays.
+All SCSI target types are supported.
+.Pp
+The PCI adapters automatically configure
+using the configuration mechanism of the bus they are on.
+With PCI adapters
+the IRQ sometimes has to be assigned from a BIOS configuration menu
+(some BIOS's do this automatically).
+.Pp
+All host bus adapters must be configured
+before they can be used with any operating system.
+Please contact Adaptec directly to obtain the latest information
+on configuration utilities for the adapters.
+Currently there are both a GUI Motif based configuration utility
+and a CLI based configuration utility available from the Adaptec Web site.
+Note that in the absence of a native BSD/OS version
+of the configuration utilities
+does not mean one can not configure the devices via the BIOS
+based configuration tool Storage Manager on ROM (SMOR).
+.Sh FILES
+.Bl -tag -width "/dev/asr*" -compact
+.It Pa /dev/asr*
+Adaptec SCSI RAID device nodes
+.El
+.Sh SEE ALSO
+.Xr da 4
+.Sh HISTORY
+The
+.Nm asr
+(Adaptec SCSI RAID)
+driver first appeared as the dpti2o driver under BSDi BSD/OS 3.2,
+then under FreeBSD 2.2.8
+and was ported over to the CAM layer represented in 4.0.
+.Sh AUTHORS
+This manual page was written by
+.An Mark Salyzyn
+and fixed up by
+.An Jeroen Ruigrok van der Werven Aq asmodai@FreeBSD.org .
OpenPOWER on IntegriCloud