1.\" $NetBSD: isa.4,v 1.4 1997/04/09 05:13:44 mikel Exp $ 2.\" 3.\" Copyright (c) 1997 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 acknowledgements: 16.\" This product includes software developed by Jonathan Stone 17.\" 3. 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 February 17, 1997 32.Dt ISA 4 33.Os NetBSD 34.Sh NAME 35.Nm isa 36.Nd introduction to ISA bus machine-independent drivers and support 37.Sh SYNOPSIS 38.Pp 39Machine-dependent; depends on the bus topology and ISA-host adaptor 40of your system. Typical ISA buses are connected either directly to the 41main system bus or via PCI-ISA bridges. See the 42.Xr intro 4 43documentation for your system for details. 44.Sh INTRODUCTION 45.Nx 1.2 46and later versions include machine-independent bus support and 47drivers for the following ISA bus devices. 48Not all supported ISA devices are listed below; consult the 49.Xr intro 4 50page for your machine for additional machine-dependent drivers. 51Note that console support (CGA, EGA, VGA, or better) and 52NS8250/16450/16550 serial drivers are currently machine-dependent and 53documented elsewhere. 54.Sh SUPPORTED DEVICES 55.Nx 56includes machine-independent ISA drivers, sorted by function 57and driver name: 58.Pp 59.Ss Disk controllers 60.Bl -tag -width speaker -offset indent -compact 61.It aha 62SCSI controllers including the Adaptec AHA-154x family (154xA, 154xB, 63154xC, and 154xCF) 64of SCSI adaptors, and the Buslogic BT-54x. 65.It aic 66SCSI controllers including Adaptec AIC-6260, Adaptec AIC-6360, Adaptec 67152x, and SoundBlaster 68SCSI boards, as well as others based on Adaptec AIC-6x60 chips. 69.It bha 70Buslogic BT-445, BT-74x, and BT-9[45][68] SCSI boards. 71.It mcd 72Mitsumi CD-ROM drives. 73.It sea 74Seagate/Future Domain SCSI cards. ST01/02, Future Domain TMC-885, and 75Future Domain TMC-950. 76.It uha 77Ultrastor ISA and EISA SCSI adapter cards. Ultrastor 14f, Ultrastor 34f, 78and Ultrastor 24f. 79.It wd 80Standard ISA Western Digital type hard drives. MFM, RLL, ESDI, and IDE. 81.It wds 82WD7000 family of bus-mastering SCSI controllers. 83.It wt 84Wangtek and compatible QIC-02 and QIC-36 tape drives. 85.El 86.Pp 87.Ss Serial and parallel interfaces 88.Bl -tag -width speaker -offset indent -compact 89.It ast 90Multi-port serial communications card first made by AST. 91.It boca 92Boca BB100[48] and BB2016 multiplexing serial communications cards. 93.It lpt 94Standard ISA parallel port interface. 95.It cy 96Cyclades Cyclom-4Y, -8Y, and -16Y asynchronous serial communications cards. 97.It rtfps 98RT four-port serial cards. 99.El 100.Pp 101.Ss Network interfaces 102.Bl -tag -width speaker -offset indent -compact 103.It ed 104Western Digital/SMC 80x3 and Ultra, 3Com 3c503, and Novell NE1000 and 2000 105Ethernet interfaces. 106.It eg 1073Com 3c505 Ethernet board. 108.It el 1093Com 3c501 Ethernet interface. 110.It ep 1113Com 3c509 Etherlink-III Ethernet interface. 112.It fe 113Ethernet interfaces based on the Fujitsu MB86960A/MB86965A chipset, 114including Fujitsu FMV-181, FMV-182, Allied Telesis AT1700 series, 115and RE2000 series. 116.\".It hp 117.\" Broken driver for HP -relabelled Ethernet cards. 118.It ie 119Ethernet interfaces based on Intel 82586 Ethernet chip, 120including AT&T Starlan-10, AT&T EN100, AT&T Starlan Fibre, and 3Com 3c507. 121.It iy 122Ethernet interfaces based on the Intel EtherExpress Pro/10 chip. 123(Does not support PRO/100). 124.It le 125Ethernet interfaces based on the AMD LANCE chip, 126including BICC Isolan, Novell NE2100, and Digital DEPCA. 127.El 128.Ss Sound cards 129.Bl -tag -width speaker -offset indent -compact 130.It gus 131Gravis Ultrasound sound cards. 132.It pas 133ProAudio Spectrum sound cards. 134.It pss 135Personal Sound System-compatible sound cards, including 136Cardinal Digital SoundPro 16 and Orchid Soundwave 32. 137.It sb 138Soundblaster, Soundblaster 16, and Soundblaster Pro sound cards. 139.It wss 140Windows Sound System-compatible sound cards based on the AD1848 and 141compatible chips. 142.El 143.Pp 144Note that some ISA devices also have newer ISA Plug-and-Play 145or PCI variants. These are listed in 146.Xr isapnp 4 147and 148.Xr pci 4 , 149respectively. The manual pages for each individual driver also list 150the supported variants on other buses. 151.Sh SEE ALSO 152.Xr aha 4 , 153.Xr aic 4 , 154.Xr ast 4 , 155.Xr bha 4 , 156.Xr cy 4 , 157.Xr gus 4 , 158.Xr ed 4 , 159.Xr el 4 , 160.Xr ep 4 , 161.Xr fe 4 , 162.Xr ie 4 , 163.Xr isapnp 4 , 164.Xr iy 4 , 165.Xr le 4 , 166.Xr lpt 4 , 167.Xr mcd 4 , 168.Xr pas 4 , 169.Xr pss 4 , 170.Xr rtfps 4 , 171.Xr sb 4 , 172.Xr sea 4 , 173.Xr uha 4 , 174.Xr wd 4 , 175.Xr wds 4 , 176.Xr wss 4 , 177.Xr wt 4 178.Sh HISTORY 179The 180.Nm 181introduction 182appeared in 183.Nx 1.2 . 184