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