138 lines
3.9 KiB
Groff
138 lines
3.9 KiB
Groff
.\" $NetBSD: isapnp.4,v 1.13 1999/04/06 20:24:52 pk Exp $
|
|
.\"
|
|
.\" Copyright (c) 1997 Jonathan Stone
|
|
.\" All rights reserved.
|
|
.\"
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
.\" modification, are permitted provided that the following conditions
|
|
.\" are met:
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
.\" 3. All advertising materials mentioning features or use of this software
|
|
.\" must display the following acknowledgements:
|
|
.\" This product includes software developed by Jonathan Stone
|
|
.\" 4. The name of the author may not be used to endorse or promote products
|
|
.\" derived from this software without specific prior written permission
|
|
.\"
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
|
|
.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
|
|
.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
|
|
.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
|
|
.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
|
|
.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
|
|
.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
|
|
.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
|
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
|
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
.\"
|
|
.Dd February 17, 1997
|
|
.Dt ISAPNP 4
|
|
.Os
|
|
.Sh NAME
|
|
.Nm isapnp
|
|
.Nd introduction to ISA Plug-and-Play support
|
|
.Sh SYNOPSIS
|
|
.Cd "isapnp0 at isa?"
|
|
.Pp
|
|
An
|
|
.Nm
|
|
bus can be configured for each supported ISA bus.
|
|
.Sh INTRODUCTION
|
|
.Nx
|
|
provides machine-independent bus support and
|
|
drivers for ISA Plug-and-Play (isapnp) autoconfiguration of
|
|
PnP-compatible
|
|
devices on an ISA bus.
|
|
.Sh SUPPORTED DEVICES
|
|
.Nx
|
|
includes machine-independent ISAPNP drivers, sorted by function
|
|
and driver name:
|
|
.Pp
|
|
.Ss SCSI controllers
|
|
.Bl -tag -width speaker -offset indent -compact
|
|
.It aha
|
|
Adapted AHA-154[02] SCSI controller card.
|
|
.It aic
|
|
Adaptec AHA-1520B SCSI controller card.
|
|
.El
|
|
.\"
|
|
.Pp
|
|
.Ss Disk controllers
|
|
.Bl -tag -width speaker -offset indent -compact
|
|
.It wdc
|
|
Standard IDE and ATAPI drive controller.
|
|
.El
|
|
.\"
|
|
.Pp
|
|
.Ss Serial and parallel interfaces
|
|
.Bl -tag -width speaker -offset indent -compact
|
|
.It com
|
|
8250/16450/16550-compatible ISA PnP serial cards and internal modems.
|
|
.El
|
|
.\"
|
|
.Pp
|
|
.Ss Network interfaces
|
|
.Bl -tag -width speaker -offset indent -compact
|
|
.It ep
|
|
3com 3c509B Etherlink-III Ethernet interface.
|
|
.It le
|
|
PCnet-PnP ethernet interfaces based on the successor to the AMD LANCE chip.
|
|
.It ne
|
|
NE2000-compatible ethernet interfaces.
|
|
.El
|
|
.\"
|
|
.Ss Sound cards
|
|
.Bl -tag -width speaker -offset indent -compact
|
|
.It sb
|
|
Soundblaster, Soundblaster 16, and Soundblaster Pro sound cards.
|
|
.It guspnp
|
|
Gravis Ultrasound PnP sound cards.
|
|
.It wss
|
|
Windows Sound System compatible cards, e.g., most of the cards
|
|
with Crystal Semiconductor chips.
|
|
.It ym
|
|
Yamaha OPL3-SAx sound cards.
|
|
.It ess
|
|
ESS Technology derived PnP sound cards and devices.
|
|
.El
|
|
.Pp
|
|
ISA Plug-and-Play devices also have alternate ISA drivers with
|
|
static ISA IO address configuration.
|
|
These are listed in
|
|
.Xr isa 4 .
|
|
The
|
|
.Nm
|
|
bus ignores device that have already been found and configured as
|
|
.Xr isa 4
|
|
devices.
|
|
The
|
|
.Nm
|
|
bus is only effective on machines which lack a PnP BIOS, or on
|
|
which the PnP BIOS has been disabled.
|
|
The manual pages for each individual
|
|
.Nm
|
|
driver also list
|
|
the supported front-ends for other buses.
|
|
.Sh SEE ALSO
|
|
.Xr aic 4 ,
|
|
.Xr com 4 ,
|
|
.Xr ep 4 ,
|
|
.Xr ess 4 ,
|
|
.Xr guspnp 4 ,
|
|
.Xr isa 4 ,
|
|
.Xr le 4 ,
|
|
.Xr ne 4 ,
|
|
.Xr sb 4 ,
|
|
.Xr wdc 4 ,
|
|
.Xr wss 4 ,
|
|
.Xr ym 4
|
|
.Sh HISTORY
|
|
The
|
|
.Nm
|
|
driver
|
|
appeared in
|
|
.Nx 1.3 .
|