adv.4 revision 1.11
$OpenBSD: adv.4,v 1.11 2001/01/15 18:10:07 krw Exp $

Copyright (c) 1998, Jason Downs. 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. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
3. 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 September 28, 1998 .Dt ADVANSYS 4 .Os .Sh NAME .Nm advansys .Nd AdvanSys PCI SCSI Host Adapters .Sh SYNOPSIS .Cd "adv* at pci? dev ? function ?" .Cd scsibus* at adv? .Cd "adw* at pci? dev ? function ?" .Cd scsibus* at adw? .Sh DESCRIPTION The .Nm drivers support most AdvanSys PCI SCSI host adapters, as shown in this table: l -column "ABP940UWxxxxx" "ASB3940U2W-00" -offset indent t Nm adv adw t ABP-920 ABP-940UW t ABP-930 (1) ASB-3940UW-00 t ABP-930U ASB-3940U2W-00 t ABP-930UA ASB-3950U160 t ABP-940 t ABP-940U t ABP-940UA t ABP-950 t ABP-960 (2) t ABP-960U (2) t ABP-970 t ABP-970U t ABP-980 t ABP-980U .El

p l -enum -compact t This board has been sold by SIIG as the Fast SCSI Pro PCI. t This board has been sold by Iomega as a Jaz Jet PCI adapter. .El

p The .Nm adw driver will log some host adapter errors with general messages such as

p d -literal -offset indent iha0:0:0: host adapter error 0x12. See adw(4). iha0:0:0: host adapter error 0x12, resetting bus. See adw(4). .Ed

p Some further information on the meaning of such errors can be obtained from the following table derived from the source code provided by ConnectCom. l -column "Error" "QHSTA_M_SCSI_BUS_RESET_UNSOL" t Em Error Define Name Comment

p t 0x12 QHSTA_M_SXFR_XFR_OFLW SXFR_STATUS Transfer Overflow t 0x13 QHSTA_M_UNEXPECTED_BUS_FREE t 0x15 QHSTA_M_QUEUE_ABORTED t 0x16 QHSTA_M_SXFR_SDMA_ERR SXFR_STATUS SCSI DMA Error t 0x17 QHSTA_M_SXFR_SXFR_PERR SXFR_STATUS SCSI Bus Parity Error t 0x18 QHSTA_M_RDMA_PERR RISC PCI DMA parity error t 0x19 QHSTA_M_SXFR_OFF_UFLW SXFR_STATUS Offset Underflow t 0x20 QHSTA_M_SXFR_OFF_OFLW SXFR_STATUS Offset Overflow t 0x21 QHSTA_M_SXFR_WD_TMO SXFR_STATUS Watchdog Timeout t 0x22 QHSTA_M_SXFR_DESELECTED SXFR_STATUS Deselected t 0x24 QHSTA_M_SXFR_XFR_PH_ERR SXFR_STATUS Transfer Phase Error t 0x25 QHSTA_M_SXFR_UNKNOWN_ERROR SXFR_STATUS Unknown Error t 0x30 QHSTA_M_SCSI_BUS_RESET Request aborted from SBR t 0x31 QHSTA_M_SCSI_BUS_RESET_UNSOL Request aborted from unsolicited SBR t 0x32 QHSTA_M_BUS_DEVICE_RESET Request aborted from BDR t 0x35 QHSTA_M_DIRECTION_ERR Data Phase mismatch t 0x36 QHSTA_M_DIRECTION_ERR_HUNG Data Phase mismatch and bus hang t 0x41 QHSTA_M_WTM_TIMEOUT t 0x42 QHSTA_M_BAD_CMPL_STATUS_IN t 0x43 QHSTA_M_NO_AUTO_REQ_SENSE t 0x44 QHSTA_M_AUTO_REQ_SENSE_FAIL t 0x45 QHSTA_M_INVALID_DEVICE Bad target ID t 0x46 QHSTA_M_FROZEN_TIDQ TID Queue frozen t 0x47 QHSTA_M_SGBACKUP_ERROR Scatter-Gather backup error .El .Sh SEE ALSO .Xr cd 4 , .Xr intro 4 , .Xr scsi 4 , .Xr sd 4 , .Xr st 4

p

a http://www.connectcom.net/ .Sh AUTHORS The .Nm drivers were originally written by Baldassare Dante Profeta for NetBSD, based on Linux drivers written by Advanced System Products, Inc., which is now ConnectCom Solutions, Inc.