summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/man4.atari/floppy.4 3.html
blob: 38ae8b71d51780d11ae5f0573211451769c968ca (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
66
67
68
69
70
71
72
73
74
75
76
77
<table class="head">
  <tr>
    <td class="head-ltitle">FLOPPY(4)</td>
    <td class="head-vol">Device Drivers Manual (atari)</td>
    <td class="head-rtitle">FLOPPY(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">floppy</code> &#x2014; <span class="Nd">Atari
    floppy 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">fd0 at fdc0 unit 0</code>
  <br/>
  <code class="Cd">fd1 at fdc0 unit 1</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">This is an interface to the builtin and external floppy drives on
    the Atari. Currently, there is no disklabel support for the floppy drives.
    Instead, the floppy interface uses the partition number embedded in the
    minor device number to distinguish between various floppy formats.</p>
<p class="Pp">Currently, the following formats are supported:</p>
<table class="Bl-column">
  <tr id="Partition">
    <td><a class="permalink" href="#Partition"><b class="Sy">Partition</b></a></td>
    <td><a class="permalink" href="#Size"><b class="Sy" id="Size">Size</b></a></td>
    <td><a class="permalink" href="#sides"><b class="Sy" id="sides">sides</b></a></td>
    <td><a class="permalink" href="#tracks"><b class="Sy" id="tracks">tracks</b></a></td>
    <td><a class="permalink" href="#sectors/track"><b class="Sy" id="sectors/track">sectors/track</b></a></td>
  </tr>
  <tr>
    <td>a</td>
    <td>360Kb</td>
    <td>1</td>
    <td>80</td>
    <td>9</td>
  </tr>
  <tr>
    <td>b</td>
    <td>720Kb</td>
    <td>2</td>
    <td>80</td>
    <td>9</td>
  </tr>
  <tr>
    <td>c</td>
    <td>1.44Mb</td>
    <td>2</td>
    <td>80</td>
    <td>18</td>
  </tr>
</table>
</section>
<section class="Sh">
<h1 class="Sh" id="FILES"><a class="permalink" href="#FILES">FILES</a></h1>
<dl class="Bl-tag Bl-compact">
  <dt><span class="Pa">/dev/fd[01][abc]</span></dt>
  <dd>Block files</dd>
  <dt><span class="Pa">/dev/rfd[01][abc]</span></dt>
  <dd>Raw files</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<p class="Pp">None.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">October 15, 1995</td>
    <td class="foot-os">NetBSD 10.1</td>
  </tr>
</table>