diff options
Diffstat (limited to 'static/freebsd/man4/man4.powerpc/adb.4 3.html')
| -rw-r--r-- | static/freebsd/man4/man4.powerpc/adb.4 3.html | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/static/freebsd/man4/man4.powerpc/adb.4 3.html b/static/freebsd/man4/man4.powerpc/adb.4 3.html new file mode 100644 index 00000000..3aa139c1 --- /dev/null +++ b/static/freebsd/man4/man4.powerpc/adb.4 3.html @@ -0,0 +1,55 @@ +<table class="head"> + <tr> + <td class="head-ltitle">ADB(4)</td> + <td class="head-vol">Device Drivers Manual (powerpc)</td> + <td class="head-rtitle">ADB(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">adb</code> — <span class="Nd">Apple + Desktop Bus</span></p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1> +<p class="Pp">To compile this driver into the kernel, place the following lines + in your kernel configuration file:</p> +<div class="Bd Pp Bd-indent"><code class="Cd">device adb</code></div> +</section> +<section class="Sh"> +<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1> +<p class="Pp">The <code class="Nm">adb</code> driver provides support for the + Apple Desktop Bus, which is a simple multi-drop bus used in general for + input peripherals in older Apple Macintosh hardware.</p> +<p class="Pp">The Apple Desktop Bus provides attachment for up to 16 devices, + including multiple devices of a single type, but not does support + hot-plugging.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE + ALSO</a></h1> +<p class="Pp">Apple Tech Note HW01: ADB - The Untold Story: Space Aliens Ate My + Mouse: + <span class="Pa">http://developer.apple.com/legacy/mac/library/technotes/hw/hw_01.html</span></p> +<p class="Pp"><a class="Xr">akbd(4)</a>, <a class="Xr">ams(4)</a>, + <a class="Xr">cuda(4)</a>, <a class="Xr">pmu(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">adb</code> device driver appeared in + <span class="Ux">FreeBSD 8.0</span>.</p> +</section> +<section class="Sh"> +<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1> +<p class="Pp">The <code class="Nm">adb</code> driver was written by + <span class="An">Nathan Whitehorn</span> + <<a class="Mt" href="mailto:nwhitehorn@FreeBSD.org">nwhitehorn@FreeBSD.org</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">December 3, 2009</td> + <td class="foot-os">FreeBSD 15.0</td> + </tr> +</table> |
