No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / man4.hpcsh / intro.4
blob8b216f404fb1593daf665fa3d83685569f2d6f94
1 .\" $NetBSD: intro.4,v 1.5 2005/09/05 18:54:10 kiyohara Exp $
2 .\"
3 .\" Copyright (c) 2004 Valeriy E. Ushakov
4 .\" Copyright (c) 1994 Christopher G. Demetriou
5 .\" All rights reserved.
6 .\"
7 .\" Redistribution and use in source and binary forms, with or without
8 .\" modification, are permitted provided that the following conditions
9 .\" are met:
10 .\" 1. Redistributions of source code must retain the above copyright
11 .\"    notice, this list of conditions and the following disclaimer.
12 .\" 2. Redistributions in binary form must reproduce the above copyright
13 .\"    notice, this list of conditions and the following disclaimer in the
14 .\"    documentation and/or other materials provided with the distribution.
15 .\" 3. All advertising materials mentioning features or use of this software
16 .\"    must display the following acknowledgement:
17 .\"          This product includes software developed for the
18 .\"          NetBSD Project.  See http://www.NetBSD.org/ for
19 .\"          information about NetBSD.
20 .\" 4. The name of the author may not be used to endorse or promote products
21 .\"    derived from this software without specific prior written permission.
22 .\"
23 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
24 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
26 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
27 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
28 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
30 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
31 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
32 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
33 .\"
34 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
35 .\"
36 .Dd September 6, 2005
37 .Dt INTRO 4 hpcsh
38 .Os
39 .Sh NAME
40 .Nm intro
41 .Nd introduction to hpcsh special files and hardware support
42 .\"
43 .Sh DESCRIPTION
44 .\"
45 This section describes the special files, related driver functions,
46 and networking support
47 available in the system.
48 In this part of the manual, the
49 .Tn SYNOPSIS
50 section of
51 each configurable device gives a sample specification
52 for use in constructing a system description for the
53 .Xr config 1
54 program.
55 The
56 .Tn DIAGNOSTICS
57 section lists messages which may appear on the console
58 and/or in the system error log
59 .Pa /var/log/messages
60 due to errors in device operation;
61 see
62 .Xr syslogd 8
63 for more information.
64 .Pp
65 This section contains both devices
66 which may be configured into the system
67 and network related information.
68 The networking support is introduced in
69 .Xr netintro 4 .
70 .\"
71 .Sh DEVICE SUPPORT
72 .\"
73 This section describes the hardware supported on the hpcsh
74 platform.
75 Software support for these devices comes in two forms.  A hardware
76 device may be supported with a character or block
77 .Em device driver ,
78 or it may be used within the networking subsystem and have a
79 .Em network interface driver .
80 Block and character devices are accessed through files in the file
81 system of a special type; see
82 .Xr mknod 8 .
83 Network interfaces are indirectly accessed through the interprocess
84 communication facilities provided by the system; see
85 .Xr socket 2 .
86 .Pp
87 A hardware device is identified to the system at configuration time
88 and the appropriate device or network interface driver is then compiled
89 into the system.  When the resultant system is booted, the
90 autoconfiguration facilities in the system probe for the device
91 and, if found, enable the software support for it.
92 If a device does not respond at autoconfiguration
93 time it is not accessible at any time afterwards.
94 To enable a device which did not autoconfigure,
95 the system must be rebooted.
96 .Pp
97 The autoconfiguration system is described in
98 .Xr autoconf 4 .
99 A list of the supported devices is given below.
101 .Sh SUPPORTED SYSTEMS
104 .Nx Ns /hpcsh
105 port supports
106 .Tn HITACHI
107 .Tn SuperH
108 family based Windows\ CE PDA machines.
109 Currently supported models are
111 HP Jornada Series:
112 .Bl -bullet -offset indent -compact
114 HP 620LX
116 HP Jornada 680, 680e, 690, 690e
119 Hitachi Persona Series:
120 .Bl -bullet -offset indent -compact
122 PERSONA HPW-50PAD
124 PERSONA HPW-230JC
126 PERSONA HPW-650PA
129 .Sh LIST OF DEVICES
131 The devices listed below are supported in this incarnation of the system.
132 Devices are indicated by their functional interface.
133 Not all supported devices are listed.
138 Standard SuperH on-chip peripheral devices:
140 .Bl -tag -width "xxxxxxxx" -offset indent -compact
142 .It adc
143 analog/digital converter
144 .It sci
145 serial communication interface
146 .It scif
147 serial communication interface with FIFO
148 .It shb
149 bus for SuperH on-chip peripheral devices
155 Companion chips:
157 .Bl -tag -width "xxxxxxxx" -offset indent -compact
159 .It hd64461
160 HD64461 Windows\ CE Intelligent Peripheral Controller
161 .It hd64461pcmcia
162 HD64461 integrated PCMCIA controller
163 .It hd64461video
164 HD64461 integrated LCD controller
165 .It hd64465
166 HD64465 Windows\ CE Intelligent Peripheral Controller
167 .It hd64465pcmcia
168 HD64465 integrated PCMCIA controller
169 .It hd64465video
170 HD64465 integrated LCD controller
176 Pointer devices:
178 .Bl -tag -width "xxxxxxxx" -compact -offset indent
180 .It j6x0lcd
181 LCD screen of HP Jornada 680 series machines
182 .It j6x0tp
183 touch screen of HP Jornada 680 series machines
184 .It psh3lcd
185 LCD screen of HITACHI PERSONA SH3 series machines
186 .It psh3tp
187 touch screen of HITACHI PERSONA SH3 series machines
190 .Sh SEE ALSO
192 .Xr adc 4 ,
193 .Xr j6x0lcd 4 ,
194 .Xr j6x0tp 4 ,
195 .Xr psh3lcd 4 ,
196 .Xr psh3tp 4 ,
197 .Xr shb 4
199 .Sh BUGS
201 This manual page is incomplete.