diff options
Diffstat (limited to 'static/netbsd/man4/man4.hpcarm/intro.4 2.html')
| -rw-r--r-- | static/netbsd/man4/man4.hpcarm/intro.4 2.html | 125 |
1 files changed, 0 insertions, 125 deletions
diff --git a/static/netbsd/man4/man4.hpcarm/intro.4 2.html b/static/netbsd/man4/man4.hpcarm/intro.4 2.html deleted file mode 100644 index a5f09cd0..00000000 --- a/static/netbsd/man4/man4.hpcarm/intro.4 2.html +++ /dev/null @@ -1,125 +0,0 @@ -<table class="head"> - <tr> - <td class="head-ltitle">INTRO(4)</td> - <td class="head-vol">Device Drivers Manual (hpcarm)</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 hpcarm 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 SYNOPSIS 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="DEVICE_SUPPORT"><a class="permalink" href="#DEVICE_SUPPORT">DEVICE - SUPPORT</a></h1> -<p class="Pp">This section describes the hardware supported on the hpcarm - 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="SUPPORTED_SYSTEMS"><a class="permalink" href="#SUPPORTED_SYSTEMS">SUPPORTED - SYSTEMS</a></h1> -<p class="Pp">The hpcarm port supports StrongARM based Windows CE PDA - machines. The current supports models are:</p> -<p class="Pp">HP Jornada series</p> -<ul class="Bl-bullet Bd-indent Bl-compact"> - <li>HP Jornada 710, 720, 728, 820</li> -</ul> -<p class="Pp">Compaq iPAQ series</p> -<ul class="Bl-bullet Bd-indent Bl-compact"> - <li>iPAQ H3600</li> -</ul> -</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.</p> -<p class="Pp">Standard SA-11x0 on-chip peripheral devices:</p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>sacom</dt> - <dd>Serial communication interface</dd> - <dt>sacpcic</dt> - <dd>PCMCIA controller</dd> - <dt>saip</dt> - <dd>Bus for integrated peripheral devices</dd> - <dt>saost</dt> - <dd>Operating System timer</dd> -</dl> -</div> -<p class="Pp">Network interfaces:</p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>an</dt> - <dd>Aironet 4500/4800 and Cisco 340/350 wireless network devices</dd> - <dt>ep</dt> - <dd>3Com EtherLink III Ethernet devices</dd> - <dt>ne</dt> - <dd>NE2000 and compatible Ethernet devices</dd> - <dt>wi</dt> - <dd>WaveLAN/IEEE and PRISM-II 802.11 wireless network devices</dd> -</dl> -</div> -<p class="Pp">Pointer devices:</p> -<div class="Bd-indent"> -<dl class="Bl-tag Bl-compact"> - <dt>j720lcd</dt> - <dd>LCD screen control of the HP Jornada 7xx series machines</dd> - <dt>j720tp</dt> - <dd>Touch screen of the HP Jornada 7xx series machines</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></p> -</section> -<section class="Sh"> -<h1 class="Sh" id="BUGS"><a class="permalink" href="#BUGS">BUGS</a></h1> -<p class="Pp">This manual page is incomplete.</p> -</section> -</div> -<table class="foot"> - <tr> - <td class="foot-date">June 25, 2006</td> - <td class="foot-os">NetBSD 10.1</td> - </tr> -</table> |
