]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - share/man/man4/aha.4
This commit was generated by cvs2svn to compensate for changes in r155290,
[FreeBSD/FreeBSD.git] / share / man / man4 / aha.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 AHA 4
31 .Os
32 .Sh NAME
33 .Nm aha
34 .Nd Adaptec SCSI host adapter driver
35 .Sh SYNOPSIS
36 .Cd device aha
37 .Cd device scbus
38 .Pp
39 In
40 .Pa /boot/device.hints :
41 .Cd hint.aha.0.at="isa"
42 .Sh DESCRIPTION
43 This driver provides access to the
44 .Tn SCSI
45 bus connected to the Adaptec AHA-154x and AHA-1640 SCSI host adapters.
46 x is 0 for controllers without a floppy drive and 2 for controllers
47 that have them.
48 For optimum
49 performance, Adaptec AHA-174x controllers should be configured in
50 enhanced mode and attached via the
51 .Xr ahb 4
52 driver.
53 .Pp
54 One device hint entry for every card to be attached by the system is
55 required.
56 Specific values for the port address, IRQ, and DRQ may be specified.
57 If wildcard values are used, the driver will query the device for its
58 current settings and use those.
59 If the port address
60 is a wildcard, the driver consults an internal table of possible port address
61 locations and attaches to the first unattached card it finds.
62 The possible
63 port addresses for this card are 0x330, 0x334, 0x230, 0x234, 0x130, and
64 0x134.
65 .Pp
66 The AHA-1640 is an MCA bus card.
67 Since the MCA bus is a self-identifying bus, no setting of hints is
68 required.
69 .Sh HARDWARE
70 The
71 .Nm
72 driver supports the following SCSI host adapters:
73 .Pp
74 .Bl -bullet -compact
75 .It
76 Adaptec AHA-154xB
77 .It
78 Adaptec AHA-154xC
79 .It
80 Adaptec AHA-154xCF
81 .It
82 Adaptec AHA-154xCP
83 .It
84 Adaptec AHA-1640
85 .It
86 Adaptec AHA-174x in 154x emulation mode
87 .It
88 DTC 3290 SCSI controller in 1542 emulation mode
89 .It
90 Tekram SCSI controllers in 154x emulation mode
91 .El
92 .Sh SEE ALSO
93 .Xr ahb 4 ,
94 .Xr ahc 4 ,
95 .Xr aic 4 ,
96 .Xr cd 4 ,
97 .Xr da 4 ,
98 .Xr sa 4 ,
99 .Xr scsi 4
100 .\"
101 .\" .Sh DIAGNOSTICS
102 .\"
103 .Sh AUTHORS
104 .An -nosplit
105 The
106 .Nm
107 driver was ported by
108 .An M. Warner Losh
109 from the
110 .Nm bt
111 driver written by
112 .An Justin T. Gibbs .
113 .Sh BUGS
114 The AHA-154xA card does not support residuals on data transfers.
115 As a result, this card is no longer supported.
116 .Pp
117 There have been some reports that the AHA-154xB does not work well
118 under heavy load.
119 .Pp
120 The AHA-154xCP is a plug and play controller.
121 However, its resources are set using the on-board BIOS and cannot be
122 moved.
123 Failures to attached for this card are often caused when the resources
124 set in the BIOS conflict.