Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man4 Add adw driver man page
details: https://anonhg.NetBSD.org/src/rev/31e83d68ea38
branches: trunk
changeset: 481690:31e83d68ea38
user: dante <dante%NetBSD.org@localhost>
date: Thu Feb 03 21:04:30 2000 +0000
description:
Add adw driver man page
diffstat:
share/man/man4/Makefile | 8 ++--
share/man/man4/adw.4 | 90 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 94 insertions(+), 4 deletions(-)
diffs (111 lines):
diff -r c763078bd5e9 -r 31e83d68ea38 share/man/man4/Makefile
--- a/share/man/man4/Makefile Thu Feb 03 20:31:42 2000 +0000
+++ b/share/man/man4/Makefile Thu Feb 03 21:04:30 2000 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.126 2000/01/25 08:32:05 augustss Exp $
+# $NetBSD: Makefile,v 1.127 2000/02/03 21:04:30 dante Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
-MAN= ahb.4 ahc.4 aria.4 atalk.4 audio.4 awi.4 bha.4 bpf.4 cardbus.4 ccd.4 \
- cd.4 ch.4 clcs.4 clnp.4 cltp.4 cnw.4 ddb.4 dpt.4 drum.4 eap.4 eisa.4 \
- en.4 ep.4 esh.4 esis.4 eso.4 exphy.4 fd.4 fpa.4 fms.4 fxp.4 \
+MAN= adw.4 ahb.4 ahc.4 aria.4 atalk.4 audio.4 awi.4 bha.4 bpf.4 cardbus.4 \
+ ccd.4 cd.4 ch.4 clcs.4 clnp.4 cltp.4 cnw.4 ddb.4 dpt.4 drum.4 eap.4 \
+ eisa.4 en.4 ep.4 esh.4 esis.4 eso.4 exphy.4 fd.4 fpa.4 fms.4 fxp.4 \
gre.4 icmp.4 icsphy.4 idp.4 ifmedia.4 inet.4 inphy.4 \
iophy.4 ip.4 ipip.4 iso.4 isp.4 lc.4 lkm.4 lo.4 lxtphy.4 \
mbe.4 md.4 mhzc.4 midi.4 mii.4 mpu.4 mtio.4 ncr.4 ne.4 netintro.4 \
diff -r c763078bd5e9 -r 31e83d68ea38 share/man/man4/adw.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/adw.4 Thu Feb 03 21:04:30 2000 +0000
@@ -0,0 +1,90 @@
+.\" $NetBSD: adw.4,v 1.1 2000/02/03 21:04:30 dante Exp $
+.\"
+.\" Copyright (c) 1998, 1999, 2000 Baldassare Dante Profeta
+.\" 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 withough 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.
+.\"
+.\"
+.Dd February 3, 2000
+.Dt ADW 4
+.Os
+.Sh NAME
+.Nm adw
+.Nd AdvanSys PCI Ultra Wide SCSI host adapter driver
+.Sh SYNOPSIS
+.Cd "adw* at pci? dev ? function ?"
+.Cd "scsibus* at adw?"
+.Pp
+.Cd "options FAILSAFE"
+.Cd "options SCSI_ADW_WDTR_DISABLE=mask"
+.Cd "options SCSI_ADW_SDTR_DISABLE=mask"
+.Cd "options SCSI_ADW_TAGQ_DISABLE=mask"
+.Pp
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the ADW (AdvanSys) ABP-940UW, ASB-3940UW,
+ASB-3940U2W
+.Tn SCSI
+controller chips.
+.Pp
+The following kernel configuration options are available:
+.Bl -ohang
+.It Cd options FAILSAFE
+Disables tagged command queuing, wide transfer and forces asynchronous
+transfers for all
+.Tn SCSI
+devices.
+By default, wide data transfers and synchronous transfers are used if the
+.Tn SCSI
+devices supports them.
+.Pp
+The following options does use a
+.Em mask
+to specify which SCSI peripheral must have the relative feature disabled.
+The
+.Em mask
+is a 16 bitfield value. Each bit corrispond to the peripheral ID.
+The LSB (bit 0) corrispond to the peripheral with ID 0.
+The MSB (bit 15) corrispond to the peripheral with ID 15.
+The following features cannot be disabled for the host adapter, which by
+default has ID 7.
+.It Cd options SCSI_ADW_WDTR_DISABLE=mask
+Disable
+.Tn WIDE
+data transfer for the peripherals specified by the mask value.
+.It Cd options SCSI_ADW_SDTR_DISABLE=mask
+Disable
+.Tn SYNCHRONOUS
+data transfer for the peripherals specified by the mask value.
+.It Cd options SCSI_ADW_TAGQ_DISABLE=mask
+Disable
+.Tn TAGGED COMMAND QUEUING
+for the peripherals specified by the mask value.
+.El
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr scsi 4 ,
+.Xr sd 4 ,
+.Xr st 4 ,
+.Xr cd 4 ,
+.Xr ch 4 ,
+.Xr uk 4
Home |
Main Index |
Thread Index |
Old Index