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/ams.4 3.html | |
| parent | a9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff) | |
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man4/ams.4 3.html')
| -rw-r--r-- | static/netbsd/man4/ams.4 3.html | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/static/netbsd/man4/ams.4 3.html b/static/netbsd/man4/ams.4 3.html new file mode 100644 index 00000000..cb9292af --- /dev/null +++ b/static/netbsd/man4/ams.4 3.html @@ -0,0 +1,62 @@ +<table class="head"> + <tr> + <td class="head-ltitle">AMS(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">AMS(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">ams</code> — <span class="Nd">Apple + Desktop Bus mouse driver for wscons</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">ams* at obio?</code> + <br/> + <code class="Cd">wsmouse* at ams?</code></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">This driver provides the <a class="Xr">wscons(4)</a> driver with + support for Apple Desktop Bus mice.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SUPPORTED_HARDWARE"><a class="permalink" href="#SUPPORTED_HARDWARE">SUPPORTED + HARDWARE</a></h1> +<p class="Pp"><span class="Ux">NetBSD</span> is known to support the following + ADB mice:</p> +<ul class="Bl-bullet Bd-indent"> + <li>On-board trackpads and trackballs in PowerBook models</li> + <li>Apple Desktop Bus Mouse</li> + <li>Apple Desktop Bus Mouse II</li> + <li>Interex ADB Mouse</li> + <li>Logitech TrackMan</li> + <li>Logitech MouseMan</li> + <li>Microspeed Mouse Deluxe</li> + <li>Mouse Systems A3 Mouse</li> + <li>Most third-party ADB mice, trackballs, and trackpads are supported</li> +</ul> +</section> +<section class="Sh"> +<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1> +<dl class="Bl-diag Bl-compact"> + <dt>ams0 at adb0 addr 3: 1-button, 100 dpi mouse</dt> + <dd>This is a typical autoconfiguration message noting the presence of the + <code class="Nm">ams</code> mouse.</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">adb(4)</a>, <a class="Xr">wscons(4)</a>, + <a class="Xr">wsmouse(4)</a>, <a class="Xr">wsconsctl(8)</a></p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">September 21, 2003</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
