1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
|
.\" $OpenBSD: isapnp.4,v 1.24 2002/09/26 07:55:40 miod Exp $
.\" $NetBSD: isapnp.4,v 1.8 1998/06/07 09:08:46 enami 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 July 12, 1998
.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 DESCRIPTION
.Ox
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
.Ox
includes machine-independent ISAPNP drivers, sorted by function
and driver name:
.Ss Disk controllers
.Bl -tag -width speakerxx -offset ind -compact
.It Xr aha 4
Adaptec AHA-154x SCSI controller card.
.It Xr aic 4
Adaptec AHA-1520B SCSI controller card.
.It Xr wdc 4
IDE controllers (typically found on sound cards).
.El
.Ss Serial and parallel interfaces
.Bl -tag -width speaker -offset ind -compact
.It Xr com 4 , Xr pccom 4
8250/16450/16550/16650/16850-compatible ISA PnP serial cards and internal
modems.
Winmodems are not supported.
.El
.Ss Network interfaces
.Bl -tag -width speaker -offset ind -compact
.It Xr ef 4
3Com 3c515 Fast Etherlink III Ethernet interfaces.
.It Xr ep 4
3Com 3c509B EtherLink-III Ethernet interfaces.
.It Xr le 4
Ethernet driver for Lance based Ethernet interfaces.
.It Xr ne 4
NE2000-compatible Ethernet interfaces.
.It Xr we 4
SMC EtherEZ Ethernet interfaces.
.El
.Ss Sound
.Bl -tag -width speaker -offset ind -compact
.It Xr ess 4
ESS Technology AudioDrive 1788-, 1888-, 1887-, and 888-based sound cards.
.It Xr gus 4
Gravis Ultrasound PnP sound cards.
.It Xr mpu 4
MIDI interfaces.
.It Xr sb 4
SoundBlaster series sound cards (SB16 PnP through AWE64).
.It Xr wss 4
Windows Sound System cards.
.It Xr ym 4
Yamaha OPL3-SA3 sound cards.
.El
.Ss Miscellaneous devices
.Bl -tag -width speaker -offset ind -compact
.It Xr joy 4
Joystick driver.
.It Xr pcic 4
.Tn ISA
PCMCIA controllers.
.It Xr rt 4
AIMS Lab Radiotrack FM radio tuners.
.El
.Sh CAVEATS
From time to time an
.Nm
device will be found which the kernel does not recognize.
The kernel matches
.Nm
devices to device drivers based on identifiers which each device
provides.
For example, this device:
.Pp
joy0 at isapnp0 <Creative SB16 PnP, CTL7001, PNPB02F, Game> port 0x200/8
.Pp
This joystick calls itself by the two names
.Dq CTL7001
and
.Dq PNPB02F .
The latter is a standard name (which the kernel automatically recognizes),
but
.Dq CTL7001
is a vendor-specific name which needs to be added to a table.
Unfortunately,
some devices advertise only their vendor-specific name; for instance:
.Pp
isapnp0: <PnP Sound Chip, @P@1001, , > port 0x200/8 not configured
.Pp
Testing will show that this device is actually a joystick.
To resolve the issue, the actual name
.Dq @P@1001
has to be entered into the database found in
.Pa /sys/dev/isa/pnpdevs
and a new kernel must be built.
Then the device will probe like this:
.Pp
joy0 at isapnp0 <PnP Sound Chip, @P@1001, , > port 0x200/8
.Sh SEE ALSO
.Xr aha 4 ,
.Xr aic 4 ,
.Xr cardbus 4 ,
.Xr com 4 ,
.Xr ef 4 ,
.Xr eisa 4 ,
.Xr ep 4 ,
.Xr ess 4 ,
.Xr gus 4 ,
.Xr intro 4 ,
.Xr isa 4 ,
.Xr joy 4 ,
.Xr le 4 ,
.Xr mpu 4 ,
.Xr ne 4 ,
.Xr pci 4 ,
.Xr pcic 4 ,
.Xr pcmcia 4 ,
.Xr rt 4 ,
.Xr sb 4 ,
.Xr usb 4 ,
.Xr we 4 ,
.Xr whc 4 ,
.Xr wss 4 ,
.Xr ym 4
.Sh HISTORY
The
.Nm
driver
appeared in
.Nx 1.3 .
|