]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - share/man/man4/pci.4
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / share / man / man4 / pci.4
1 .\"
2 .\" Copyright (c) 1999 Kenneth D. Merry.
3 .\" All rights reserved.
4 .\"
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
7 .\" are met:
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\"    notice, this list of conditions and the following disclaimer.
10 .\" 2. The name of the author may not be used to endorse or promote products
11 .\"    derived from this software without specific prior written permission.
12 .\"
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23 .\" SUCH DAMAGE.
24 .\"
25 .\" $FreeBSD$
26 .\"
27 .Dd September 30, 2007
28 .Dt PCI 4
29 .Os
30 .Sh NAME
31 .Nm pci
32 .Nd generic PCI driver
33 .Sh SYNOPSIS
34 .Cd device pci
35 .Sh DESCRIPTION
36 The
37 .Nm
38 driver provides a way for userland programs to read and write
39 .Tn PCI
40 configuration registers.
41 It also provides a way for userland programs to get a list of all
42 .Tn PCI
43 devices, or all
44 .Tn PCI
45 devices that match various patterns.
46 .Pp
47 Since the
48 .Nm
49 driver provides a write interface for
50 .Tn PCI
51 configuration registers, system administrators should exercise caution when
52 granting access to the
53 .Nm
54 device.
55 If used improperly, this driver can allow userland applications to
56 crash a machine or cause data loss.
57 .Sh KERNEL CONFIGURATION
58 It is only necessary to specify one
59 .Nm
60 controller in the kernel.
61 Additional
62 .Tn PCI
63 busses are handled automatically as they are encountered.
64 .Sh IOCTLS
65 The following
66 .Xr ioctl 2
67 calls are supported by the
68 .Nm
69 driver.
70 They are defined in the header file
71 .In sys/pciio.h .
72 .Bl -tag -width 012345678901234
73 .Pp
74 .It PCIOCGETCONF
75 This
76 .Xr ioctl 2
77 takes a
78 .Va pci_conf_io
79 structure.
80 It allows the user to retrieve information on all
81 .Tn PCI
82 devices in the system, or on
83 .Tn PCI
84 devices matching patterns supplied by the user.
85 The call may set
86 .Va errno
87 to any value specified in either
88 .Xr copyin 9
89 or
90 .Xr copyout 9 .
91 The
92 .Va pci_conf_io
93 structure consists of a number of fields:
94 .Bl -tag -width match_buf_len
95 .It pat_buf_len
96 The length, in bytes, of the buffer filled with user-supplied patterns.
97 .It num_patterns
98 The number of user-supplied patterns.
99 .It patterns
100 Pointer to a buffer filled with user-supplied patterns.
101 .Va patterns
102 is a pointer to
103 .Va num_patterns
104 .Va pci_match_conf
105 structures.
106 The
107 .Va pci_match_conf
108 structure consists of the following elements:
109 .Bl -tag -width pd_vendor
110 .It pc_sel
111 .Tn PCI
112 domain, bus, slot and function.
113 .It pd_name
114 .Tn PCI
115 device driver name.
116 .It pd_unit
117 .Tn PCI
118 device driver unit number.
119 .It pc_vendor
120 .Tn PCI
121 vendor ID.
122 .It pc_device
123 .Tn PCI
124 device ID.
125 .It pc_class
126 .Tn PCI
127 device class.
128 .It flags
129 The flags describe which of the fields the kernel should match against.
130 A device must match all specified fields in order to be returned.
131 The match flags are enumerated in the
132 .Va pci_getconf_flags
133 structure.
134 Hopefully the flag values are obvious enough that they do not need to
135 described in detail.
136 .El
137 .It match_buf_len
138 Length of the
139 .Va matches
140 buffer allocated by the user to hold the results of the
141 .Dv PCIOCGETCONF
142 query.
143 .It num_matches
144 Number of matches returned by the kernel.
145 .It matches
146 Buffer containing matching devices returned by the kernel.
147 The items in this buffer are of type
148 .Va pci_conf ,
149 which consists of the following items:
150 .Bl -tag -width pc_subvendor
151 .It pc_sel
152 .Tn PCI
153 domain, bus, slot and function.
154 .It pc_hdr
155 .Tn PCI
156 header type.
157 .It pc_subvendor
158 .Tn PCI
159 subvendor ID.
160 .It pc_subdevice
161 .Tn PCI
162 subdevice ID.
163 .It pc_vendor
164 .Tn PCI
165 vendor ID.
166 .It pc_device
167 .Tn PCI
168 device ID.
169 .It pc_class
170 .Tn PCI
171 device class.
172 .It pc_subclass
173 .Tn PCI
174 device subclass.
175 .It pc_progif
176 .Tn PCI
177 device programming interface.
178 .It pc_revid
179 .Tn PCI
180 revision ID.
181 .It pd_name
182 Driver name.
183 .It pd_unit
184 Driver unit number.
185 .El
186 .It offset
187 The offset is passed in by the user to tell the kernel where it should
188 start traversing the device list.
189 The value passed out by the kernel
190 points to the record immediately after the last one returned.
191 The user may
192 pass the value returned by the kernel in subsequent calls to the
193 .Dv PCIOCGETCONF
194 ioctl.
195 If the user does not intend to use the offset, it must be set to zero.
196 .It generation
197 .Tn PCI
198 configuration generation.
199 This value only needs to be set if the offset is set.
200 The kernel will compare the current generation number of its internal
201 device list to the generation passed in by the user to determine whether
202 its device list has changed since the user last called the
203 .Dv PCIOCGETCONF
204 ioctl.
205 If the device list has changed, a status of
206 .Va PCI_GETCONF_LIST_CHANGED
207 will be passed back.
208 .It status
209 The status tells the user the disposition of his request for a device list.
210 The possible status values are:
211 .Bl -ohang
212 .It PCI_GETCONF_LAST_DEVICE
213 This means that there are no more devices in the PCI device list after the
214 ones returned in the
215 .Va matches
216 buffer.
217 .It PCI_GETCONF_LIST_CHANGED
218 This status tells the user that the
219 .Tn PCI
220 device list has changed since his last call to the
221 .Dv PCIOCGETCONF
222 ioctl and he must reset the
223 .Va offset
224 and
225 .Va generation
226 to zero to start over at the beginning of the list.
227 .It PCI_GETCONF_MORE_DEVS
228 This tells the user that his buffer was not large enough to hold all of the
229 remaining devices in the device list that possibly match his criteria.
230 It is possible for this status to be returned, even when none of the remaining
231 devices in the list would match the user's criteria.
232 .It PCI_GETCONF_ERROR
233 This indicates a general error while servicing the user's request.
234 If the
235 .Va pat_buf_len
236 is not equal to
237 .Va num_patterns
238 times
239 .Fn sizeof "struct pci_match_conf" ,
240 .Va errno
241 will be set to
242 .Er EINVAL .
243 .El
244 .El
245 .It PCIOCREAD
246 This
247 .Xr ioctl 2
248 reads the
249 .Tn PCI
250 configuration registers specified by the passed-in
251 .Va pci_io
252 structure.
253 The
254 .Va pci_io
255 structure consists of the following fields:
256 .Bl -tag -width pi_width
257 .It pi_sel
258 A
259 .Va pcisel
260 structure which specifies the domain, bus, slot and function the user would
261 like to query.
262 If the specific bus is not found, errno will be set to ENODEV and -1 returned
263 from the ioctl.
264 .It pi_reg
265 The
266 .Tn PCI
267 configuration register the user would like to access.
268 .It pi_width
269 The width, in bytes, of the data the user would like to read.
270 This value
271 may be either 1, 2, or 4.
272 3-byte reads and reads larger than 4 bytes are
273 not supported.
274 If an invalid width is passed, errno will be set to EINVAL.
275 .It pi_data
276 The data returned by the kernel.
277 .El
278 .It PCIOCWRITE
279 This
280 .Xr ioctl 2
281 allows users to write to the
282 .Tn PCI
283 specified in the passed-in
284 .Va pci_io
285 structure.
286 The
287 .Va pci_io
288 structure is described above.
289 The limitations on data width described for
290 reading registers, above, also apply to writing
291 .Tn PCI
292 configuration registers.
293 .El
294 .Sh FILES
295 .Bl -tag -width /dev/pci -compact
296 .It Pa /dev/pci
297 Character device for the
298 .Nm
299 driver.
300 .El
301 .Sh SEE ALSO
302 .Xr pciconf 8
303 .Sh HISTORY
304 The
305 .Nm
306 driver (not the kernel's
307 .Tn PCI
308 support code) first appeared in
309 .Fx 2.2 ,
310 and was written by Stefan Esser and Garrett Wollman.
311 Support for device listing and matching was re-implemented by
312 Kenneth Merry, and first appeared in
313 .Fx 3.0 .
314 .Sh AUTHORS
315 .An Kenneth Merry Aq ken@FreeBSD.org
316 .Sh BUGS
317 It is not possible for users to specify an accurate offset into the device
318 list without calling the
319 .Dv PCIOCGETCONF
320 at least once, since they have no way of knowing the current generation
321 number otherwise.
322 This probably is not a serious problem, though, since
323 users can easily narrow their search by specifying a pattern or patterns
324 for the kernel to match against.