1.\" $NetBSD: adv.4,v 1.3 2001/01/28 03:04:18 nathanw Exp $ 2.\" 3.\" Copyright (c) 1999 The NetBSD Foundation, Inc. 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by the NetBSD 17.\" Foundation, Inc. and its contributors. 18.\" 4. Neither the name of The NetBSD Foundation nor the names of its 19.\" contributors may be used to endorse or promote products derived 20.\" from this software without specific prior written permission. 21.\" 22.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 23.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 24.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 25.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 26.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 27.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 28.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 29.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 30.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 31.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 32.\" POSSIBILITY OF SUCH DAMAGE. 33.\" 34.Dd June 4, 1999 35.Dt ADV 4 36.Os 37.Sh NAME 38.Nm adv 39.Nd ConnectCom Solutions AdvanSys SCSI adapter driver 40.Sh SYNOPSIS 41.Cd "adv* at pci? dev ? function ?" 42.Cd "adv0 at isa? port ? irq ? drq ?" 43.Cd "scsibus* at adv?" 44.Sh DESCRIPTION 45The 46.Nm 47driver supports the following 48.Tn AdvanSys 49.Tn SCSI 50host adapters 51.Pp 52.\" .It Tn AdvanSys 1200[A,B] 53.Ss PCI bus 54Connectivity Products: 55.Bl -tag -width "ABP510/5150" -offset indent -compact 56.It ABP920 57Bus-Master PCI (16 CDB) 58.It ABP930 59Bus-Master PCI (16 CDB) 60(note 1) 61.It ABP930U 62Bus-Master PCI Ultra (16 CDB) 63.It ABP930UA 64Bus-Master PCI Ultra (16 CDB) 65.It ABP960 66Bus-Master PCI MAC/PC (16 CDB) 67(note 2) 68.It ABP960U 69Bus-Master PCI MAC/PC Ultra (16 CDB) 70(note 2) 71.El 72.Pp 73Notes: 74.Bl -enum -compact 75.It 76This board has been sold by SIIG as the Fast SCSI Pro PCI. 77.It 78This board has been sold by Iomega as a Jaz Jet PCI adapter. 79.El 80.Pp 81Single Channel Products: 82.Bl -tag -width "ABP510/5150" -offset indent -compact 83.It ABP940 84Bus-Master PCI (240 CDB) 85.It ABP940U 86Bus-Master PCI Ultra (240 CDB) 87.It ABP970 88Bus-Master PCI MAC/PC (240 CDB) 89.It ABP970U 90Bus-Master PCI MAC/PC Ultra (240 CDB) 91.It ABP940UW 92Bus-Master PCI Ultra-Wide (240 CDB) 93.El 94.Pp 95Multi Channel Products: 96.Bl -tag -width "ABP510/5150" -offset indent -compact 97.It ABP950 98Dual Channel Bus-Master PCI (240 CDB Per Channel) 99.It ABP980 100Four Channel Bus-Master PCI (240 CDB Per Channel) 101.It ABP980U 102Four Channel Bus-Master PCI Ultra (240 CDB Per Channel) 103.El 104.Ss ISA bus 105Connectivity Products: 106.Bl -tag -width "ABP510/5150" -offset indent -compact 107.It ABP510/5150 108Bus-Master ISA (240 CDB) (note 1) 109.It ABP5140 110Bus-Master ISA (16 CDB) (note 1) (note 2) 111.It ABP5142 112Bus-Master ISA with floppy (16 CDB) (note 3) 113.El 114.Pp 115Notes: 116.Bl -enum -compact 117.It 118This board has been shipped by 119.Tn HP 120with the 4020i 121.Tn CD-R 122drive. 123The board has no 124.Tn BIOS 125so it cannot control a boot device, but 126it can control any secondary 127.Tn SCSI 128device. 129.It 130This board has been sold by SIIG as the i540 SpeedMaster. 131.It 132This board has been sold by SIIG as the i542 SpeedMaster. 133.El 134.Pp 135Single Channel Products: 136.Bl -tag -width "ABP510/5150" -offset indent -compact 137.It ABP542 138Bus-Master ISA with floppy (240 CDB) 139.It ABP842 140Bus-Master VL (240 CDB) 141.El 142.Pp 143Dual Channel Products: 144.Bl -tag -width "ABP510/5150" -offset indent -compact 145.It ABP852 146Dual Channel Bus-Master VL (240 CDB Per Channel) 147.El 148.Sh SEE ALSO 149.Xr intro 4 , 150.Xr pci 4 , 151.Xr isa 4 , 152.Xr scsi 4 , 153.Xr sd 4 , 154.Xr st 4 , 155.Xr cd 4 , 156.Xr ch 4 157.Pp 158.Pa http://www.connectcom.net/ 159.Pp 160.Pa http://www.siig.com/ 161.Sh HISTORY 162The 163.Nm 164device driver appeared in 165.Nx 1.4 . 166.Sh AUTHOR 167Baldassare Dante Profeta 168.Aq dante@mclink.it 169