xref: /openbsd/share/man/man4/adv.4 (revision 76d0caae)
1.\"	$OpenBSD: adv.4,v 1.28 2015/01/15 20:37:36 schwarze Exp $
2.\"
3.\" Copyright (c) 1998, Jason Downs.  All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\" 3. The name of the author may not be used to endorse or promote products
14.\"    derived from this software without specific prior written permission.
15.\"
16.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
17.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
18.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
19.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
20.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
21.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
22.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
23.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
25.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26.\"
27.\"
28.Dd $Mdocdate: January 15 2015 $
29.Dt ADV 4
30.Os
31.Sh NAME
32.Nm adv , adw
33.Nd AdvanSys PCI SCSI interface
34.Sh SYNOPSIS
35.Cd "adv* at pci?"
36.Cd "adw* at pci?"
37.Sh DESCRIPTION
38The
39.Nm adv
40and
41.Nm adw
42drivers support most AdvanSys PCI SCSI host adapters, as shown in this
43table:
44.Bl -column "ABP-960U (2)" "ASB3940U2W-00" -offset indent
45.It Sy adv Ta Sy adw
46.It "ABP-920" Ta ABP-940UW
47.It "ABP-930 (1)" Ta ABP-940UWD
48.It "ABP-930U" Ta ABP-970UW
49.It "ABP-930UA" Ta ASB-3940UW-00
50.It "ABP-940" Ta ASB-3940U2W-00
51.It "ABP-940U" Ta ASB-3950U160
52.It "ABP-940UA" Ta ""
53.It "ABP-950" Ta ""
54.It "ABP-960 (2)" Ta ""
55.It "ABP-960U (2)" Ta ""
56.It "ABP-970" Ta ""
57.It "ABP-970U" Ta ""
58.It "ABP-980" Ta ""
59.It "ABP-980U" Ta ""
60.El
61.Pp
62.Bl -enum -compact
63.It
64This board has been sold by SIIG as the Fast SCSI Pro PCI.
65.It
66This board has been sold by Iomega as a Jaz Jet PCI adapter.
67.El
68.Pp
69The
70.Nm adw
71driver will log some host adapter errors with general messages such as
72.Bd -literal -offset indent
73adw0:0:0: host adapter error 0x12. See adw(4).
74adw0:0:0: host adapter error 0x12, resetting bus. See adw(4).
75.Ed
76.Pp
77Some further information on the meaning of such errors can be obtained
78from the following table derived from the source code provided by
79ConnectCom.
80.Bl -column "Error" "QHSTA_M_SCSI_BUS_RESET_UNSOL" "Comment"
81.It Em "Error" Ta Em "Define Name" Ta Em "Comment"
82.It 0x12 Ta QHSTA_M_SXFR_XFR_OFLW Ta "SXFR_STATUS Transfer Overflow"
83.It 0x13 Ta QHSTA_M_UNEXPECTED_BUS_FREE Ta ""
84.It 0x15 Ta QHSTA_M_QUEUE_ABORTED Ta ""
85.It 0x16 Ta QHSTA_M_SXFR_SDMA_ERR Ta "SXFR_STATUS SCSI DMA Error"
86.It 0x17 Ta QHSTA_M_SXFR_SXFR_PERR Ta "SXFR_STATUS SCSI Bus Parity Error"
87.It 0x18 Ta QHSTA_M_RDMA_PERR Ta "RISC PCI DMA parity error"
88.It 0x19 Ta QHSTA_M_SXFR_OFF_UFLW Ta "SXFR_STATUS Offset Underflow"
89.It 0x20 Ta QHSTA_M_SXFR_OFF_OFLW Ta "SXFR_STATUS Offset Overflow"
90.It 0x21 Ta QHSTA_M_SXFR_WD_TMO Ta "SXFR_STATUS Watchdog Timeout"
91.It 0x22 Ta QHSTA_M_SXFR_DESELECTED Ta "SXFR_STATUS Deselected"
92.It 0x24 Ta QHSTA_M_SXFR_XFR_PH_ERR Ta "SXFR_STATUS Transfer Phase Error"
93.It 0x25 Ta QHSTA_M_SXFR_UNKNOWN_ERROR Ta "SXFR_STATUS Unknown Error"
94.It 0x30 Ta QHSTA_M_SCSI_BUS_RESET Ta "Request aborted from SBR"
95.It 0x31 Ta QHSTA_M_SCSI_BUS_RESET_UNSOL Ta "Request aborted from unsolicited SBR"
96.It 0x32 Ta QHSTA_M_BUS_DEVICE_RESET Ta "Request aborted from BDR"
97.It 0x35 Ta QHSTA_M_DIRECTION_ERR Ta "Data Phase mismatch"
98.It 0x36 Ta QHSTA_M_DIRECTION_ERR_HUNG Ta "Data Phase mismatch and bus hang"
99.It 0x41 Ta QHSTA_M_WTM_TIMEOUT Ta ""
100.It 0x42 Ta QHSTA_M_BAD_CMPL_STATUS_IN Ta ""
101.It 0x43 Ta QHSTA_M_NO_AUTO_REQ_SENSE Ta ""
102.It 0x44 Ta QHSTA_M_AUTO_REQ_SENSE_FAIL Ta ""
103.It 0x45 Ta QHSTA_M_INVALID_DEVICE Ta "Bad target ID"
104.It 0x46 Ta QHSTA_M_FROZEN_TIDQ Ta "TID Queue frozen"
105.It 0x47 Ta QHSTA_M_SGBACKUP_ERROR Ta "Scatter-Gather backup error"
106.El
107.Sh SEE ALSO
108.Xr cd 4 ,
109.Xr ch 4 ,
110.Xr intro 4 ,
111.Xr scsi 4 ,
112.Xr sd 4 ,
113.Xr st 4 ,
114.Xr uk 4
115.Sh AUTHORS
116The
117.Nm adv
118and
119.Nm adw
120drivers were originally written by
121.An Baldassare Dante Profeta
122for
123.Nx ,
124based on Linux drivers written by Advanced System Products,
125Inc., which is now ConnectCom Solutions, Inc.
126