No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / isapnp.4
blobb4c3793da23b72f99339414d5145db94550d4c5c
1 .\"     $NetBSD: isapnp.4,v 1.23 2003/03/31 19:16:49 perry 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 17, 1997
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
41 .Nm
42 bus can be configured for each supported ISA bus.
43 .Sh DESCRIPTION
44 .Nx
45 provides machine-independent bus support and
46 drivers for ISA Plug-and-Play (isapnp) autoconfiguration of
47 PnP-compatible
48 devices on an ISA bus.
49 .Sh SUPPORTED DEVICES
50 .Nx
51 includes machine-independent ISAPNP drivers, sorted by function
52 and driver name:
53 .Ss SCSI interfaces
54 .Bl -tag -width pcdisplay -offset indent
55 .It aha
56 Adaptec AHA-154[02]
57 .Tn SCSI
58 interfaces.
59 .It aic
60 Adaptec AHA-1520B
61 .Tn SCSI
62 interfaces.
63 .El
64 .Ss Disk controllers
65 .Bl -tag -width pcdisplay -offset indent
66 .It wdc
67 Standard IDE and ATAPI drive controller.
68 .El
69 .Ss Serial and parallel interfaces
70 .Bl -tag -width pcdisplay -offset indent
71 .It com
72 8250/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 an
77 .Tn Aironet
78 4500/4800 and
79 .Tn Cisco
80 340 series 802.11 interfaces.
81 .It ep
82 3Com 3c509B EtherLink III
83 .Tn Ethernet
84 interface.
85 .It le
86 PCnet-PnP
87 .Tn Ethernet
88 interfaces based on the successor to the AMD LANCE chip.
89 .It ne
90 NE2000-compatible
91 .Tn Ethernet
92 interfaces.
93 .It tr
94 TROPIC based token ring interfaces.
95 .El
96 .\"
97 .Ss Sound cards
98 .Bl -tag -width pcdisplay -offset indent
99 .It ess
100 ESS Technology derived PnP sound cards and devices.
101 .It guspnp
102 Gravis Ultrasound PnP sound cards.
103 .It sb
104 SoundBlaster, SoundBlaster 16, and SoundBlaster Pro sound cards.
105 .It wss
106 Windows Sound System compatible cards, e.g., most of the cards
107 with Crystal Semiconductor chips.
108 .It ym
109 Yamaha OPL3-SAx sound cards.
111 .Ss Miscellaneous devices
112 .Bl -tag -width pcdisplay -offset indent
113 .It pcic
114 .Tn PCI
115 .Tn PCMCIA
116 controllers, including the Cirrus Logic GD6729.
119 ISA Plug-and-Play devices also have alternate ISA drivers with
120 static ISA IO address configuration.
121 These are listed in
122 .Xr isa 4 .
125 bus ignores devices that have already been found and configured as
126 .Xr isa 4
127 devices.
130 bus is only effective on machines which lack a PnP BIOS, or  on
131 which the PnP BIOS has been disabled.
132 The manual pages for each individual
134 driver also list
135 the supported front-ends for other buses.
136 .Sh SEE ALSO
137 .Xr aha 4 ,
138 .Xr aic 4 ,
139 .Xr an 4 ,
140 .Xr com 4 ,
141 .Xr ep 4 ,
142 .Xr ess 4 ,
143 .Xr guspnp 4 ,
144 .Xr intro 4 ,
145 .Xr isa 4 ,
146 .Xr le 4 ,
147 .Xr ne 4 ,
148 .Xr pcic 4 ,
149 .Xr sb 4 ,
150 .Xr tr 4 ,
151 .Xr wdc 4 ,
152 .Xr wss 4 ,
153 .Xr ym 4
154 .Sh HISTORY
157 driver
158 appeared in
159 .Nx 1.3 .