xref: /freebsd/share/man/man4/ahc.4 (revision d37ea99837e6ad50837fd9fe1771ddf1c3ba6002)
1.\"
2.\" Copyright (c) 1995, 1996, 1997, 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. 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 February 13, 2000
30.Dt AHC 4
31.Os
32.Sh NAME
33.Nm ahc
34.Nd Adaptec VL/EISA/PCI SCSI host adapter driver
35.Sh SYNOPSIS
36For one or more VL/EISA cards:
37.Cd device eisa
38.Cd device ahc
39.Pp
40For one or more PCI cards:
41.Cd device pci
42.Cd device ahc
43.Pp
44To allow PCI adapters to use memory mapped I/O if enabled:
45.Cd options AHC_ALLOW_MEMIO
46.Pp
47To configure one or more controllers to assume the target role:
48.Cd options AHC_TMODE_ENABLE <bitmask of units>
49.Pp
50For one or more SCSI busses:
51.Cd device scbus
52.Sh DESCRIPTION
53This driver provides access to the
54.Tn SCSI
55bus(es) connected to Adaptec
56.Tn AIC7770 ,
57.Tn AIC7850 ,
58.Tn AIC7860 ,
59.Tn AIC7870 ,
60.Tn AIC7880 ,
61.Tn AIC7890 ,
62.Tn AIC7891 ,
63.Tn AIC7892 ,
64.Tn AIC7895 ,
65.Tn AIC7896 ,
66.Tn AIC7897
67and
68.Tn AIC7899
69host adapter chips.
70These chips are found on many motherboards as well as the following
71Adaptec SCSI controller cards:
72.Tn 274X(W) ,
73.Tn 274X(T) ,
74.Tn 284X ,
75.Tn 2910 ,
76.Tn 2915 ,
77.Tn 2920 ,
78.Tn 2930C ,
79.Tn 2930U2 ,
80.Tn 2940 ,
81.Tn 2940J ,
82.Tn 2940N ,
83.Tn 2940U ,
84.Tn 2940AU ,
85.Tn 2940UW ,
86.Tn 2940UW Dual ,
87.Tn 2940UW Pro ,
88.Tn 2940U2W ,
89.Tn 2940U2B ,
90.Tn 2950U2W ,
91.Tn 2950U2B ,
92.Tn 19160B ,
93.Tn 29160B ,
94.Tn 29160N ,
95.Tn 3940 ,
96.Tn 3940U ,
97.Tn 3940AU ,
98.Tn 3940UW ,
99.Tn 3940AUW ,
100.Tn 3940U2W ,
101.Tn 3950U2 ,
102.Tn 3960 ,
103.Tn 39160 ,
104.Tn 3985 ,
105and
106.Tn 4944UW .
107.Pp
108On the pc98 platform, support is also provided for the NEC PC-9821Xt13
109and RvII26, PC-9821X-B02L/B09, and SV-98/2-B03.
110.Pp
111Driver features include support for twin and wide busses,
112fast, ultra or ultra2 synchronous transfers depending on controller type,
113tagged queueing, SCB paging, and target mode.
114.Pp
115Memory mapped I/O can be enabled for PCI devices with the
116.Dq Dv AHC_ALLOW_MEMIO
117configuration option.
118Memory mapped I/O is more efficient than the alternative, programmed I/O.
119Most PCI BIOSes will map devices so that either technique for communicating
120with the card is available.
121In some cases,
122usually when the PCI device is sitting behind a PCI->PCI bridge,
123the BIOS may fail to properly initialize the chip for memory mapped I/O.
124The typical symptom of this problem is a system hang if memory mapped I/O
125is attempted.
126Most modern motherboards perform the initialization correctly and work fine
127with this option enabled.
128.Pp
129Individual controllers may be configured to operate in the target role
130through the
131.Dq Dv AHC_TMODE_ENABLE
132configuration option.
133The value assigned to this option should be a bitmap
134of all units where target mode is desired.
135For example, a value of 0x25, would enable target mode on units 0, 2, and 5.
136A value of 0x8a enables it for units 1, 3, and 7.
137.Pp
138Per target configuration performed in the
139.Tn SCSI-Select
140menu, accessible at boot
141in
142.No non- Ns Tn EISA
143models,
144or through an
145.Tn EISA
146configuration utility for
147.Tn EISA
148models,
149is honored by this driver.
150This includes synchronous/asynchronous transfers,
151maximum synchronous negotiation rate,
152wide transfers,
153disconnection,
154the host adapter's SCSI ID,
155and,
156in the case of
157.Tn EISA
158Twin Channel controllers,
159the primary channel selection.
160For systems that store non-volatile settings in a system specific manner
161rather than a serial eeprom directly connected to the aic7xxx controller,
162the
163.Tn BIOS
164must be enabled for the driver to access this information.
165This restriction applies to all
166.Tn EISA
167and many motherboard configurations.
168.Pp
169Note that I/O addresses are determined automatically by the probe routines,
170but care should be taken when using a 284x
171.Pq Tn VESA No local bus controller
172in an
173.Tn EISA
174system.
175The jumpers setting the I/O area for the 284x should match the
176.Tn EISA
177slot into which the card is inserted to prevent conflicts with other
178.Tn EISA
179cards.
180.Pp
181Performance and feature sets vary throughout the aic7xxx product line.
182The following table provides a comparison of the different chips supported
183by the
184.Nm
185driver.
186Note that wide and twin channel features, although always supported
187by a particular chip, may be disabled in a particular motherboard or card
188design.
189.Pp
190.Bd -ragged -offset indent
191.Bl -column "aic7770 " "10 " "EISA/VL  " "10MHz " "16bit " "SCBs " Features
192.Em "Chip       MIPS    Bus      MaxSync   MaxWidth  SCBs  Features"
193aic7770     10    EISA/VL    10MHz     16Bit     4    1
194aic7850     10    PCI/32     10MHz      8Bit     3
195aic7860     10    PCI/32     20MHz      8Bit     3
196aic7870     10    PCI/32     10MHz     16Bit    16
197aic7880     10    PCI/32     20MHz     16Bit    16
198aic7890     20    PCI/32     40MHz     16Bit    16        3 4 5 6 7 8
199aic7891     20    PCI/64     40MHz     16Bit    16        3 4 5 6 7 8
200aic7892     20    PCI/64     80MHz     16Bit    16        3 4 5 6 7 8
201aic7895     15    PCI/32     20MHz     16Bit    16      2 3 4 5
202aic7895C    15    PCI/32     20MHz     16Bit    16      2 3 4 5     8
203aic7896     20    PCI/32     40MHz     16Bit    16      2 3 4 5 6 7 8
204aic7897     20    PCI/64     40MHz     16Bit    16      2 3 4 5 6 7 8
205aic7899     20    PCI/64     80MHz     16Bit    16      2 3 4 5 6 7 8
206.El
207.Pp
208.Bl -enum -compact
209.It
210Multiplexed Twin Channel Device - One controller servicing two busses.
211.It
212Multi-function Twin Channel Device - Two controllers on one chip.
213.It
214Command Channel Secondary DMA Engine - Allows scatter gather list and
215SCB prefetch.
216.It
21764 Byte SCB Support - SCSI CDB is embedded in the SCB to eliminate an extra DMA.
218.It
219Block Move Instruction Support - Doubles the speed of certain sequencer
220operations.
221.It
222.Sq Bayonet
223style Scatter Gather Engine - Improves S/G prefetch performance.
224.It
225Queuing Registers - Allows queueing of new transactions without pausing the
226sequencer.
227.It
228Multiple Target IDs - Allows the controller to respond to selection as a
229target on multiple SCSI IDs.
230.El
231.Ed
232.Sh SCSI CONTROL BLOCKS (SCBs)
233Every transaction sent to a device on the SCSI bus is assigned a
234.Sq SCSI Control Block
235(SCB).
236The SCB contains all of the information required by the
237controller to process a transaction.
238The chip feature table lists
239the number of SCBs that can be stored in on-chip memory.
240All chips
241with model numbers greater than or equal to 7870 allow for the on chip
242SCB space to be augmented with external SRAM up to a maximum of 255 SCBs.
243Very few Adaptec controller configurations have external SRAM.
244.Pp
245If external SRAM is not available, SCBs are a limited resource.
246Using the SCBs in a straight forward manner would only allow the driver to
247handle as many concurrent transactions as there are physical SCBs.
248To fully utilize the SCSI bus and the devices on it,
249requires much more concurrency.
250The solution to this problem is
251.Em SCB Paging ,
252a concept similar to memory paging.
253SCB paging takes advantage of
254the fact that devices usually disconnect from the SCSI bus for long
255periods of time without talking to the controller.
256The SCBs for disconnected transactions are only of use to the controller
257when the transfer is resumed.
258When the host queues another transaction
259for the controller to execute, the controller firmware will use a
260free SCB if one is available.
261Otherwise, the state of the most recently
262disconnected (and therefore most likely to stay disconnected) SCB is
263saved, via dma, to host memory, and the local SCB reused to start
264the new transaction.
265This allows the controller to queue up to
266255 transactions regardless of the amount of SCB space.
267Since the
268local SCB space serves as a cache for disconnected transactions, the
269more SCB space available, the less host bus traffic consumed saving
270and restoring SCB data.
271.Sh BUGS
272Some Quantum drives (at least the Empire 2100 and 1080s) will not run on an
273.Tn AIC7870
274Rev B in synchronous mode at 10MHz.
275Controllers with this problem have a
27642 MHz clock crystal on them and run slightly above 10MHz.
277This confuses the drive and hangs the bus.
278Setting a maximum synchronous negotiation rate of 8MHz in the
279.Tn SCSI-Select
280utility will allow normal operation.
281.Pp
282Although the Ultra2 and Ultra160 products have sufficient instruction
283ram space to support both the initiator and target roles concurrently,
284this configuration is disabled in favor of allowing the target role
285to respond on multiple target ids.
286A method for configuring dual role mode should be provided.
287.Pp
288Tagged Queuing is not supported in target mode.
289.Pp
290Reselection in target mode fails to function correctly on all high
291voltage differential boards as shipped by Adaptec.
292Information on
293how to modify HVD board to work correctly in target mode is available
294from Adaptec.
295.Sh SEE ALSO
296.Xr aha 4 ,
297.Xr ahb 4 ,
298.Xr cd 4 ,
299.Xr da 4 ,
300.Xr sa 4 ,
301.Xr scsi 4
302.Sh AUTHORS
303The
304.Nm
305driver, the
306.Tn AIC7xxx
307sequencer-code assembler,
308and the firmware running on the aic7xxx chips was written by
309.An Justin T. Gibbs .
310.Sh HISTORY
311The
312.Nm
313driver appeared in
314.Fx 2.0 .
315