summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/man4.amiga/zssc.4 3.html
blob: d22c94a443f698011fa00aad173adc9d6d109700 (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
57
58
59
60
61
62
63
64
65
<table class="head">
  <tr>
    <td class="head-ltitle">ZSSC(4)</td>
    <td class="head-vol">Device Drivers Manual (amiga)</td>
    <td class="head-rtitle">ZSSC(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">zssc</code> &#x2014; <span class="Nd">Zeus low
    level SCSI interface</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">zssc0 at zbus0</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The Amiga architecture uses a common machine independent scsi
    sub-system provided in the kernel source. The machine independent drivers
    that use this code access the hardware through a common interface. (see
    <a class="Xr">scsibus(4)</a>) This common interface interacts with a machine
    dependent interface, such as <code class="Nm">zssc</code>, which then
    handles the hardware specific issues.</p>
<p class="Pp">The <code class="Nm">zssc</code> interface handles things such as
    DMA and interrupts as well as actually sending commands, negotiating
    synchronous or asynchronous transfers and handling disconnect/reconnect of
    SCSI targets. The hardware that <code class="Nm">zssc</code> uses is based
    on the NCR53c710 SCSI chip.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-diag">
  <dt>zssc%s: abort %s: dstat %02x, sstat0 %02x sbcl %02x</dt>
  <dd>The scsi operation %s was aborted due to error. Dstat, sstat and sbcl are
      registers within the NCR53c710 SCSI chip.</dd>
  <dt>siop id %d reset</dt>
  <dd>The NCR53c710 SCSI chip has been reset and configure at id %d.</dd>
  <dt>SIOP interrupt: %x sts %x msg %x sbcl %x</dt>
  <dd>The NCR53c710 SCSI chip has interrupted unexpectedly.</dd>
  <dt>SIOP: SCSI Gross Error</dt>
  <dd>The NCR53c710 SCSI chip has indicated that it is confused.</dd>
  <dt>SIOP: Parity Error</dt>
  <dd>The NCR53c710 SCSI chip has indicated that it has detected a parity error
      on the SCSI bus.</dd>
</dl>
</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">scsibus(4)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">zssc</code> interface first appeared in
    <span class="Ux">NetBSD 1.0</span></p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">August 31, 1994</td>
    <td class="foot-os">NetBSD 10.1</td>
  </tr>
</table>