xref: /netbsd-src/share/man/man4/man4.x68k/intro.4 (revision 4d7e773266e3c3f48566c86c0ad52d51c6454fd1)
1.\" Copyright (c) 1997 The NetBSD Foundation.
2.\" Copyright (c) 1990, 1991 Regents of the University of California.
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright
9.\"    notice, this list of conditions and the following disclaimer.
10.\" 2. Redistributions in binary form must reproduce the above copyright
11.\"    notice, this list of conditions and the following disclaimer in the
12.\"    documentation and/or other materials provided with the distribution.
13.\" 3. All advertising materials mentioning features or use of this software
14.\"    must display the following acknowledgement:
15.\"	This product includes software developed by the University of
16.\"	California, Berkeley and its contributors.
17.\" 4. Neither the name of the University nor the names of its contributors
18.\"    may be used to endorse or promote products derived from this software
19.\"    without specific prior written permission.
20.\"
21.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
22.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24.\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
25.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31.\" SUCH DAMAGE.
32.\"
33.\"     from: @(#)intro.4	5.2 (Berkeley) 3/27/91
34.\"	$Id: intro.4,v 1.1 1997/10/19 18:48:53 oki Exp $
35.\"
36.Dd Sep 11, 1997
37.Dt INTRO 4 x68k
38.Os NetBSD 1.3
39.Sh NAME
40.Nm intro
41.Nd introduction to special files and hardware support
42.Sh DESCRIPTION
43This section describes the special files, related driver functions,
44and networking support
45available in the system.
46In this part of the manual, the
47.Tn SYNOPSIS
48section of
49each configurable device gives a sample specification
50for use in constructing a system description for the
51.Xr config 8
52program.
53The
54.Tn DIAGNOSTICS
55section lists messages which may appear on the console
56and/or in the system error log
57.Pa /var/log/messages
58due to errors in device operation;
59see
60.Xr syslogd 8
61for more information.
62.Pp
63This section contains both devices
64which may be configured into the system
65and network related information.
66The networking support is introduced in
67.Xr netintro 4 .
68.Sh X68k DEVICE SUPPORT
69This section describes the hardware supported on the
70.Tn x68k
71platform.
72Software support for these devices comes in two forms.  A hardware
73device may be supported with a character or block
74.Em device driver ,
75or it may be used within the networking subsystem and have a
76.Em network interface driver .
77Block and character devices are accessed through files in the file
78system of a special type; see
79.Xr mknod 8 .
80Network interfaces are indirectly accessed through the interprocess
81communication facilities provided by the system; see
82.Xr socket 2 .
83.Pp
84A hardware device is identified to the system at configuration time
85and the appropriate device or network interface driver is then compiled
86into the system.  When the resultant system is booted, the
87autoconfiguration facilities in the system probe for the device
88and, if found, enable the software support for it.
89If a device does not respond at autoconfiguration
90time it is not accessible at any time afterwards.
91To enable a device which did not autoconfigure,
92the system will have to be rebooted.
93.Pp
94The autoconfiguration system is described in
95.Xr autoconf 4 .
96A list of the supported devices is given below.
97.Sh SEE ALSO
98.Xr intro 4 ,
99.Xr autoconf 4 ,
100.Xr config 8 .
101.Sh LIST OF DEVICES
102The devices listed below are supported in this incarnation of
103the system.
104Devices are indicated by their functional interface.
105Not all supported devices are listed.
106.Bl -tag -width "okiadpcm" -compact -offset indent
107.It Em spc
108Sharp genuin MB89352 SCSI host adaptor
109.It Em mha
110MK-HA1 Mankai-Seisakusho Mach-2 SCSI host adaptor
111.It Em ed
112Neptune-X Ethernet interface
113.It Em fdc
114Built-in floppy disk controller device
115.It Em fd
116Floppy disk device
117.It Em grf
118Built-in frame buffer
119.It Em kmem
120kernel virtual memory
121.It Em ite
122x68k Internal Terminal Emulator
123.It Em mem
124physical memory
125.It Em par
126Centronics printer interface
127.It Em com
128NS16450 serial interface
129.It Em zs
130Z8530 built-in serial interface
131.\".It Em okiadpcm
132.\"Oki MSM6258V AD-PCM
133.It Em kbd
134x68k Keyboard device
135.It Em mouse
136x68k mouse / trackball
137.It Em bell
138The keyboard bell emulator
139.It Em pow
140The power switch
141.El
142.Sh HISTORY
143The
144.Tn x68k
145.Nm intro
146man page first appeared in
147.Nx 1.3 .
148