NetBSD/share/man/man4/isapnp.4

160 lines
4.2 KiB
Groff
Raw Normal View History

.\" $NetBSD: isapnp.4,v 1.23 2003/03/31 19:16:49 perry Exp $
1997-04-27 13:09:50 +04:00
.\"
.\" 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
1999-04-07 00:24:37 +04:00
.\" 4. The name of the author may not be used to endorse or promote products
1997-04-27 13:09:50 +04:00
.\" 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
1997-04-27 13:09:50 +04:00
.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 DESCRIPTION
.Nx
provides machine-independent bus support and
1997-04-27 13:09:50 +04:00
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:
2000-07-26 16:02:28 +04:00
.Ss SCSI interfaces
.Bl -tag -width pcdisplay -offset indent
.It aha
2000-07-26 16:02:28 +04:00
Adaptec AHA-154[02]
.Tn SCSI
interfaces.
1998-06-07 13:08:45 +04:00
.It aic
2000-07-26 16:02:28 +04:00
Adaptec AHA-1520B
.Tn SCSI
interfaces.
1998-06-07 13:08:45 +04:00
.El
.Ss Disk controllers
2000-07-26 16:02:28 +04:00
.Bl -tag -width pcdisplay -offset indent
.It wdc
2001-09-12 02:52:52 +04:00
Standard IDE and ATAPI drive controller.
.El
1997-04-27 13:09:50 +04:00
.Ss Serial and parallel interfaces
2000-07-26 16:02:28 +04:00
.Bl -tag -width pcdisplay -offset indent
1997-04-27 13:09:50 +04:00
.It com
8250/16450/16550-compatible ISA PnP serial cards and internal modems.
.El
.Ss Network interfaces
2000-07-26 16:02:28 +04:00
.Bl -tag -width pcdisplay -offset indent
2000-12-19 18:33:52 +03:00
.It an
.Tn Aironet
4500/4800 and
.Tn Cisco
340 series 802.11 interfaces.
1997-04-27 13:09:50 +04:00
.It ep
3Com 3c509B EtherLink III
2000-07-26 16:02:28 +04:00
.Tn Ethernet
interface.
1997-04-27 13:09:50 +04:00
.It le
2000-07-26 16:02:28 +04:00
PCnet-PnP
.Tn Ethernet
interfaces based on the successor to the AMD LANCE chip.
1998-05-23 20:04:40 +04:00
.It ne
2000-07-26 16:02:28 +04:00
NE2000-compatible
.Tn Ethernet
interfaces.
.It tr
TROPIC based token ring interfaces.
1997-04-27 13:09:50 +04:00
.El
.\"
.Ss Sound cards
2000-07-26 16:02:28 +04:00
.Bl -tag -width pcdisplay -offset indent
.It ess
ESS Technology derived PnP sound cards and devices.
1997-10-31 11:24:45 +03:00
.It guspnp
Gravis Ultrasound PnP sound cards.
2000-07-26 16:02:28 +04:00
.It sb
SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards.
.It wss
Windows Sound System compatible cards, e.g., most of the cards
with Crystal Semiconductor chips.
1998-05-20 23:37:21 +04:00
.It ym
Yamaha OPL3-SAx sound cards.
2000-07-26 16:02:28 +04:00
.El
.Ss Miscellaneous devices
.Bl -tag -width pcdisplay -offset indent
.It pcic
.Tn PCI
.Tn PCMCIA
controllers, including the Cirrus Logic GD6729.
1997-04-27 13:09:50 +04:00
.El
.Pp
ISA Plug-and-Play devices also have alternate ISA drivers with
static ISA IO address configuration.
2001-09-12 02:52:52 +04:00
These are listed in
1997-04-27 13:09:50 +04:00
.Xr isa 4 .
The
.Nm
bus ignores device that have already been found and configured as
.Xr isa 4
1997-04-27 15:58:46 +04:00
devices.
1997-04-27 13:09:50 +04:00
The
.Nm
bus is only effective on machines which lack a PnP BIOS, or on
which the PnP BIOS has been disabled.
2001-09-12 02:52:52 +04:00
The manual pages for each individual
1997-04-27 13:09:50 +04:00
.Nm
driver also list
1997-04-27 15:58:46 +04:00
the supported front-ends for other buses.
1997-04-27 13:09:50 +04:00
.Sh SEE ALSO
2000-07-26 16:02:28 +04:00
.Xr aha 4 ,
1998-06-07 13:08:45 +04:00
.Xr aic 4 ,
2000-12-19 18:33:52 +03:00
.Xr an 4 ,
1997-04-27 13:09:50 +04:00
.Xr com 4 ,
.Xr ep 4 ,
1998-08-07 05:00:36 +04:00
.Xr ess 4 ,
1998-06-07 13:08:45 +04:00
.Xr guspnp 4 ,
.Xr intro 4 ,
1997-04-27 13:09:50 +04:00
.Xr isa 4 ,
.Xr le 4 ,
1998-05-23 20:04:40 +04:00
.Xr ne 4 ,
2000-07-26 16:02:28 +04:00
.Xr pcic 4 ,
1997-10-31 11:24:45 +03:00
.Xr sb 4 ,
2000-07-26 16:02:28 +04:00
.Xr tr 4 ,
.Xr wdc 4 ,
.Xr wss 4 ,
1998-06-07 13:08:45 +04:00
.Xr ym 4
1997-04-27 13:09:50 +04:00
.Sh HISTORY
The
.Nm
driver
appeared in
.Nx 1.3 .