]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/adw.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / adw.4
1 .\"
2 .\" Copyright (c) 1998, 2000
3 .\"     Justin T. Gibbs.  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. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23 .\"
24 .\" $FreeBSD$
25 .\"
26 .Dd July 14, 2004
27 .Dt ADW 4
28 .Os
29 .Sh NAME
30 .Nm adw
31 .Nd Advansys PCI 16bit SCSI Host adapter driver
32 .Sh SYNOPSIS
33 To compile this driver into the kernel,
34 place the following lines in your
35 kernel configuration file:
36 .Bd -ragged -offset indent
37 .Cd "device pci"
38 .Cd "device scbus"
39 .Cd "device adw"
40 .Ed
41 .Sh DESCRIPTION
42 This driver provides access to the 16bit
43 .Tn SCSI
44 bus connected to the Advanced Systems Products, Inc.
45 .Tn ASC3550 Ultra ,
46 and
47 .Tn ASC38C0800 Ultra2 ,
48 SCSI Host Adapter chips.
49 Both chips support, synchronous transfers
50 (20MHz and 40MHz max respectively),
51 16bit transfers, tagged queueing,
52 and up to 253 concurrent SCSI transactions.
53 .Pp
54 Per target configuration performed in the
55 .Tn AdvanceWare
56 menu, which is accessible at boot,
57 is honored by this driver.
58 This includes synchronous/asynchronous transfers,
59 maximum synchronous negotiation rate, wide transfers, disconnection,
60 tagged queueing, and the host adapter's SCSI ID.
61 The global setting for the maximum number of tagged transactions allowed
62 per target is not honored as the CAM SCSI system will automatically determine
63 the maximum number of tags a device can receive as well as guarantee fair
64 resource allocation among devices.
65 .Sh HARDWARE
66 The
67 .Nm
68 driver supports SCSI controllers including:
69 .Pp
70 .Bl -bullet -compact
71 .It
72 AdvanSys ABP940UW/ABP3940UW
73 .It
74 AdvanSys ABP950UW
75 .It
76 AdvanSys ABP970UW
77 .It
78 AdvanSys ABP3940U2W
79 .It
80 AdvanSys ABP3950U2W
81 .El
82 .Sh SEE ALSO
83 .Xr adv 4 ,
84 .Xr cd 4 ,
85 .Xr da 4 ,
86 .Xr sa 4 ,
87 .Xr scsi 4
88 .Sh HISTORY
89 The
90 .Nm
91 driver appeared in
92 .Fx 3.0 .
93 .Sh AUTHORS
94 .An -nosplit
95 The
96 .Nm
97 driver was ported by
98 .An Justin T. Gibbs
99 from the Linux driver written by
100 .An Bob Frey
101 of Advanced System Products, Inc.
102 Many thanks to AdvanSys for providing the original driver
103 under a suitable license for use in
104 .Fx .