1.\" $NetBSD: isapnp.4,v 1.26 2021/03/15 18:21:51 nia 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.\" 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 February 26, 2021 32.Dt ISAPNP 4 33.Os 34.Sh NAME 35.Nm isapnp 36.Nd introduction to ISA Plug-and-Play support 37.Sh SYNOPSIS 38.Cd "isapnp0 at isa?" 39.Pp 40An 41.Nm 42bus can be configured for each supported ISA bus. 43.Sh DESCRIPTION 44.Nx 45provides machine-independent bus support and 46drivers for ISA Plug-and-Play (isapnp) autoconfiguration of 47PnP-compatible 48devices on an ISA bus. 49.Sh SUPPORTED DEVICES 50.Nx 51includes machine-independent ISAPNP drivers, sorted by function 52and driver name: 53.Ss SCSI interfaces 54.Bl -tag -width pcdisplay -offset indent 55.It Xr aha 4 56Adaptec AHA-154[02] 57.Tn SCSI 58interfaces. 59.It Xr aic 4 60Adaptec AHA-1520B 61.Tn SCSI 62interfaces. 63.El 64.Ss Disk controllers 65.Bl -tag -width pcdisplay -offset indent 66.It Xr wdc 4 67Standard IDE and ATAPI drive controller. 68.El 69.Ss Serial and parallel interfaces 70.Bl -tag -width pcdisplay -offset indent 71.It Xr com 4 728250/16450/16550-compatible ISA PnP serial cards and internal modems. 73.El 74.Ss Network interfaces 75.Bl -tag -width pcdisplay -offset indent 76.It Xr an 4 77.Tn Aironet 784500/4800 and 79.Tn Cisco 80340 series 802.11 interfaces. 81.It Xr ep 4 823Com 3c509B EtherLink III 83.Tn Ethernet 84interface. 85.It Xr le 4 86PCnet-PnP 87.Tn Ethernet 88interfaces based on the successor to the AMD LANCE chip. 89.It Xr ne 4 90NE2000-compatible 91.Tn Ethernet 92interfaces. 93.El 94.\" 95.Ss Sound cards 96.Bl -tag -width pcdisplay -offset indent 97.It Xr ess 4 98ESS Technology derived PnP sound cards and devices. 99.It Xr guspnp 4 100Gravis Ultrasound PnP sound cards. 101.It Xr sb 4 102SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards. 103.It Xr wss 4 104Windows Sound System compatible cards, e.g., most of the cards 105with Crystal Semiconductor chips. 106.It Xr ym 4 107Yamaha OPL3-SAx sound cards. 108.El 109.Ss Miscellaneous devices 110.Bl -tag -width pcdisplay -offset indent 111.It Xr pcic 4 112.Tn PCI 113.Tn PCMCIA 114controllers, including the Cirrus Logic GD6729. 115.El 116.Pp 117ISA Plug-and-Play devices also have alternate ISA drivers with 118static ISA IO address configuration. 119These are listed in 120.Xr isa 4 . 121The 122.Nm 123bus ignores devices that have already been found and configured as 124.Xr isa 4 125devices. 126The 127.Nm 128bus is only effective on machines which lack a PnP BIOS, or on 129which the PnP BIOS has been disabled. 130The manual pages for each individual 131.Nm 132driver also list 133the supported front-ends for other buses. 134.Sh SEE ALSO 135.Xr intro 4 , 136.Xr isa 4 , 137.Xr isapnp 9 138.Sh HISTORY 139The 140.Nm 141driver 142appeared in 143.Nx 1.3 . 144