1 .\" $NetBSD: intro.4,v 1.10 2003/07/26 20:17:34 salo Exp $
3 .\" Copyright (c) 1997 Leo Weppelman
4 .\" Copyright (c) 1997 Jonathan Stone
5 .\" Copyright (c) 1994 Christopher G. Demetriou
6 .\" All rights reserved.
8 .\" Redistribution and use in source and binary forms, with or without
9 .\" modification, are permitted provided that the following conditions
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
13 .\" 2. Redistributions in binary form must reproduce the above copyright
14 .\" notice, this list of conditions and the following disclaimer in the
15 .\" documentation and/or other materials provided with the distribution.
16 .\" 3. All advertising materials mentioning features or use of this software
17 .\" must display the following acknowledgement:
18 .\" This product includes software developed for the
19 .\" NetBSD Project. See http://www.NetBSD.org/ for
20 .\" information about NetBSD.
21 .\" 4. The name of the author may not be used to endorse or promote products
22 .\" derived from this software without specific prior written permission.
24 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
25 .\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
26 .\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
27 .\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
28 .\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
29 .\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 .\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 .\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
33 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 .\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>>
42 .Nd introduction to atari special files and hardware support
44 This section describes the special files, related driver functions,
45 and networking support
46 available in the system.
47 In this part of the manual, the
50 each configurable device gives a sample specification
51 for use in constructing a system description for the
56 section lists messages which may appear on the console
57 and/or in the system error log
59 due to errors in device operation;
64 This section contains both devices
65 which may be configured into the system
66 and network related information.
67 The networking support is introduced in
69 .Sh LIST OF PLATFORMS SUPPORTED
70 Platforms supported by the atari port:
71 .Bl -tag -width Falcon -offset indent -compact
73 A standard TT030 model with at least 4Mb of RAM.
75 A standard Falcon with at least 4Mb of RAM. An FPU is not required as the
76 default kernels include FP-emulation support.
78 A standard Hades with either an 040 or 060 processor and at least 8 Mb of RAM.
81 This section describes the hardware supported on the atari
82 (atari-clone) platform.
83 Software support for these devices comes in two forms. A hardware
84 device may be supported with a character or block
86 or it may be used within the networking subsystem and have a
87 .Em network interface driver .
88 Block and character devices are accessed through files in the file
89 system of a special type; see
91 Network interfaces are indirectly accessed through the interprocess
92 communication facilities provided by the system; see
95 A hardware device is identified to the system at configuration time
96 and the appropriate device or network interface driver is then compiled
97 into the system. When the resultant system is booted, the
98 autoconfiguration facilities in the system probe for the device
99 and, if found, enable the software support for it.
100 If a device does not respond at autoconfiguration
101 time it is not accessible at any time afterwards.
102 To enable a device which did not autoconfigure,
103 the system must be rebooted.
105 The autoconfiguration system is described in
107 A list of the supported devices is given below.
109 The devices listed below are supported in this incarnation of
110 the system. Devices are indicated by their functional interface.
111 Not all supported devices are listed, not all devices exist on all models.
113 Standard builtin devices:
114 .Bl -tag -width ncrscsi -offset indent -compact
118 Floppy device as found on the Falcon/TT030
120 The standard internal video as found on the Falcon and TT030.
122 The et4000-PCI video as found on the HADES
124 Floppy device as found on the Hades (NEC 765 compatible)
126 ISA I/O bus (Hades only)
130 Parallel port device interface
132 Main memory interface
134 Onboard 5380 SCSI-bus
136 Non-volatile RAM interface
138 PCI I/O bus (Hades only).
140 Serial1 (when connector available).
144 IDE interface (not on TT030)
146 Serial2 and modem2 ports.