1.\" $NetBSD: intro.4,v 1.2 2004/03/31 23:18:18 wiz Exp $ 2.\" 3.\" Copyright (c) 1996 Jonathan Stone. 4.\" 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 Jonathan Stone. 17.\" 4. The name of the author may not be used to endorse or promote products 18.\" derived from this software without specific prior written permission 19.\" 20.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 21.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 22.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 23.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 24.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 25.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 26.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 27.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 28.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 29.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 30.\" 31.Dd March 31, 2004 32.Dt INTRO 4 sparc64 33.Os 34.Sh NAME 35.Nm intro 36.Nd introduction to sparc64 special files and hardware support 37.Sh DESCRIPTION 38This section describes the special files, related driver functions, 39and networking support 40available in the system. 41In this part of the manual, the 42.Tn SYNOPSIS 43section of 44each configurable device gives a sample specification 45for use in constructing a system description for the 46.Xr config 8 47program. 48The 49.Tn DIAGNOSTICS 50section lists messages which may appear on the console 51and/or in the system error log 52.Pa /var/log/messages 53due to errors in device operation; 54see 55.Xr syslogd 8 56for more information. 57.Pp 58This section contains both devices 59which may be configured into the system 60and network related information. 61The networking support is introduced in 62.Xr netintro 4 . 63.Sh DEVICE SUPPORT 64This section describes the hardware supported on the SPARC64 65platform. 66Software support for these devices comes in two forms. A hardware 67device may be supported with a character or block 68.Em device driver , 69or it may be used within the networking subsystem and have a 70.Em network interface driver . 71Block and character devices are accessed through files in the file 72system of a special type; see 73.Xr mknod 8 . 74Network interfaces are indirectly accessed through the interprocess 75communication facilities provided by the system; see 76.Xr socket 2 . 77.Pp 78A hardware device is identified to the system at configuration time 79and the appropriate device or network interface driver is then compiled 80into the system. When the resultant system is booted, the 81autoconfiguration facilities in the system probe for the device 82and, if found, enable the software support for it. 83If a device does not respond at autoconfiguration 84time it is not accessible at any time afterwards. 85To enable a device which did not autoconfigure, 86the system must be rebooted. 87.Pp 88The autoconfiguration system is described in 89.Xr autoconf 4 . 90A list of the supported devices is given below. 91.Sh SEE ALSO 92.Xr autoconf 4 , 93.Xr cd 4 , 94.Xr cgsix 4 , 95.Xr ch 4 , 96.Xr kbd 4 , 97.Xr le 4 , 98.Xr magma 4 , 99.Xr mem 4 , 100.Xr ms 4 , 101.Xr openprom 4 , 102.Xr scsi 4 , 103.Xr sd 4 , 104.Xr ss 4 , 105.Xr st 4 , 106.Xr tcx 4 , 107.Xr uk 4 , 108.Xr config 8 109.Sh LIST OF DEVICES 110The devices listed below are supported in this incarnation of 111the system. Devices are indicated by their functional interface. 112Not all supported devices are listed. 113.Pp 114.Bl -tag -width leXlebufferXX 115.It auxio 116Auxiliary I/O \*[Am] LED 117.It bpp 118Bi-directional Parallel port 119.It cgsix 1208 bit obio (sun4c \*[Am] sun4m), Sbus color graphics frame buffer 121.It com 122PC-style serial port 123.It eeprom 124Sun non-volatile configuration RAM driver 125.It esp 126ESP200 SCSI controller 127.br 128FSBE/S (X1053A, part # 501-2015) Fast SCSI-2/Buffered Ethernet Sbus controller 129.It ffb 130Creator \*[Am] Creaor3D graphics frame buffer 131.It isp 132Qlogic ISP Sbus and PCI SCSI controller 133.It kbd 134Sun type 2, type 3, type 4, and type 5 keyboards (on zs or com) 135.It le/lebuffer 136AMD 7990 LANCE Ethernet controller 137.It lpt 138PC-style parallel port 139.It magma 140Magma Sp Serial/Parallel board device driver 141.It ms 142Sun mouse (on zs or com) 143.It openprom 144Sun Open boot PROM (what became IEEE 1275) configuration driver 145.It power 146power management 147.Xr halt 8 148and 149.Xr shutdown 8 150commands can use it to power down the system. 151.It sab 152Siemens 82532 \*[Am] 83538 serial controller 153.It zs 154Zilog 8530 serial controller 155.El 156.Pp 157PCI devices are supported through the 158.Xr pci 4 159bus and associated devices. 160.Pp 161PCMCIA devices are supported through the 162.Xr pcmcia 4 163bus and associated devices. 164.Pp 165Cardbus devices are supported through the 166.Xr cardbus 4 167bus and associated devices. 168.Pp 169USB devices are supported through the 170.Xr usb 4 171bus and associated devices. 172.Sh UNSUPPORTED DEVICES 173The following devices are not supported, due to unavailability of 174either documentation, sample hardware, or willing volunteer: 175.Bl -tag -width cgfourteenXX 176.It atifb 177ATI 3D Rage Pro VGA graphics adapter (Ultra5, Ultra10) 178.It fd 179sun4u floppy drive controllers 180.It cgfourteen 18124 bit Sbus color frame buffer 182.It cgthree 1838 bit Sbus color frame buffer 184.El 185.Sh HISTORY 186This 187.Tn sparc64 188.Nm intro 189appeared in 190.Nx 1.6 . 191Large chunks of text carefully recycled (shamelessly appropriated) from 192.Nx Ns Tn /sparc 193.Nm . 194