NetBSD/share/man/man4/dpt.4

132 lines
3.7 KiB
Groff
Raw Normal View History

.\" $NetBSD: dpt.4,v 1.22 2003/02/14 15:20:18 grant Exp $
1999-09-28 13:24:05 +04:00
.\"
.\" Copyright (c) 1999, 2000, 2002 Andrew Doran <ad@NetBSD.org>
1999-09-28 13:24:05 +04:00
.\" 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.
.\"
2002-12-07 23:01:03 +03:00
.Dd December 7, 2002
1999-09-28 13:24:05 +04:00
.Dt DPT 4
.Os
.Sh NAME
.Nm dpt
.Nd
DPT EATA
.Tn SCSI
adapter driver
1999-09-28 13:24:05 +04:00
.Sh SYNOPSIS
2000-02-24 21:50:06 +03:00
.Cd "dpt* at isa? port ? irq ? dma ?"
.Cd "dpt* at eisa? slot ?"
.Cd "dpt* at pci? dev ? function ?"
1999-09-28 13:24:05 +04:00
.Cd "scsibus* at dpt?"
.Sh DESCRIPTION
The
.Nm
driver provides support for third and fourth generation DPT
.Tn SCSI
controllers. All communication with the controllers is conducted via the
EATA (Enhanced AT Bus Attachment) protocol.
.Pp
DPT adapters examine and interpret all
.Tn SCSI
commands received before passing them to any underlying physical device(s).
In this way, caching, RAID and other transformations are achieved while
remaining transparent to the host operating system.
.Sh HARDWARE
1999-09-28 13:24:05 +04:00
The
.Nm
2001-03-20 16:09:40 +03:00
driver provides support for the adapters listed below. Later models are
supported by the
.Nm iop
driver.
1999-09-28 13:24:05 +04:00
.Pp
.Bl -tag -width Dv -offset indent -compact
1999-09-28 13:24:05 +04:00
.It Tn DPT SmartCache III
.It Tn DPT SmartCache IV
.It Tn DPT SmartRAID III
.It Tn DPT SmartRAID IV
.El
2002-12-18 22:39:12 +03:00
.Sh FILES
.Bl -tag -width /dev/dptn -compact
.It Pa /dev/dpt Ns Ar u
control device for unit
.Ar u
.El
.Sh DIAGNOSTICS
None of these messages should be encountered under normal circumstances. It
should be noted that the list below is not complete.
.Pp
2001-06-12 18:41:40 +04:00
.Bl -tag -width indent
.It dpt%d: readcfg failed - see dpt(4)
.br
The EATA configuration data did not appear upon request. This may be caused
by older firmware. Generally the solution is to power-cycle the affected
machine.
.br
.It dpt%d: spurious intr
.br
2001-06-12 18:41:40 +04:00
A spurious interrupt was received from the HBA.
.br
.It dpt%d: bogus status (returned CCB id NNNN)
.br
2001-06-12 18:41:40 +04:00
A corrupt or incomplete status packet was received from the HBA.
.El
1999-09-28 13:24:05 +04:00
.Sh SEE ALSO
.Xr cd 4 ,
.Xr ch 4 ,
2002-12-07 23:01:03 +03:00
.Xr dpti 4 ,
.Xr intro 4 ,
.Xr iop 4 ,
2000-07-05 19:17:38 +04:00
.Xr scsi 4 ,
1999-09-28 13:24:05 +04:00
.Xr sd 4 ,
.Xr st 4
.Pp
2002-12-07 23:01:03 +03:00
The
2002-12-11 16:20:47 +03:00
.Pa sysutils/dptutil
2002-12-07 23:01:03 +03:00
package.
.Pp
CAM committee standard CAM/89-004 - the EATA (Enhanced AT Bus Attachment)
protocol.
.Sh HISTORY
The
.Nm dpt
driver first appeared in
.Nx 1.4.2 .
.Sh AUTHORS
1999-09-28 13:24:05 +04:00
The
.Nm
driver was written by
.An Andrew Doran
.Aq ad@NetBSD.org ,
2001-06-12 18:41:40 +04:00
based upon the
1999-09-28 13:24:05 +04:00
.Nm uha
and
.Nm bha
drivers, which are the work of others.
.Sh BUGS
EATA adapters other than listed may function correctly with the
2001-06-12 18:41:40 +04:00
.Nm
driver, however a definitive list is not available.
1999-09-28 13:24:05 +04:00
.Pp
2001-06-12 18:41:40 +04:00
Older boards that do not support scatter-gather I/O or DMA are not supported.
1999-09-28 13:24:05 +04:00
.Pp
ECC formatted disk and arrays (i.e. with a sector size of 528 bytes) do not
2000-02-28 09:54:50 +03:00
work correctly with the PM2041 and certain firmware revisions of the PM3334.