1.\" $NetBSD: intro.4,v 1.28 2011/04/05 08:26:24 wiz Exp $ 2.\" 3.\" Copyright (c) 1997 Jonathan Stone 4.\" Copyright (c) 1994 Christopher G. Demetriou 5.\" All rights reserved. 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions 9.\" are met: 10.\" 1. Redistributions of source code must retain the above copyright 11.\" notice, this list of conditions and the following disclaimer. 12.\" 2. Redistributions in binary form must reproduce the above copyright 13.\" notice, this list of conditions and the following disclaimer in the 14.\" documentation and/or other materials provided with the distribution. 15.\" 3. All advertising materials mentioning features or use of this software 16.\" must display the following acknowledgement: 17.\" This product includes software developed for the 18.\" NetBSD Project. See http://www.NetBSD.org/ for 19.\" information about NetBSD. 20.\" 4. The name of the author may not be used to endorse or promote products 21.\" derived from this software without specific prior written permission. 22.\" 23.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 24.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 25.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 26.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 27.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT 28.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 30.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF 32.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33.\" 34.\" <<Id: LICENSE,v 1.2 2000/06/14 15:57:33 cgd Exp>> 35.\" 36.Dd April 3, 2001 37.Dt INTRO 4 i386 38.Os 39.Sh NAME 40.Nm intro 41.Nd introduction to i386 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 1 52program. 53The 54.Tn DIAGNOSTICS 55section lists messages which may appear on the console 56and/or in the system error log 57.Pa /var/log/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 DEVICE SUPPORT 69This section describes the hardware supported on the i386 70(PC-clone) platform. 71Software support for these devices comes in two forms. 72A hardware device may be supported with a character or block 73.Em device driver , 74or it may be used within the networking subsystem and have a 75.Em network interface driver . 76Block and character devices are accessed through files in the file 77system of a special type; see 78.Xr mknod 8 . 79Network interfaces are indirectly accessed through the interprocess 80communication facilities provided by the system; see 81.Xr socket 2 . 82.Pp 83A hardware device is identified to the system at configuration time 84and the appropriate device or network interface driver is then compiled 85into the system. 86When 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 must 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 LIST OF DEVICES 98The devices listed below are supported in this incarnation of 99the system. 100Devices are indicated by their functional interface. 101Not all supported devices are listed. 102.\" 103.\" 104.\" 105.Pp 106Standard builtin devices: 107.Bl -tag -width speaker -offset indent -compact 108.\" 109.\" 110.\" 111.It com 112NS8250-, NS16450-, and NS16550-based asynchronous serial 113communications device interface 114.It lpt 115Parallel port device interface 116.It fdc 117Standard NEC 765 floppy disk controller. 118.It mca 119MCA I/O bus. 120.It mem 121Main memory interface 122.It npx 123Numeric Processing Extension coprocessor and emulator 124.It pci 125PCI I/O bus. 126.It eisa 127EISA I/O bus, either as main bus or via PCI-EISA bridge. 128.It isa 129ISA bus and ISA devices, either as main bus or via PCI-ISA bridge. 130.It isa 131isa I/O bus. 132.It isapnp 133``bus'' for ISA devices with PnP support. 134.It speaker 135console speaker device interface 136.El 137.\" 138.\" 139.\" 140.Pp 141PCMCIA devices are supported through the 142.Xr pcmcia 4 143bus and associated device drivers. 144.\" 145.\" 146.\" 147.Pp 148Cardbus devices are supported through the 149.Xr cardbus 4 150bus and associated device drivers. 151.\" 152.\" 153.\" 154.Pp 155USB devices are supported through the 156.Xr usb 4 157bus and associated device drivers. 158.\" 159.\" 160.\" 161.Pp 162Console devices using ISA, EISA, or PCI video adaptors and standard 163AT or PS/2 keyboards are supported by the machine independent 164.Xr wscons 4 165console driver. 166.\" 167.\" 168.\" 169.Pp 170Disk, tape and SCSI devices: 171.Bl -tag -width speaker -offset indent -compact 172.It aha 173Adaptec 154x ISA SCSI adapter boards. 174.It ahb 175Adaptec 1742 EISA SCSI adapter boards. 176.It ahc 177Adaptec 274x, 284x, 2940 and 3940 VL/EISA/PCI SCSI adapter boards. 178.It aic 179Adaptec AIC-6260, Adaptec AIC-6360, Adaptec 152x, and SoundBlaster SCSI boards. 180.It bha 181Buslogic BT-445 (ISA), BT-74x (EISA), and BT-9[45][68] (PCI) SCSI boards. 182.It mcd 183Mitsumi CD-ROM drives. 184.It ncr 185Symbios (formerly NCR) PCI SCSI adapter boards. 186.It pciide 187PCI IDE controllers. 188.It sea 189Seagate/Future Domain SCSI cards. 190ST01/02, Future Domain TMC-885, and Future Domain TMC-950. 191.It uha 192Ultrastor ISA and EISA SCSI adapter cards. 193Ultrastore 14f, Ultrastore 34f, and Ultrastore 24f. 194.It wdc 195Standard ISA Western Digital type hard drives controllers. 196MFM, RLL, ESDI, and IDE. 197.It wt 198Wangtek and compatible ISA controllers for QIC-02 and QIC-36 tapes. 199.El 200.\" 201.\" 202.\" 203.Pp 204Network interfaces: 205.Bl -tag -width speaker -offset indent -compact 206.It de 207Ethernet driver for dc21040, dc21042, and dc21140-based 10Mbit and 100Mbit 208PCI Ethernet adaptors, including DE-430, DE-450 DE-500, SMC EtherPower, 209and Znyx. 210.It fea, fpa 211FDDI driver for Digital DEFEA (EISA) and DEFPA FDDI adaptors. 212.It ed 213Western Digital/SMC 80x3 and Ultra, 3Com 3c503, and Novell NE1000 and 2000 214Ethernet interface 215.It eg 2163Com 3c505 Ethernet board. 217.It el 2183Com 3c501 Ethernet board. 219.It ep 2203Com EtherLink III (3c5x9) Ethernet interface 221.It ie 222Ethernet driver for the AT\*[Am]T StarLAN 10, EN100, StarLan Fiber, and 3Com 3c507. 223.It iy 224Ethernet driver for the ISA Intel EtherExpress PR0/10 adaptor. 225.It le 226Ethernet driver for BICC Isolan, Novell NE2100, Digital DEPCA cards, 227and PCnet-PCI cards. 228.It tl 229Ethernet driver for ThunderLAN-based Ethernet adaptor. 230.El 231.\" 232.\" 233.\" 234.Pp 235Serial communication cards: 236.Bl -tag -width speaker -offset indent -compact 237.It ast 238multiplexing serial communications card first made by AST. 239.It boca 240Boca BB100[48] and BB2016 multiplexing serial communications cards. 241NS8250-, NS16450-, and NS16550-based asynchronous serial 242communications device interface, or internal modems that provide 243a serial-chip compatible interface. 244.It cy 245Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications 246device interface 247.It rtfps 248a multiplexing serial communications card derived from IBM PC/RT hardware. 249.El 250.\" 251.\" 252.\" 253Sound cards: 254.Bl -tag -width speaker -offset indent -compact 255.It gus 256Gravis Ultrasound non-PnP soundcards. 257.It guspnp 258Gravis Ultrasound PnP soundcards. 259.It pas 260ProAudio Spectrum soundcards. 261.It pss 262Personal Sound System-compatible soundcards, including 263Cardinal Digital SoundPro 16 and Orchid Soundwave 32. 264.It sb 265Soundblaster, Soundblaster 16, and Soundblaster Pro soundcards. 266.It wss 267Windows Sound System-compatible sound cards based on the ad1848 chip. 268.El 269.\" 270.\" 271.\" 272.Pp 273Mouse and pointer devices: 274.Bl -tag -width speaker -offset indent -compact 275.It joy 276joystick game adaptor 277.It lms 278Logitech-style bus mouse device interface 279.It mms 280Microsoft-style bus mouse device interface 281.It pms 282PS/2 auxiliary port mouse device interface 283.El 284.Pp 285Serial mice can be configured on any supported serial port. 286.\" 287.\" 288.\" 289.Sh SEE ALSO 290.Xr config 1 , 291.Xr autoconf 4 , 292.Xr netintro 4 293.Sh HISTORY 294The 295.Tn i386 296.Nm intro 297appeared in 298.Nx 1.0 . 299