diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 19:55:15 -0400 |
| commit | 253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch) | |
| tree | adf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man4/man4.atari | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/man4.atari')
| -rw-r--r-- | static/netbsd/man4/man4.atari/floppy.4 3.html | 77 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.atari/intro.4 2.html | 133 | ||||
| -rw-r--r-- | static/netbsd/man4/man4.atari/rtc.4 3.html | 52 |
3 files changed, 262 insertions, 0 deletions
diff --git a/static/netbsd/man4/man4.atari/floppy.4 3.html b/static/netbsd/man4/man4.atari/floppy.4 3.html new file mode 100644 index 00000000..38ae8b71 --- /dev/null +++ b/static/netbsd/man4/man4.atari/floppy.4 3.html @@ -0,0 +1,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> — <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> diff --git a/static/netbsd/man4/man4.atari/intro.4 2.html b/static/netbsd/man4/man4.atari/intro.4 2.html new file mode 100644 index 00000000..cdc6bbb4 --- /dev/null +++ b/static/netbsd/man4/man4.atari/intro.4 2.html @@ -0,0 +1,133 @@ +<table class="head"> + <tr> + <td class="head-ltitle">INTRO(4)</td> + <td class="head-vol">Device Drivers Manual (atari)</td> + <td class="head-rtitle">INTRO(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">intro</code> — + <span class="Nd">introduction to atari special files and hardware + support</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">This section describes the special files, related driver + functions, and networking support available in the system. In this part of + the manual, the <a class="Sx" href="#SYNOPSIS">SYNOPSIS</a> section of each + configurable device gives a sample specification for use in constructing a + system description for the <a class="Xr">config(1)</a> program. The + DIAGNOSTICS section lists messages which may appear on the console and/or in + the system error log <span class="Pa">/var/log/messages</span> due to errors + in device operation; see <a class="Xr">syslogd(8)</a> for more + information.</p> +<p class="Pp">This section contains both devices which may be configured into + the system and network related information. The networking support is + introduced in <a class="Xr">netintro(4)</a>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="LIST_OF_PLATFORMS_SUPPORTED"><a class="permalink" href="#LIST_OF_PLATFORMS_SUPPORTED">LIST + OF PLATFORMS SUPPORTED</a></h1> +<p class="Pp">Platforms supported by the atari port:</p> +<div class="Bd-indent"> +<dl class="Bl-tag Bl-compact"> + <dt>TT030</dt> + <dd>A standard TT030 model with at least 4Mb of RAM.</dd> + <dt>Falcon</dt> + <dd>A standard Falcon with at least 4Mb of RAM. An FPU is not required as the + default kernels include FP-emulation support.</dd> + <dt>Hades</dt> + <dd>A standard Hades with either an 040 or 060 processor and at least 8 Mb of + RAM.</dd> +</dl> +</div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DEVICE_SUPPORT"><a class="permalink" href="#DEVICE_SUPPORT">DEVICE + SUPPORT</a></h1> +<p class="Pp">This section describes the hardware supported on the atari + (atari-clone) platform. Software support for these devices comes in two + forms. A hardware device may be supported with a character or block + <a class="permalink" href="#device"><i class="Em" id="device">device + driver</i></a>, or it may be used within the networking subsystem and have a + <a class="permalink" href="#network"><i class="Em" id="network">network + interface driver</i></a>. Block and character devices are accessed through + files in the file system of a special type; see <a class="Xr">mknod(8)</a>. + Network interfaces are indirectly accessed through the interprocess + communication facilities provided by the system; see + <a class="Xr">socket(2)</a>.</p> +<p class="Pp">A hardware device is identified to the system at configuration + time and the appropriate device or network interface driver is then compiled + into the system. When the resultant system is booted, the autoconfiguration + facilities in the system probe for the device and, if found, enable the + software support for it. If a device does not respond at autoconfiguration + time it is not accessible at any time afterwards. To enable a device which + did not autoconfigure, the system must be rebooted.</p> +<p class="Pp">The autoconfiguration system is described in + <a class="Xr">autoconf(4)</a>. A list of the supported devices is given + below.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="LIST_OF_DEVICES"><a class="permalink" href="#LIST_OF_DEVICES">LIST + OF DEVICES</a></h1> +<p class="Pp">The devices listed below are supported in this incarnation of the + system. Devices are indicated by their functional interface. Not all + supported devices are listed, not all devices exist on all models.</p> +<p class="Pp">Standard builtin devices:</p> +<div class="Bd-indent"> +<dl class="Bl-tag Bl-compact"> + <dt>clock</dt> + <dd>System clock</dd> + <dt>fd</dt> + <dd>Floppy device as found on the Falcon/TT030</dd> + <dt>grf</dt> + <dd>The standard internal video as found on the Falcon and TT030.</dd> + <dt>grfet</dt> + <dd>The et4000-PCI video as found on the HADES</dd> + <dt>hdfd</dt> + <dd>Floppy device as found on the Hades (NEC 765 compatible)</dd> + <dt>isa</dt> + <dd>ISA I/O bus (Hades only)</dd> + <dt>kbd</dt> + <dd>Standard keyboard</dd> + <dt>lpt</dt> + <dd>Parallel port device interface</dd> + <dt>mem</dt> + <dd>Main memory interface</dd> + <dt>ncrscsi</dt> + <dd>Onboard 5380 SCSI-bus</dd> + <dt>nvr</dt> + <dd>Non-volatile RAM interface</dd> + <dt>pci</dt> + <dd>PCI I/O bus (Hades only).</dd> + <dt>ser0</dt> + <dd>Serial1 (when connector available).</dd> + <dt>vme</dt> + <dd>VME I/O bus</dd> + <dt>wd</dt> + <dd>IDE interface (not on TT030)</dd> + <dt>zs0</dt> + <dd>Serial2 and modem2 ports.</dd> +</dl> +</div> +</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">config(1)</a>, <a class="Xr">autoconf(4)</a>, + <a class="Xr">netintro(4)</a></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1> +<p class="Pp">The atari <code class="Nm">intro</code> appeared in + <span class="Ux">NetBSD 1.3</span>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">June 6, 2000</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> diff --git a/static/netbsd/man4/man4.atari/rtc.4 3.html b/static/netbsd/man4/man4.atari/rtc.4 3.html new file mode 100644 index 00000000..7eee236a --- /dev/null +++ b/static/netbsd/man4/man4.atari/rtc.4 3.html @@ -0,0 +1,52 @@ +<table class="head"> + <tr> + <td class="head-ltitle">RTC(4)</td> + <td class="head-vol">Device Drivers Manual (atari)</td> + <td class="head-rtitle">RTC(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">rtc</code> — <span class="Nd">Atari Real + Time Clock</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">clock0 at mainbus0</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">rtc</code> driver supports reading from and + writing to the Atari real time clock (RTC). When reading from the RTC, the + format string of the output, as described in the + <a class="Xr">strftime(3)</a> manual page, is:</p> +<div class="Bd Pp Bd-indent Li"> +<pre>``%Y%m%d%H%M.%S''</pre> +</div> +<p class="Pp">The same format is used to set the RTC to the current date. Note + that the kernel expects the RTC to run in UTC.</p> +</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/rtc</span></dt> + <dd style="width: auto;"> </dd> +</dl> +</section> +<section class="Sh"> +<h1 class="Sh" id="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1> +<p class="Pp">date -u +%Y%m%d%H%M.%S > /dev/rtc</p> +</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">date(1)</a>, <a class="Xr">strftime(3)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">November 21, 1999</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
