1 .\" $NetBSD: adv.4,v 1.7 2005/09/09 14:11:39 drochner Exp $
3 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
4 .\" All rights reserved.
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
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.
15 .\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
16 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18 .\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
19 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
32 .Nd ConnectCom Solutions AdvanSys SCSI adapter driver
34 .Cd "adv* at pci? dev ? function ?"
35 .Cd "adv0 at isa? port ? irq ? drq ?"
36 .Cd "adv* at cardbus? function ?"
37 .Cd "scsibus* at adv?"
41 driver supports the following
46 .\" .It Tn AdvanSys 1200[A,B]
48 Connectivity Products:
49 .Bl -tag -width "ABP510/5150" -offset indent -compact
51 Bus-Master PCI (16 CDB)
53 Bus-Master PCI (16 CDB)
56 Bus-Master PCI Ultra (16 CDB)
58 Bus-Master PCI Ultra (16 CDB)
60 Bus-Master PCI MAC/PC (16 CDB)
63 Bus-Master PCI MAC/PC Ultra (16 CDB)
70 This board has been sold by SIIG as the Fast SCSI Pro PCI.
72 This board has been sold by Iomega as a Jaz Jet PCI adapter.
75 Single Channel Products:
76 .Bl -tag -width "ABP510/5150" -offset indent -compact
78 Bus-Master PCI (240 CDB)
80 Bus-Master PCI Ultra (240 CDB)
82 Bus-Master PCI MAC/PC (240 CDB)
84 Bus-Master PCI MAC/PC Ultra (240 CDB)
86 Bus-Master PCI Ultra-Wide (240 CDB)
89 Multi Channel Products:
90 .Bl -tag -width "ABP510/5150" -offset indent -compact
92 Dual Channel Bus-Master PCI (240 CDB Per Channel)
94 Four Channel Bus-Master PCI (240 CDB Per Channel)
96 Four Channel Bus-Master PCI Ultra (240 CDB Per Channel)
99 Connectivity Products:
100 .Bl -tag -width "ABP510/5150" -offset indent -compact
102 Bus-Master ISA (240 CDB) (note 1)
104 Bus-Master ISA (16 CDB) (note 1) (note 2)
106 Bus-Master ISA with floppy (16 CDB) (note 3)
112 This board has been shipped by
119 so it cannot control a boot device, but
120 it can control any secondary
124 This board has been sold by SIIG as the i540 SpeedMaster.
126 This board has been sold by SIIG as the i542 SpeedMaster.
129 Single Channel Products:
130 .Bl -tag -width "ABP510/5150" -offset indent -compact
132 Bus-Master ISA with floppy (240 CDB)
134 Bus-Master VL (240 CDB)
137 Dual Channel Products:
138 .Bl -tag -width "ABP510/5150" -offset indent -compact
140 Dual Channel Bus-Master VL (240 CDB Per Channel)
152 .Pa http://www.connectcom.net/
154 .Pa http://www.siig.com/
158 device driver appeared in
161 .An Baldassare Dante Profeta