]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - share/man/man4/ahb.4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / share / man / man4 / ahb.4
1 .\"
2 .\" Copyright (c) 1994 Wilko Bulte
3 .\" 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 .\" $FreeBSD$
28 .\"
29 .Dd July 4, 2004
30 .Dt AHB 4
31 .Os
32 .Sh NAME
33 .Nm ahb
34 .Nd Adaptec EISA SCSI host adapter driver
35 .Sh SYNOPSIS
36 To compile this driver into the kernel,
37 place the following lines in your
38 kernel configuration file:
39 .Bd -ragged -offset indent
40 .Cd "device scbus"
41 .Cd "device ahb"
42 .Ed
43 .Pp
44 Alternatively, to load the driver as a
45 module at boot time, place the following line in
46 .Xr loader.conf 5 :
47 .Bd -literal -offset indent
48 ahb_load="YES"
49 .Ed
50 .Sh DESCRIPTION
51 This driver provides access to the
52 .Tn SCSI
53 bus connected to an Adaptec
54 AHA-174X host adapters in
55 .Dq Em enhanced
56 mode.
57 Tagged queueing and synchronous SCSI transfers are supported.
58 .Sh HARDWARE
59 The
60 .Nm
61 driver supports the following SCSI host adapters:
62 .Pp
63 .Bl -bullet -compact
64 .It
65 Adaptec AHA-1740
66 .It
67 Adaptec AHA-1742
68 .It
69 Adaptec AHA-1740A
70 .It
71 Adaptec AHA-1742A
72 .El
73 .Sh SEE ALSO
74 .Xr aha 4 ,
75 .Xr ahc 4 ,
76 .Xr aic 4 ,
77 .Xr cd 4 ,
78 .Xr da 4 ,
79 .Xr sa 4 ,
80 .Xr scsi 4
81 .Sh AUTHORS
82 The
83 .Nm
84 driver was written by
85 .An Justin T. Gibbs .
86 .Sh CAVEATS
87 The Adaptec 174X is very sensitive to SCSI bus termination and cable
88 length.
89 It may also have difficulties operating with some modern devices
90 that, due to their speed, expose timing problems in the controller.
91 There are no known mechanisms for working around device incompatibilities of
92 this nature.