2 .\" Copyright (c) 1995, 1996, 1997, 1998, 2000
3 .\" Justin T. Gibbs. All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
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.
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.
34 .Nd Adaptec VL/EISA/PCI SCSI host adapter driver
36 To compile this driver into the kernel,
37 place the following lines in your
38 kernel configuration file:
39 .Bd -ragged -offset indent
43 For one or more VL/EISA cards:
46 For one or more PCI cards:
49 To allow PCI adapters to use memory mapped I/O if enabled:
50 .Cd options AHC_ALLOW_MEMIO
52 To configure one or more controllers to assume the target role:
53 .Cd options AHC_TMODE_ENABLE <bitmask of units>
56 Alternatively, to load the driver as a
57 module at boot time, place the following lines in
59 .Bd -literal -offset indent
66 This driver provides access to the
68 bus(es) connected to the Adaptec AIC77xx and AIC78xx
71 Driver features include support for twin and wide busses,
72 fast, ultra or ultra2 synchronous transfers depending on controller type,
73 tagged queueing, SCB paging, and target mode.
75 Memory mapped I/O can be enabled for PCI devices with the
76 .Dq Dv AHC_ALLOW_MEMIO
78 Memory mapped I/O is more efficient than the alternative, programmed I/O.
79 Most PCI BIOSes will map devices so that either technique for communicating
80 with the card is available.
82 usually when the PCI device is sitting behind a PCI->PCI bridge,
83 the BIOS may fail to properly initialize the chip for memory mapped I/O.
84 The typical symptom of this problem is a system hang if memory mapped I/O
86 Most modern motherboards perform the initialization correctly and work fine
87 with this option enabled.
89 Individual controllers may be configured to operate in the target role
91 .Dq Dv AHC_TMODE_ENABLE
93 The value assigned to this option should be a bitmap
94 of all units where target mode is desired.
95 For example, a value of 0x25, would enable target mode on units 0, 2, and 5.
96 A value of 0x8a enables it for units 1, 3, and 7.
98 Per target configuration performed in the
100 menu, accessible at boot
106 configuration utility for
109 is honored by this driver.
110 This includes synchronous/asynchronous transfers,
111 maximum synchronous negotiation rate,
114 the host adapter's SCSI ID,
118 Twin Channel controllers,
119 the primary channel selection.
120 For systems that store non-volatile settings in a system specific manner
121 rather than a serial eeprom directly connected to the aic7xxx controller,
124 must be enabled for the driver to access this information.
125 This restriction applies to all
127 and many motherboard configurations.
129 Note that I/O addresses are determined automatically by the probe routines,
130 but care should be taken when using a 284x
131 .Pq Tn VESA No local bus controller
135 The jumpers setting the I/O area for the 284x should match the
137 slot into which the card is inserted to prevent conflicts with other
141 Performance and feature sets vary throughout the aic7xxx product line.
142 The following table provides a comparison of the different chips supported
146 Note that wide and twin channel features, although always supported
147 by a particular chip, may be disabled in a particular motherboard or card
150 .Bd -ragged -offset indent
151 .Bl -column "aic7770 " "10 " "EISA/VL " "10MHz " "16bit " "SCBs " Features
152 .Em "Chip MIPS Bus MaxSync MaxWidth SCBs Features"
153 aic7770 10 EISA/VL 10MHz 16Bit 4 1
154 aic7850 10 PCI/32 10MHz 8Bit 3
155 aic7860 10 PCI/32 20MHz 8Bit 3
156 aic7870 10 PCI/32 10MHz 16Bit 16
157 aic7880 10 PCI/32 20MHz 16Bit 16
158 aic7890 20 PCI/32 40MHz 16Bit 16 3 4 5 6 7 8
159 aic7891 20 PCI/64 40MHz 16Bit 16 3 4 5 6 7 8
160 aic7892 20 PCI/64 80MHz 16Bit 16 3 4 5 6 7 8
161 aic7895 15 PCI/32 20MHz 16Bit 16 2 3 4 5
162 aic7895C 15 PCI/32 20MHz 16Bit 16 2 3 4 5 8
163 aic7896 20 PCI/32 40MHz 16Bit 16 2 3 4 5 6 7 8
164 aic7897 20 PCI/64 40MHz 16Bit 16 2 3 4 5 6 7 8
165 aic7899 20 PCI/64 80MHz 16Bit 16 2 3 4 5 6 7 8
170 Multiplexed Twin Channel Device - One controller servicing two busses.
172 Multi-function Twin Channel Device - Two controllers on one chip.
174 Command Channel Secondary DMA Engine - Allows scatter gather list and
177 64 Byte SCB Support - SCSI CDB is embedded in the SCB to eliminate an extra DMA.
179 Block Move Instruction Support - Doubles the speed of certain sequencer
183 style Scatter Gather Engine - Improves S/G prefetch performance.
185 Queuing Registers - Allows queueing of new transactions without pausing the
188 Multiple Target IDs - Allows the controller to respond to selection as a
189 target on multiple SCSI IDs.
195 driver supports the following
197 host adapter chips and
353 NEC PC-9821Xt13 (PC-98)
357 NEC PC-9821X-B02L/B09 (PC-98)
359 NEC SV-98/2-B03 (PC-98)
361 Many motherboards with on-board
365 .Sh SCSI CONTROL BLOCKS (SCBs)
366 Every transaction sent to a device on the SCSI bus is assigned a
367 .Sq SCSI Control Block
369 The SCB contains all of the information required by the
370 controller to process a transaction.
371 The chip feature table lists
372 the number of SCBs that can be stored in on-chip memory.
374 with model numbers greater than or equal to 7870 allow for the on chip
375 SCB space to be augmented with external SRAM up to a maximum of 255 SCBs.
376 Very few Adaptec controller configurations have external SRAM.
378 If external SRAM is not available, SCBs are a limited resource.
379 Using the SCBs in a straight forward manner would only allow the driver to
380 handle as many concurrent transactions as there are physical SCBs.
381 To fully utilize the SCSI bus and the devices on it,
382 requires much more concurrency.
383 The solution to this problem is
385 a concept similar to memory paging.
386 SCB paging takes advantage of
387 the fact that devices usually disconnect from the SCSI bus for long
388 periods of time without talking to the controller.
389 The SCBs for disconnected transactions are only of use to the controller
390 when the transfer is resumed.
391 When the host queues another transaction
392 for the controller to execute, the controller firmware will use a
393 free SCB if one is available.
394 Otherwise, the state of the most recently
395 disconnected (and therefore most likely to stay disconnected) SCB is
396 saved, via dma, to host memory, and the local SCB reused to start
398 This allows the controller to queue up to
399 255 transactions regardless of the amount of SCB space.
401 local SCB space serves as a cache for disconnected transactions, the
402 more SCB space available, the less host bus traffic consumed saving
403 and restoring SCB data.
421 sequencer-code assembler,
422 and the firmware running on the aic7xxx chips was written by
423 .An Justin T. Gibbs .
425 Some Quantum drives (at least the Empire 2100 and 1080s) will not run on an
427 Rev B in synchronous mode at 10MHz.
428 Controllers with this problem have a
429 42 MHz clock crystal on them and run slightly above 10MHz.
430 This confuses the drive and hangs the bus.
431 Setting a maximum synchronous negotiation rate of 8MHz in the
433 utility will allow normal operation.
435 Although the Ultra2 and Ultra160 products have sufficient instruction
436 ram space to support both the initiator and target roles concurrently,
437 this configuration is disabled in favor of allowing the target role
438 to respond on multiple target ids.
439 A method for configuring dual role mode should be provided.
441 Tagged Queuing is not supported in target mode.
443 Reselection in target mode fails to function correctly on all high
444 voltage differential boards as shipped by Adaptec.
446 how to modify HVD board to work correctly in target mode is available