1.\" $NetBSD: intro.4,v 1.4 1997/10/19 12:57:05 mrg Exp $ 2.\" 3.\" Copyright (c) 1990, 1991, 1993 4.\" The Regents of the University of California. All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. All advertising materials mentioning features or use of this software 15.\" must display the following acknowledgement: 16.\" This product includes software developed by the University of 17.\" California, Berkeley and its contributors. 18.\" 4. Neither the name of the University nor the names of its contributors 19.\" may be used to endorse or promote products derived from this software 20.\" without specific prior written permission. 21.\" 22.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND 23.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 24.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 25.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE 26.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 27.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 32.\" SUCH DAMAGE. 33.\" 34.\" from: @(#)intro.4 8.1 (Berkeley) 6/5/93 35.\" 36.Dd June 5, 1993 37.Dt INTRO 4 hp300 38.Os 39.Sh NAME 40.Nm intro 41.Nd introduction to special files and hardware support 42.Sh DESCRIPTION 43This section describes the special files, related driver functions, 44and networking support 45available in the system. 46In this part of the manual, the 47.Tn SYNOPSIS 48section of 49each configurable device gives a sample specification 50for use in constructing a system description for the 51.Xr config 8 52program. 53The 54.Tn DIAGNOSTICS 55section lists messages which may appear on the console 56and/or in the system error log 57.Pa /usr/adm/messages 58due to errors in device operation; 59see 60.Xr syslogd 8 61for more information. 62.Pp 63This section contains both devices 64which may be configured into the system 65and network related information. 66The networking support is introduced in 67.Xr netintro 4 . 68.Sh HP DEVICE SUPPORT 69This section describes the hardware supported on the 70.Tn HP 719000/300 series. 72Software support for these devices comes in two forms. A hardware 73device may be supported with a character or block 74.Em device driver , 75or it may be used within the networking subsystem and have a 76.Em network interface driver . 77Block and character devices are accessed through files in the file 78system of a special type; see 79.Xr mknod 8 . 80Network interfaces are indirectly accessed through the interprocess 81communication facilities provided by the system; see 82.Xr socket 2 . 83.Pp 84A hardware device is identified to the system at configuration time 85and the appropriate device or network interface driver is then compiled 86into the system. When the resultant system is booted, the 87autoconfiguration facilities in the system probe for the device 88and, if found, enable the software support for it. 89If a device does not respond at autoconfiguration 90time it is not accessible at any time afterwards. 91To enable a device which did not autoconfigure, 92the system will have to be rebooted. 93.Pp 94The autoconfiguration system is described in 95.Xr autoconf 4 . 96A list of the supported devices is given below. 97.Sh SEE ALSO 98.Xr intro 4 , 99.Xr intro 4 , 100.Xr autoconf 4 , 101.Xr config 8 . 102.Rs 103.%T "Building 4.3 BSD UNIX Systems with Config (SMM:2)" 104.Re 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. 109Occasionally, new devices of a similar type may be added 110simply by creating appropriate table entries in the driver; 111for example, new 112.Tn CS/80 113drives. 114.Bl -column grf/ite -offset indent 115ct 7946/9144 CS/80 cartridge tape 116dca 98644 built-in serial interface 117dcl HP 98628A communications link 118dcm HP 98642A communications multiplexer 119dma 98620B DMA controller 120dv HP98730 ``DaVinci'' device interface 121gb HP98700 ``Gatorbox'' device interface 122grf/ite Topcat/Gatorbox/Renaissance frame buffer 123hil HIL interface 124hpib Built-in and 98625 HP-IB interface 125ite HP Internal Terminal Emulator 126le 98643 Lance-based ethernet interface 127mem main memory 128ppi HP-IB printer/plotter interface 129rb HP98720 ``Renaissance'' device interface 130rd CS/80 disk interface 131rmp HP Remote Maintenance Protocol family 132st CCS SCSI tape drive 133tc HP98544-98550 ``Topcat'' and ``Catseye'' device interface 134.El 135.Sh HISTORY 136The 137.Tn HP300 138.Nm intro 139appeared in 140.Bx 4.3 Reno . 141