Add the dpt(4) man page.
Reviewed by: ken Submitted by: gibbs
This commit is contained in:
parent
98deb70241
commit
a831a06cfb
78
share/man/man4/dpt.4
Normal file
78
share/man/man4/dpt.4
Normal file
@ -0,0 +1,78 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Justin T. Gibbs
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd October 16, 1998
|
||||
.Dt DPT 4 i386
|
||||
.Os FreeBSD 3.0
|
||||
.Sh NAME
|
||||
.Nm dpt
|
||||
.Nd DPT RAID Controller SCSI driver
|
||||
.Sh SYNOPSIS
|
||||
For one or more EISA Controllers
|
||||
.Cd "controller eisa0"
|
||||
.Cd "controller dpt0"
|
||||
.Pp
|
||||
For one or more PCI Controllers
|
||||
.Cd "controller pci0"
|
||||
.Cd "controller dpt0"
|
||||
.Pp
|
||||
To allow PCI adapters to use memory mapped I/O if enabled:
|
||||
.Cd options DPT_ALLOW_MEMIO
|
||||
.Pp
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the DPT Smart Cache Plus, Smart Cache III,
|
||||
Smart Raid III, Smart Cache IV, and Smart RAID IV families of procucts.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /usr/share/man0/template.doc -compact
|
||||
.It Pa sys/dev/dpt/dpt_scsi.c
|
||||
Core Driver Implementation
|
||||
.It Pa sys/dev/dpt/dpt.h
|
||||
Register Set and Core Driver Data Structures
|
||||
.It Pa sys/pci/dpt_pci.c
|
||||
PCI Bus Driver Attachment
|
||||
.It Pa sys/i386/eisa/dpt_eisa.c
|
||||
EISA Bus Driver Attachment
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4 ,
|
||||
.Xr scsi 4 ,
|
||||
.Xr da 4 ,
|
||||
.Xr sa 4
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Simon Shapiro
|
||||
and ported to the CAM SCSI system by
|
||||
.An Justin T. Gibbs .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver first appeared in
|
||||
.Fx 2.2.6 .
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $Id: Makefile,v 1.81 1998/10/15 20:35:28 wosch Exp $
|
||||
# $Id: Makefile,v 1.82 1998/10/16 21:12:07 ken Exp $
|
||||
|
||||
MAN4= adv.4 adw.4 aha.4 ahb.4 ahc.4 aic.4 alog.4 apm.4 ar.4 asc.4 bktr.4 \
|
||||
bt.4 cs.4 cx.4 cy.4 de.4 \
|
||||
dgb.4 ed.4 eg.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 io.4 \
|
||||
joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 mem.4 \
|
||||
meteor.4 mouse.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 \
|
||||
dgb.4 dpt.4 ed.4 eg.4 el.4 en.4 ep.4 ex.4 fdc.4 fe.4 fxp.4 gsc.4 ie.4 \
|
||||
io.4 joy.4 keyboard.4 labpc.4 le.4 lnc.4 lp.4 lpt.4 matcd.4 mcd.4 \
|
||||
mem.4 meteor.4 mouse.4 mse.4 mtio.4 nca.4 ncr.4 npx.4 \
|
||||
pcm.4 pcvt.4 perfmon.4 pnp.4 psm.4 \
|
||||
sb.4 scd.4 screen.4 sea.4 si.4 sio.4 \
|
||||
spkr.4 sr.4 sysmouse.4 tl.4 tw.4 tx.4 uha.4 vx.4 \
|
||||
@ -27,6 +27,7 @@ MLINKS+= cx.4 ../cx.4
|
||||
MLINKS+= cy.4 ../cy.4
|
||||
MLINKS+= de.4 ../de.4
|
||||
MLINKS+= dgb.4 ../dgb.4
|
||||
MLINKS+= dpt.4 ../dpt.4
|
||||
MLINKS+= ed.4 ../ed.4
|
||||
MLINKS+= eg.4 ../eg.4
|
||||
MLINKS+= el.4 ../el.4
|
||||
|
78
share/man/man4/man4.i386/dpt.4
Normal file
78
share/man/man4/man4.i386/dpt.4
Normal file
@ -0,0 +1,78 @@
|
||||
.\"
|
||||
.\" Copyright (c) 1998 Justin T. Gibbs
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
.\" modification, are permitted provided that the following conditions
|
||||
.\" are met:
|
||||
.\" 1. Redistributions of source code must retain the above copyright
|
||||
.\" notice, this list of conditions and the following disclaimer.
|
||||
.\" 2. The name of the author may not be used to endorse or promote products
|
||||
.\" derived from this software without specific prior written permission
|
||||
.\"
|
||||
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
||||
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
||||
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
||||
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
||||
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
||||
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
||||
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
||||
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.\" $Id$
|
||||
.\"
|
||||
.Dd October 16, 1998
|
||||
.Dt DPT 4 i386
|
||||
.Os FreeBSD 3.0
|
||||
.Sh NAME
|
||||
.Nm dpt
|
||||
.Nd DPT RAID Controller SCSI driver
|
||||
.Sh SYNOPSIS
|
||||
For one or more EISA Controllers
|
||||
.Cd "controller eisa0"
|
||||
.Cd "controller dpt0"
|
||||
.Pp
|
||||
For one or more PCI Controllers
|
||||
.Cd "controller pci0"
|
||||
.Cd "controller dpt0"
|
||||
.Pp
|
||||
To allow PCI adapters to use memory mapped I/O if enabled:
|
||||
.Cd options DPT_ALLOW_MEMIO
|
||||
.Pp
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for the DPT Smart Cache Plus, Smart Cache III,
|
||||
Smart Raid III, Smart Cache IV, and Smart RAID IV families of procucts.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /usr/share/man0/template.doc -compact
|
||||
.It Pa sys/dev/dpt/dpt_scsi.c
|
||||
Core Driver Implementation
|
||||
.It Pa sys/dev/dpt/dpt.h
|
||||
Register Set and Core Driver Data Structures
|
||||
.It Pa sys/pci/dpt_pci.c
|
||||
PCI Bus Driver Attachment
|
||||
.It Pa sys/i386/eisa/dpt_eisa.c
|
||||
EISA Bus Driver Attachment
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4 ,
|
||||
.Xr scsi 4 ,
|
||||
.Xr da 4 ,
|
||||
.Xr sa 4
|
||||
.Sh AUTHORS
|
||||
The
|
||||
.Nm
|
||||
driver was written by
|
||||
.An Simon Shapiro
|
||||
and ported to the CAM SCSI system by
|
||||
.An Justin T. Gibbs .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver first appeared in
|
||||
.Fx 2.2.6 .
|
||||
|
Loading…
Reference in New Issue
Block a user