Add isapnp(4) man page.
This commit is contained in:
parent
66783f1f43
commit
f906f30c34
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.39 1997/04/11 05:26:25 mikel Exp $
|
||||
# $NetBSD: Makefile,v 1.40 1997/04/27 09:09:51 jonathan Exp $
|
||||
# @(#)Makefile 8.1 (Berkeley) 6/18/93
|
||||
|
||||
MAN= ahb.4 ahc.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 clnp.4 cltp.4 ddb.4 \
|
||||
|
@ -9,7 +9,7 @@ MAN= ahb.4 ahc.4 audio.4 bha.4 bpf.4 ccd.4 cd.4 clnp.4 cltp.4 ddb.4 \
|
|||
unix.4 vnd.4
|
||||
|
||||
# machine-independent buses
|
||||
MAN+= eisa.4 isa.4 pci.4
|
||||
MAN+= eisa.4 isa.4 isapnp.4 pci.4
|
||||
|
||||
# machine-independent ISA devices
|
||||
MAN+= aha.4 aic.4 ast.4 boca.4 cy.4 eg.4 el.4 gus.4 iy.4 mcd.4 pss.4 \
|
||||
|
|
|
@ -0,0 +1,103 @@
|
|||
.\" $NetBSD: isapnp.4,v 1.1 1997/04/27 09:09:50 jonathan 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
|
||||
.\" 3. 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 NetBSD
|
||||
.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
|
||||
NetBSD 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 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 basd on the successor to the AMD LANCE chip.
|
||||
.El
|
||||
.\"
|
||||
.Ss Sound cards
|
||||
.Bl -tag -width speaker -offset indent -compact
|
||||
.It sb
|
||||
Soundblaster, Soundblaster 16, and Soundblaster Pro soundcards.
|
||||
.\" .It gus
|
||||
.\" Gravis Ultrasound PnP sound cars
|
||||
.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
|
||||
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 variants on other buses.
|
||||
.Sh SEE ALSO
|
||||
.Xr com 4 ,
|
||||
.Xr ep 4 ,
|
||||
.Xr isa 4 ,
|
||||
.Xr le 4 ,
|
||||
.Xr sb 4 .
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver
|
||||
appeared in
|
||||
.Nx 1.3 .
|
Loading…
Reference in New Issue