blob: e73fe41e38481095a18ee8e709c4701c8cd2f3b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
<table class="head">
<tr>
<td class="head-ltitle">AIC(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">AIC(4)</td>
</tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">aic</code> — <span class="Nd">Adaptec
AIC-6260 and AIC-6360 SCSI driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">aic0 at isa? port 0x340 irq 12</code>
<br/>
<code class="Cd">aic* at isapnp?</code>
<br/>
<code class="Cd">aic* at pcmcia? function ?</code>
<br/>
<code class="Cd">scsibus* at aic?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">aic</code> driver provides support for the
Adaptec AIC-6260 and AIC-6360 SCSI controller chips.</p>
<p class="Pp">The PCMCIA SCSI host adapters and many ISA cards do not include
boot ROMs and therefore cannot be used to connect the boot device.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">Cards supported by the <code class="Nm">aic</code> driver
include:</p>
<ul class="Bl-item Bd-indent">
<li>Adaptec 1502 ISA SCSI host adaptor</li>
<li>Adaptec 152x ISA SCSI host adaptor</li>
<li>Adaptec AHA-1520B ISAPNP SCSI host adaptor</li>
<li>Adaptec APA-1460 PCMCIA SCSI host adaptor</li>
<li>Creative Labs SoundBlaster ISA SCSI host adaptor, and compatibles</li>
</ul>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
ALSO</a></h1>
<p class="Pp"><a class="Xr">cd(4)</a>, <a class="Xr">ch(4)</a>,
<a class="Xr">intro(4)</a>, <a class="Xr">scsi(4)</a>,
<a class="Xr">sd(4)</a>, <a class="Xr">st(4)</a></p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">November 10, 1997</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|