1*633f3639Schristos.\" $NetBSD: intro.4,v 1.6 2017/02/17 22:24:46 christos Exp $ 2b7953b24Sgmcgarry.\" 3ab8a5ed6Swiz.\" Copyright (c) 2003 The NetBSD Foundation, Inc. 4b7953b24Sgmcgarry.\" All rights reserved. 5b7953b24Sgmcgarry.\" 6b7953b24Sgmcgarry.\" Redistribution and use in source and binary forms, with or without 7b7953b24Sgmcgarry.\" modification, are permitted provided that the following conditions 8b7953b24Sgmcgarry.\" are met: 9b7953b24Sgmcgarry.\" 1. Redistributions of source code must retain the above copyright 10b7953b24Sgmcgarry.\" notice, this list of conditions and the following disclaimer. 11b7953b24Sgmcgarry.\" 2. Redistributions in binary form must reproduce the above copyright 12b7953b24Sgmcgarry.\" notice, this list of conditions and the following disclaimer in the 13b7953b24Sgmcgarry.\" documentation and/or other materials provided with the distribution. 14b7953b24Sgmcgarry.\" 15b7953b24Sgmcgarry.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS 16b7953b24Sgmcgarry.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 17b7953b24Sgmcgarry.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 18b7953b24Sgmcgarry.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS 19b7953b24Sgmcgarry.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 20b7953b24Sgmcgarry.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 21b7953b24Sgmcgarry.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 22b7953b24Sgmcgarry.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 23b7953b24Sgmcgarry.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 24b7953b24Sgmcgarry.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 25b7953b24Sgmcgarry.\" POSSIBILITY OF SUCH DAMAGE. 26b7953b24Sgmcgarry.\" 27*633f3639Schristos.Dd February 17, 2017 28b7953b24Sgmcgarry.Dt INTRO 4 cobalt 29b7953b24Sgmcgarry.Os 30b7953b24Sgmcgarry.Sh NAME 31b7953b24Sgmcgarry.Nm intro 32b7953b24Sgmcgarry.Nd introduction to special files and hardware support 33b7953b24Sgmcgarry.Sh DESCRIPTION 34b7953b24SgmcgarryThis section describes the special files, related driver functions, 35b7953b24Sgmcgarryand networking support available in the system. 36b7953b24SgmcgarryIn this part of the manual, the 37b7953b24Sgmcgarry.Tn SYNOPSIS 38b7953b24Sgmcgarrysection of each configurable device gives a sample specification 39b7953b24Sgmcgarryfor use in constructing a system description for the 40a9b411c1Speter.Xr config 1 41b7953b24Sgmcgarryprogram. 42b7953b24SgmcgarryThe 43b7953b24Sgmcgarry.Tn DIAGNOSTICS 44b7953b24Sgmcgarrysection lists messages which may appear on the console 45b7953b24Sgmcgarryand/or in the system error log 46b7953b24Sgmcgarry.Pa /var/log/messages 47b7953b24Sgmcgarrydue to errors in device operation; see 48b7953b24Sgmcgarry.Xr syslogd 8 49b7953b24Sgmcgarryfor more information. 50b7953b24Sgmcgarry.Pp 51b7953b24SgmcgarryThis section contains both devices which may be configured into 52b7953b24Sgmcgarrythe system and network related information. 53b7953b24SgmcgarryThe networking support is introduced in 54b7953b24Sgmcgarry.Xr netintro 4 . 55b7953b24Sgmcgarry.Sh DEVICE SUPPORT 56b7953b24SgmcgarryThis section describes the hardware supported by 57b7953b24Sgmcgarry.Nx Ns /cobalt . 58ab8a5ed6SwizSoftware support for these devices comes in two forms. 59ab8a5ed6SwizA hardware device may be supported with a character or block 60b7953b24Sgmcgarry.Em device driver , 61b7953b24Sgmcgarryor it may be used within the networking subsystem and have a 62b7953b24Sgmcgarry.Em network interface driver . 63b7953b24SgmcgarryBlock and character devices are accessed through files in the file 64b7953b24Sgmcgarrysystem of a special type; see 65b7953b24Sgmcgarry.Xr mknod 8 . 66b7953b24SgmcgarryNetwork interfaces are indirectly accessed through the interprocess 67b7953b24Sgmcgarrycommunication facilities provided by the system; see 68b7953b24Sgmcgarry.Xr socket 2 . 69b7953b24Sgmcgarry.Pp 70b7953b24SgmcgarryA hardware device is identified to the system at configuration time 71b7953b24Sgmcgarryand the appropriate device or network interface driver is then 72ab8a5ed6Swizcompiled into the system. 73ab8a5ed6SwizWhen the resultant system is booted, the autoconfiguration facilities 74ab8a5ed6Swizin the system probe for the device and, if found, enable the software 75ab8a5ed6Swizsupport for it. 76ab8a5ed6SwizIf a device does not respond at autoconfiguration time it is not 77ab8a5ed6Swizaccessible at any time afterwards. 78ab8a5ed6SwizTo enable a device which did not autoconfigure, the system must be 79ab8a5ed6Swizrebooted. 80b7953b24Sgmcgarry.Pp 81b7953b24SgmcgarryThe autoconfiguration system is described in 82b7953b24Sgmcgarry.Xr autoconf 4 . 83b7953b24SgmcgarryA list of the supported devices is given below. 84b7953b24Sgmcgarry.Sh HARDWARE 85b7953b24SgmcgarryThe following systems are supported: 86b7953b24Sgmcgarry.Pp 87b7953b24Sgmcgarry.Bl -tag -width XXXXXX -offset indent -compact 88b7953b24Sgmcgarry.It Qube/Raq 1 89b7953b24Sgmcgarry.It Qube/Raq 2 90b7953b24Sgmcgarry.El 91b7953b24Sgmcgarry.Sh LIST OF DEVICES 92b7953b24SgmcgarryThe devices listed below are supported in this incarnation of the 93ab8a5ed6Swizsystem. 94ab8a5ed6SwizDevices are indicated by their functional interface. 95ab8a5ed6SwizNot all supported devices are listed. 96b7953b24Sgmcgarry.Pp 97b7953b24Sgmcgarry.Bl -tag -width com -offset indent -compact 98b7953b24Sgmcgarry.It gt 99b7953b24SgmcgarryPCI bridge 100b7953b24Sgmcgarry.It com 101b7953b24Sgmcgarryserial communications interface 102b7953b24Sgmcgarry.El 103b7953b24Sgmcgarry.Pp 104b7953b24SgmcgarryPCI devices are supported through the 105b7953b24Sgmcgarry.Xr pci 4 106b7953b24Sgmcgarrybus and associated device drivers. 107b7953b24Sgmcgarry.\" .Sh UNSUPPORTED DEVICES 108b7953b24Sgmcgarry.\" The following devices are not supported, due to unavailability of 109b7953b24Sgmcgarry.\" either documentation or sample hardware: 110b7953b24Sgmcgarry.\" .Pp 111b7953b24Sgmcgarry.\" .Bl -tag -width XXXXX -offset indent -compact 112b7953b24Sgmcgarry.\" .It not yet 113b7953b24Sgmcgarry.\" .El 114b7953b24Sgmcgarry.\" .Pp 115b7953b24Sgmcgarry.Sh SEE ALSO 116a9b411c1Speter.Xr config 1 , 117b7953b24Sgmcgarry.Xr autoconf 4 , 118*633f3639Schristos.Xr cobalt/gt 4 119b7953b24Sgmcgarry.Sh HISTORY 120b7953b24SgmcgarryThis 121b7953b24Sgmcgarry.Tn cobalt 122b7953b24Sgmcgarry.Nm intro 123874319d3Swizappeared in 124b7953b24Sgmcgarry.Nx 2.0 . 125