1.\" $OpenBSD: isa.4,v 1.70 2012/05/27 12:26:16 jsg Exp $ 2.\" $NetBSD: isa.4,v 1.19 2000/03/18 16:54:37 augustss Exp $ 3.\" 4.\" Copyright (c) 2000 Theo de Raadt. All rights reserved. 5.\" Copyright (c) 1997 Jason R. Thorpe. All rights reserved. 6.\" Copyright (c) 1997 Jonathan Stone 7.\" All rights reserved. 8.\" 9.\" Redistribution and use in source and binary forms, with or without 10.\" modification, are permitted provided that the following conditions 11.\" are met: 12.\" 1. Redistributions of source code must retain the above copyright 13.\" notice, this list of conditions and the following disclaimer. 14.\" 2. Redistributions in binary form must reproduce the above copyright 15.\" notice, this list of conditions and the following disclaimer in the 16.\" documentation and/or other materials provided with the distribution. 17.\" 3. All advertising materials mentioning features or use of this software 18.\" must display the following acknowledgements: 19.\" This product includes software developed by Jonathan Stone 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.Dd $Mdocdate: May 27 2012 $ 35.Dt ISA 4 36.Os 37.Sh NAME 38.Nm isa , isadma 39.Nd introduction to ISA bus support 40.Sh SYNOPSIS 41.Cd "# amd64 and i386" 42.Cd "isa* at amdpcib?" 43.Cd "isa0 at tcpcib?" 44.Cd "isa0 at mainbus0" 45.Cd "isa0 at pcib?" 46.Cd "isadma0 at isa?" 47.Pp 48.Cd "# i386" 49.Cd "isa0 at ichpcib?" 50.Cd "isa* at glxpcib?" 51.Cd "isa0 at gscpcib?" 52.Cd "isa* at piixpcib?" 53.Pp 54.Cd "# alpha" 55.Cd "isa* at pceb?" 56.Cd "isa* at sio?" 57.Cd "isadma0 at isa?" 58.Pp 59.Cd "# hp300" 60.Cd "isa* at isabr?" 61.Pp 62.Cd "# loongson" 63.Cd "isa* at glxpcib?" 64.Sh DESCRIPTION 65The system includes a machine-independent ISA bus subsystem 66and several machine-independent ISA device drivers. 67.Pp 68Attachments are machine-dependent and depend on the bus topology and 69ISA bus interface of the system. 70Drivers able to use DMA attach at 71.Nm isadma ; 72otherwise they attach at 73.Nm isa . 74.Pp 75Note that interrupt mappings on the i386 may require that the BIOS 76be configured to reserve the interrupts for these devices as "Legacy ISA". 77If such configuration is not done, the system may use those interrupts 78for 79.Xr pci 4 80or 81.Xr isapnp 4 82devices instead. 83.Pp 84.Ox 85provides support for the following devices. 86Note that not all architectures support all devices. 87.Ss SCSI controllers 88.Bl -tag -width 12n -offset ind -compact 89.It Xr aha 4 90Adaptec 154x SCSI interface 91.It Xr aic 4 92Adaptec AIC-6260 and AIC-6360 SCSI interface 93.It Xr bha 4 94Buslogic SCSI interface 95.It Xr dpt 4 96DPT EATA SCSI RAID controller 97.It Xr sea 4 98Seagate/Future Domain ISA SCSI interface 99.It Xr uha 4 100Ultrastor SCSI interface 101.It Xr wds 4 102WD7000 compatible ISA SCSI interface 103.El 104.Ss Disk and tape controllers 105.Bl -tag -width 12n -offset ind -compact 106.It Xr fdc 4 107NEC765 compatible floppy disk driver 108.It Xr wdc 4 109Standard Western Digital type hard drive controllers: MFM, RLL, ESDI, 110and IDE/ATAPI. 111See also the 112.Xr pciide 4 113device driver which is used instead on machines with PCI IDE controllers. 114.El 115.Ss Serial and parallel interfaces 116.Bl -tag -width 12n -offset ind -compact 117.It Xr addcom 4 118Addonics FlexPort 8S serial communication cards 119.It Xr ast 4 120multiplexing serial communications interface 121.It Xr boca 4 122multiplexing serial communications interface 123.It Xr com 4 124serial communications interface 125.It Xr cy 4 126Cyclades Cyclom-{4, 8, 16}Y asynchronous comms board device driver 127.It Xr lpt 4 128parallel port driver 129.It Xr rtfps 4 130multiplexing serial communications interface 131.El 132.Ss Network interfaces 133.Bl -tag -width 12n -offset ind -compact 134.It Xr ec 4 1353Com EtherLink II (3c503) Ethernet device 136.It Xr ef 4 1373Com Fast EtherLink ISA (3c515) 10/100 Ethernet device 138.It Xr eg 4 1393Com EtherLink Plus Ethernet (3c505) Ethernet device 140.It Xr el 4 1413Com EtherLink (3C501) Ethernet device 142.It Xr ep 4 1433Com EtherLink III and Fast EtherLink III 10/100 Ethernet device 144.It Xr ex 4 145Intel EtherExpress Pro/10 and Pro/10+ Ethernet device 146.It Xr ie 4 147Intel i82586/i82596 Ethernet device 148.It Xr lc 4 149DEC EtherWORKS III 10/100 Ethernet device 150.It Xr le 4 151AMD LANCE Ethernet device 152.It Xr ne 4 153NE2000 and compatible 10/100 Ethernet device 154.It Xr sm 4 155SMC91C9x and SMC91C1xx-based 10/100 Ethernet device 156.It Xr we 4 157Western Digital/SMC WD80x3, SMC Elite Ultra, and SMC EtherEZ Ethernet device 158.El 159.Ss Sound cards 160.Bl -tag -width 12n -offset ind -compact 161.It Xr ess 4 162ESS Technology AudioDrive family audio device 163.It Xr gus 4 164Gravis UltraSound/UltraSound MAX audio device 165.It Xr mpu 4 166Roland/Yamaha MPU401 MIDI UART device 167.It Xr pas 4 168Media Vision Pro AudioSpectrum audio device 169.It Xr sb 4 170SoundBlaster family audio device 171.It Xr wss 4 172Windows Sound System audio device 173.El 174.Ss Radio receiver devices 175.Bl -tag -width 12n -offset ind -compact 176.It Xr az 4 177Aztech/PackardBell FM radio device 178.It Xr rt 4 179AIMS Lab Radiotrack FM radio device 180.It Xr rtii 4 181AIMS Lab Radiotrack II FM radio device 182.It Xr sfr 4 183SoundForte RadioLink SF16-FMR FM radio device 184.It Xr sf2r 4 185SoundForte RadioLink SF16-FMR2 FM radio device 186.El 187.Ss Hardware Sensors 188.Bl -tag -width 12n -offset ind -compact 189.It Xr aps 4 190ThinkPad Active Protection System accelerometer 191.It Xr fins 4 192Fintek F71805F LPC Super I/O 193.It Xr it 4 194ITE IT8705F/IT8712F/IT8716F/IT8718F/IT8720F/IT8726F and SiS SiS950 195temperature, voltage, and fan sensor with watchdog timer 196.It Xr lm 4 197National Semiconductor LM78/79/81 temperature, voltage, and fan sensor 198.It Xr nsclpcsio 4 199National Semiconductor PC87366 LPC Super I/O with GPIO 200.It Xr schsio 4 201SMSC SCH311x LPC Super I/O 202.It Xr uguru 4 203ABIT temperature, voltage and fan sensors 204.It Xr viasio 4 205VIA VT1211 LPC Super I/O 206.It Xr wbsio 4 207Winbond LPC Super I/O 208.El 209.Ss Miscellaneous devices 210.Bl -tag -width 12n -offset ind -compact 211.It Xr gscsio 4 212National Semiconductor Geode SC1100 I2C controller 213.It Xr lms 4 214Logitech-style bus mouse driver 215.It Xr mms 4 216Microsoft-style bus mouse driver 217.It Xr npx 4 218Numeric Processing Extension coprocessor and emulator 219.It Xr pcdisplay 4 220PC display adapter driver for wscons 221.It Xr pcic 4 222.Tn ISA 223PCMCIA controllers 224.It Xr pckbc 4 225PC (ISA) keyboard controller driver 226.It Xr pcppi 4 227PC (ISA) control and timer port driver 228.It Xr vga 4 229VGA graphics driver for wscons 230.El 231.Pp 232Note that some 233.Tn ISA 234devices also have newer 235.Tn ISA 236Plug-and-Play variants. 237These are listed in 238.Xr isapnp 4 . 239.Sh SEE ALSO 240.Xr intro 4 , 241.Xr isapnp 4 242.Sh HISTORY 243The machine-independent 244.Tn ISA 245subsystem appeared in 246.Ox 2.0 . 247