1.\" $NetBSD: intro.4,v 1.6 2000/07/05 16:13:47 msaitoh Exp $ 2.\" 3.\" Copyright (c) 1997 Leo Weppelman 4.\" Copyright (c) 1997 Jonathan Stone 5.\" Copyright (c) 1994 Christopher G. Demetriou 6.\" All rights reserved. 7.\" 8.\" Redistribution and use in source and binary forms, with or without 9.\" modification, are permitted provided that the following conditions 10.\" are met: 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. 23.\" 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. 34.\" 35.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> 36.\" 37.Dd 38.Dt INTRO 4 atari 39.Os 40.Sh NAME 41.Nm intro 42.Nd introduction to atari special files and hardware support 43.Sh DESCRIPTION 44This section describes the special files, related driver functions, 45and networking support 46available in the system. 47In this part of the manual, the 48.Tn SYNOPSIS 49section of 50each configurable device gives a sample specification 51for use in constructing a system description for the 52.Xr config 8 53program. 54The 55.Tn DIAGNOSTICS 56section lists messages which may appear on the console 57and/or in the system error log 58.Pa /var/log/messages 59due to errors in device operation; 60see 61.Xr syslogd 8 62for more information. 63.Pp 64This section contains both devices 65which may be configured into the system 66and network related information. 67The networking support is introduced in 68.Xr netintro 4 . 69.\" 70.\" 71.\" 72.Sh LIST OF PLATFORMS SUPPORTED 73.Pp 74Platforms supported by the atari port: 75.Bl -tag -width Falcon -offset indent -compact 76.It TT030 77A standard TT030 model with at least 4Mb of RAM. 78.It Falcon 79A standard Falcon with at least 4Mb of RAM. An FPU is not required as the 80default kernels include FP-emulation support. 81.It Hades 82A standard Hades with either an 040 or 060 processor and at least 8 Mb of RAM. 83.El 84.\" 85.\" 86.\" 87.Sh DEVICE SUPPORT 88This section describes the hardware supported on the atari 89(atari-clone) platform. 90Software support for these devices comes in two forms. A hardware 91device may be supported with a character or block 92.Em device driver , 93or it may be used within the networking subsystem and have a 94.Em network interface driver . 95Block and character devices are accessed through files in the file 96system of a special type; see 97.Xr mknod 8 . 98Network interfaces are indirectly accessed through the interprocess 99communication facilities provided by the system; see 100.Xr socket 2 . 101.Pp 102A hardware device is identified to the system at configuration time 103and the appropriate device or network interface driver is then compiled 104into the system. When the resultant system is booted, the 105autoconfiguration facilities in the system probe for the device 106and, if found, enable the software support for it. 107If a device does not respond at autoconfiguration 108time it is not accessible at any time afterwards. 109To enable a device which did not autoconfigure, 110the system must be rebooted. 111.Pp 112The autoconfiguration system is described in 113.Xr autoconf 4 . 114A list of the supported devices is given below. 115.Sh LIST OF DEVICES 116The devices listed below are supported in this incarnation of 117the system. Devices are indicated by their functional interface. 118Not all supported devices are listed, not all devices exist on all models. 119.\" 120.\" 121.\" 122.Pp 123Standard builtin devices: 124.Bl -tag -width ncrscsi -offset indent -compact 125.\" 126.\" 127.\" 128.It clock 129System clock 130.It fd 131Floppy device as found on the Falcon/TT030 132.It grf 133The standard internal video as found on the Falcon and TT030. 134.It grfet 135The et4000-PCI video as found on the HADES 136.It hdfd 137Floppy device as found on the Hades (NEC 765 compatible) 138.It isa 139ISA I/O bus (Hades only) 140.It kbd 141Standard keyboard 142.It lpt 143Parallel port device interface 144.It mem 145Main memory interface 146.It ncrscsi 147Onboard 5380 SCSI-bus 148.It nvr 149Non-volatile RAM interface 150.It pci 151PCI I/O bus (Hades only). 152.It ser0 153Serial1 (when connector available). 154.It vme 155VME I/O bus 156.It wd 157IDE interface (not on TT030) 158.It zs0 159Serial2 and modem2 ports. 160.El 161.\" 162.\" 163.\" 164.Sh SEE ALSO 165.Xr intro 4 , 166.Xr autoconf 4 , 167.Xr netintro 4 , 168.Xr config 8 169.Sh HISTORY 170The 171.Tn atari 172.Nm intro 173appeared in 174.Nx 1.3 . 175