Update for recent changes.
This commit is contained in:
parent
ee3446eabf
commit
f25a33663b
|
@ -1,6 +1,6 @@
|
|||
.\" $NetBSD: dpt.4,v 1.18 2002/02/07 03:15:08 ross Exp $
|
||||
.\" $NetBSD: dpt.4,v 1.19 2002/12/07 20:01:03 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999, 2000 Andy Doran <ad@NetBSD.org>
|
||||
.\" Copyright (c) 1999, 2000, 2002 Andrew Doran <ad@netbsd.org>
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" Redistribution and use in source and binary forms, with or without
|
||||
|
@ -22,7 +22,7 @@
|
|||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd September 28, 1999
|
||||
.Dd December 7, 2002
|
||||
.Dt DPT 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -82,15 +82,26 @@ A spurious interrupt was received from the HBA.
|
|||
.br
|
||||
A corrupt or incomplete status packet was received from the HBA.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/dptn -compact
|
||||
.It Pa /dev/dpt Ns Ar u
|
||||
control device for unit
|
||||
.Ar u
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cd 4 ,
|
||||
.Xr ch 4 ,
|
||||
.Xr dpti 4 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr iop 4 ,
|
||||
.Xr scsi 4 ,
|
||||
.Xr sd 4 ,
|
||||
.Xr st 4
|
||||
.Pp
|
||||
The
|
||||
.Pa sysutils/raidutil
|
||||
package.
|
||||
.Pp
|
||||
CAM committee standard CAM/89-004 - the EATA (Enhanced AT Bus Attachment)
|
||||
protocol.
|
||||
.Sh HISTORY
|
||||
|
@ -113,12 +124,7 @@ EATA adapters other than listed may function correctly with the
|
|||
.Nm
|
||||
driver, however a definitive list is not available.
|
||||
.Pp
|
||||
Older firmware may prove problematic. It is recommended that the latest
|
||||
available firmware be used. Contact DPT for a firmware update.
|
||||
.Pp
|
||||
Older boards that do not support scatter-gather I/O or DMA are not supported.
|
||||
.Pp
|
||||
The number of queued commands available on ISA devices is clamped.
|
||||
.Pp
|
||||
ECC formatted disk and arrays (i.e. with a sector size of 528 bytes) do not
|
||||
work correctly with the PM2041 and certain firmware revisions of the PM3334.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: dpti.4,v 1.2 2001/12/18 13:29:14 ad Exp $
|
||||
.\" $NetBSD: dpti.4,v 1.3 2002/12/07 20:01:04 ad Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
|
@ -34,7 +34,7 @@
|
|||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd September 22, 2001
|
||||
.Dd December 7, 2002
|
||||
.Dt DPTI 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
@ -50,9 +50,8 @@ driver attaches to
|
|||
.Tn DPT
|
||||
and
|
||||
.Tn Adaptec
|
||||
IOPs, and provides the pass-through command interface used by the
|
||||
.Tn Linux
|
||||
management tools for these devices.
|
||||
IOPs, and provides the pass-through command interface used by the management
|
||||
tools for these devices.
|
||||
.Nm dptelog ,
|
||||
.Nm dptmgr ,
|
||||
and
|
||||
|
@ -61,17 +60,24 @@ version 3.12 as provided by
|
|||
.Tn Adaptec
|
||||
have been tested with this driver.
|
||||
.Sh FILES
|
||||
.Bl -tag -width /emul/linux/dev/dptin -compact
|
||||
.It Pa /emul/linux/dev/dpti Ns Ar u
|
||||
.Bl -tag -width /dev/dptin -compact
|
||||
.It Pa /dev/dpti Ns Ar u
|
||||
control device for unit
|
||||
.Ar u
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr dpt 4 ,
|
||||
.Xr intro 4 ,
|
||||
.Xr iop 4 ,
|
||||
.Xr iopsp 4 ,
|
||||
.Xr ld 4 ,
|
||||
.Xr iopctl 8
|
||||
.Pp
|
||||
The
|
||||
.Pa sysutils/raidutil
|
||||
and
|
||||
.Pa sysutils/storage-manager
|
||||
packages.
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
@ -88,10 +94,3 @@ using code provided by
|
|||
and
|
||||
.Tn Distributed Processing Technology
|
||||
as a base.
|
||||
.Sh BUGS
|
||||
The
|
||||
.Nm
|
||||
driver currently does not implement the I2ORESET, SYSINFO or TARGET_BUSY
|
||||
ioctls, meaning that a minority of
|
||||
.Nm raidutil
|
||||
actions won't work, including online firmware upgrades.
|
||||
|
|
Loading…
Reference in New Issue