1*47673Scael.\" Copyright (c) 1986, 1991 Regents of the University of California.
2*47673Scael.\" All rights reserved.
330147Smckusick.\"
4*47673Scael.\" %sccs.include.redist.man%
530147Smckusick.\"
6*47673Scael.\"     @(#)intro.4	6.5 (Berkeley) 03/27/91
7*47673Scael.\"
8*47673Scael.Dd
9*47673Scael.Dt INTRO 4 tahoe
10*47673Scael.Os
11*47673Scael.Sh NAME
12*47673Scael.Nm intro
13*47673Scael.Nd introduction to special files and hardware support
14*47673Scael.Sh DESCRIPTION
1530147SmckusickThis section describes the special files, related driver functions,
1630147Smckusickand networking support
1730147Smckusickavailable in the system.
18*47673ScaelIn this part of the manual, the
19*47673Scael.Tn SYNOPSIS
20*47673Scaelsection of
2130147Smckusickeach configurable device gives a sample specification
2230147Smckusickfor use in constructing a system description for the
23*47673Scael.Xr config 8
2430147Smckusickprogram.
25*47673ScaelThe
26*47673Scael.Tn DIAGNOSTICS
27*47673Scaelsection lists messages which may appear on the console
2830147Smckusickand in the system error log
29*47673Scael.Pa /var/log/messages
3030147Smckusickdue to errors in device operation.
31*47673Scael.Sh CCI DEVICE SUPPORT
32*47673ScaelSoftware support for these devices comes in two forms.  A hardware
33*47673Scaeldevice may be supported with a character or block
34*47673Scael.Em device driver ,
35*47673Scaelor it may be used within the networking subsystem and have a
36*47673Scael.Em network interface driver .
37*47673ScaelBlock and character devices are accessed through files in the file
38*47673Scaelsystem of a special type; see
39*47673Scael.Xr physio 4
40*47673Scaeland
41*47673Scael.Xr mknod 8 .
42*47673ScaelNetwork interfaces are indirectly accessed through the interprocess
43*47673Scaelcommunication facilities provided by the system; see
44*47673Scael.Xr socket 2 .
45*47673Scael.Pp
4630147SmckusickA hardware device is identified to the system at configuration time
4730147Smckusickand the appropriate device or network interface driver is then compiled
4830147Smckusickinto the system.  When the resultant system is booted, the
4930147Smckusickautoconfiguration facilities in the system probe for the device
50*47673Scaelon the
51*47673Scael.Tn VERSAbus
52*47673Scaeland, if found, enable the software
53*47673Scaelsupport for it.  If a
54*47673Scael.Tn VERSAbus
55*47673Scaeldevice does not respond at autoconfiguration
5630147Smckusicktime it is not accessible at any time afterwards.  To
57*47673Scaelenable a
58*47673Scael.Tn VERSAbus
59*47673Scaeldevice which did not autoconfigure, the system will have to
6030147Smckusickbe rebooted.
61*47673Scael.Pp
6230147SmckusickThe autoconfiguration system is described in
63*47673Scael.Xr autoconf 4 .
64*47673Scael.Sh SEE ALSO
65*47673Scael.Xr autoconf 4 ,
66*47673Scael.Xr netintro 4 ,
67*47673Scael.Xr config 8
68*47673Scael.Sh LIST OF DEVICES
6930147SmckusickThe devices listed below are supported in this incarnation of
7030147Smckusickthe system.  Devices are indicated by their functional interface.
7130147SmckusickIf second vendor products provide functionally identical interfaces
7230147Smckusickthey should be usable with the supplied software.
73*47673Scael.Bf Sy
74*47673Scael(Beware however that we promise the software works
75*47673ScaelONLY with the hardware indicated on the appropriate manual page.)
76*47673Scael.Ef
77*47673Scael.Pp
78*47673Scael.Bl -column cons
7931722Ssamace	ACC 10 Mb/s Ethernet controller
8031722Ssamcons	Tahoe console interface
8131722Ssamcy	Cypher tape drive interface
8231722Ssamdr	Ikon DR-11W controller
8331722Ssamenp	3Com 10 Mb/s Ethernet controller
84*47673Scaelik	Evans and Sutherland PS300 interface through an Ikon DR-11W
85*47673Scael	controller
8631722Ssamvd	CCI vd mass storage disk controller
8731722Ssamvx	CCI vioc terminal multiplexor
88*47673Scael.El
89*47673Scael.Sh HISTORY
90*47673ScaelThe section 4
91*47673Scael.Nm
92*47673Scaelappeared in
93*47673Scael.Bx 4.2 .
94