1999-08-28 01:35:59 +00:00
|
|
|
.\" $FreeBSD$
|
1997-02-11 22:08:22 +00:00
|
|
|
.\" Copyright (c) 1997
|
2001-08-13 16:33:00 +00:00
|
|
|
.\" Stefan Esser <se@FreeBSD.org>. All rights reserved.
|
1997-02-11 22:08:22 +00:00
|
|
|
.\"
|
|
|
|
.\" 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.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``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 OR CONTRIBUTORS 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 7, 1997
|
|
|
|
.Dt PCICONF 8
|
2001-07-10 15:12:08 +00:00
|
|
|
.Os
|
1997-02-11 22:08:22 +00:00
|
|
|
.Sh NAME
|
|
|
|
.Nm pciconf
|
|
|
|
.Nd diagnostic utility for the PCI bus
|
|
|
|
.Sh SYNOPSIS
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2001-11-27 12:57:45 +00:00
|
|
|
.Fl l Op Fl v
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2002-05-30 08:20:35 +00:00
|
|
|
.Fl a Ar sel
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2002-05-30 08:20:35 +00:00
|
|
|
.Fl r Oo Fl b | h Oc Ar sel addr Ns Op : Ns Ar addr
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2002-05-30 08:20:35 +00:00
|
|
|
.Fl w Oo Fl b | h Oc Ar sel addr Op Ar value
|
1997-02-11 22:08:22 +00:00
|
|
|
.Sh DESCRIPTION
|
|
|
|
The
|
1997-10-06 11:38:30 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility provides a command line interface to the functionality provided by
|
1997-02-11 22:08:22 +00:00
|
|
|
.Pa /dev/pci Ns 's
|
|
|
|
.Xr ioctl 2
|
|
|
|
interface.
|
2001-07-15 08:06:20 +00:00
|
|
|
With the
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl l
|
|
|
|
option, it lists all devices found by the boot probe in the following format:
|
|
|
|
.Bd -literal
|
1998-11-12 00:22:30 +00:00
|
|
|
foo0@pci0:4:0: class=0x010000 card=0x00000000 chip=0x000f1000 rev=0x01 hdr=0x00
|
|
|
|
bar0@pci0:5:0: class=0x000100 card=0x00000000 chip=0x88c15333 rev=0x00 hdr=0x00
|
|
|
|
none0@pci0:6:0: class=0x020000 card=0x00000000 chip=0x802910ec rev=0x00 hdr=0x00
|
1997-02-11 22:08:22 +00:00
|
|
|
.Ed
|
|
|
|
.Pp
|
2000-11-13 12:08:29 +00:00
|
|
|
If the
|
|
|
|
.Fl v
|
2001-07-15 08:06:20 +00:00
|
|
|
option is supplied,
|
2000-12-07 10:52:59 +00:00
|
|
|
.Nm
|
|
|
|
will attempt to load the vendor/device information database, and print
|
|
|
|
vendor, device, class and subclass identification strings for each device.
|
2000-11-13 12:08:29 +00:00
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
The first column gives the
|
1998-11-12 00:22:30 +00:00
|
|
|
device name, unit number, and
|
|
|
|
.Ar selector .
|
|
|
|
If there is no device configured in the kernel for the
|
|
|
|
.Tn PCI
|
|
|
|
device in question, the device name will be
|
|
|
|
.Dq none .
|
|
|
|
Unit numbers for unconfigured devices start at zero and are incremented for
|
|
|
|
each unconfigured device that is encountered. The
|
1997-02-11 22:08:22 +00:00
|
|
|
.Ar selector
|
1998-11-12 00:22:30 +00:00
|
|
|
is in a form which may directly be used for the other forms of the command.
|
1997-02-11 22:08:22 +00:00
|
|
|
The second column is the class code, with the class byte printed as two
|
|
|
|
hex digits, followed by the sub-class and the interface bytes.
|
2001-07-15 08:06:20 +00:00
|
|
|
The third column gives the contents of the subvendorid register, introduced
|
|
|
|
in revision 2.1 of the
|
1997-02-11 22:08:22 +00:00
|
|
|
.Tn PCI
|
2000-03-01 14:09:25 +00:00
|
|
|
standard.
|
|
|
|
It is 0 for most current (2.0)
|
1997-02-11 22:08:22 +00:00
|
|
|
.Tn PCI
|
|
|
|
cards, but is supposed to be loaded with a unique card identification code
|
2001-07-15 08:06:20 +00:00
|
|
|
in newly developed
|
|
|
|
.Tn PCI
|
2000-03-01 14:09:25 +00:00
|
|
|
cards.
|
|
|
|
The field consists of the card ID in the upper
|
1997-02-11 22:08:22 +00:00
|
|
|
half and the card vendor ID in the lower half of the value.
|
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
The fourth column contains the chip device ID, which identifies the chip
|
2000-03-01 14:09:25 +00:00
|
|
|
this card is based on.
|
2001-07-15 08:06:20 +00:00
|
|
|
It consists of two fields, identifying the chip and
|
1997-02-11 22:08:22 +00:00
|
|
|
its vendor, as above.
|
|
|
|
The fifth column prints the chip's revision.
|
2001-07-15 08:06:20 +00:00
|
|
|
The sixth column describes the header type.
|
|
|
|
Currently assigned header types are 0 for all devices except
|
1997-02-11 22:08:22 +00:00
|
|
|
.Tn PCI
|
|
|
|
to
|
|
|
|
.Tn PCI
|
2000-03-01 14:09:25 +00:00
|
|
|
bridges, and 1 for such bridge chips.
|
|
|
|
If the most significant bit
|
2001-07-15 08:06:20 +00:00
|
|
|
of the header type register is set for
|
|
|
|
function 0 of a
|
|
|
|
.Tn PCI
|
1997-02-11 22:08:22 +00:00
|
|
|
device, it is a
|
|
|
|
.Em multi-function
|
2001-07-15 08:06:20 +00:00
|
|
|
device, which contains several (similar or independent) functions on
|
1997-02-11 22:08:22 +00:00
|
|
|
one chip.
|
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl l
|
|
|
|
option is the only one available to non-root users.
|
2001-07-15 08:06:20 +00:00
|
|
|
All other invocations of
|
1997-10-06 11:38:30 +00:00
|
|
|
.Nm
|
1997-02-11 22:08:22 +00:00
|
|
|
require a
|
2001-07-15 08:06:20 +00:00
|
|
|
.Ar selector
|
1997-02-11 22:08:22 +00:00
|
|
|
of the form
|
|
|
|
.Li pci Ns Va bus Ns \&: Ns Va device
|
|
|
|
(optionally followed by
|
|
|
|
.Li \&: Ns Va function ) .
|
|
|
|
A final colon may be appended and
|
|
|
|
will be ignored; this is so that the first column in the output of
|
1997-10-06 11:38:30 +00:00
|
|
|
.Nm
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl l
|
|
|
|
can be used without modification. All numbers are base 10.
|
|
|
|
.Pp
|
|
|
|
With the
|
|
|
|
.Fl a
|
|
|
|
flag,
|
1997-10-06 11:38:30 +00:00
|
|
|
.Nm
|
1997-02-11 22:08:22 +00:00
|
|
|
determines whether any driver has been assigned to the device
|
2001-07-15 08:06:20 +00:00
|
|
|
identified by
|
1997-02-11 22:08:22 +00:00
|
|
|
.Ar selector .
|
|
|
|
An exit status of zero indicates that the device has a driver;
|
|
|
|
non-zero indicates that it does not.
|
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl r
|
2001-07-15 08:06:20 +00:00
|
|
|
option reads a configuration space register at byte offset
|
|
|
|
.Ar reg
|
1997-02-11 22:08:22 +00:00
|
|
|
of device
|
|
|
|
.Ar selector
|
|
|
|
and prints out its value in hexadecimal.
|
2001-05-31 18:31:43 +00:00
|
|
|
The optional second
|
|
|
|
.Ar reg2
|
|
|
|
specifies a range to read.
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
|
|
|
.Fl w
|
|
|
|
option writes the
|
1997-02-11 22:08:22 +00:00
|
|
|
.Ar value
|
2001-07-15 08:06:20 +00:00
|
|
|
into a configuration space register at byte offset
|
|
|
|
.Ar reg
|
1997-02-11 22:08:22 +00:00
|
|
|
of device
|
|
|
|
.Ar selector .
|
|
|
|
For both operations, the flags
|
|
|
|
.Fl b
|
|
|
|
and
|
|
|
|
.Fl h
|
|
|
|
select the width of the operation;
|
|
|
|
.Fl b
|
|
|
|
indicates a byte operation, and
|
|
|
|
.Fl h
|
|
|
|
indicates a halfword (two-byte) operation. The default is to read or
|
|
|
|
write a longword (four bytes).
|
2000-12-07 10:52:59 +00:00
|
|
|
.Sh ENVIRONMENT
|
|
|
|
The PCI vendor/device information database is normally read from
|
|
|
|
.Pa /usr/share/misc/pci_vendors .
|
|
|
|
This path can be overridden by setting the environment variable
|
|
|
|
.Ev PCICONF_VENDOR_DATABASE .
|
1997-02-11 22:08:22 +00:00
|
|
|
.Sh SEE ALSO
|
|
|
|
.Xr ioctl 2 ,
|
|
|
|
.\" .Xr pci 4 ,
|
2001-07-15 08:06:20 +00:00
|
|
|
.Xr kldload 8
|
1997-02-11 22:08:22 +00:00
|
|
|
.Sh HISTORY
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
1997-10-06 11:38:30 +00:00
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility appeared first in
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fx 2.2 .
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl a
|
2001-07-15 08:06:20 +00:00
|
|
|
option was added for
|
1997-02-11 22:08:22 +00:00
|
|
|
.Tn PCI
|
1999-04-06 14:04:37 +00:00
|
|
|
KLD support in
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fx 3.0 .
|
|
|
|
.Sh AUTHORS
|
2000-11-22 09:35:58 +00:00
|
|
|
.An -nosplit
|
1997-02-11 22:08:22 +00:00
|
|
|
The
|
|
|
|
.Nm
|
2002-07-14 14:47:15 +00:00
|
|
|
utility was written by
|
1997-10-06 11:38:30 +00:00
|
|
|
.An Stefan Esser
|
|
|
|
and
|
|
|
|
.An Garrett Wollman .
|
1997-02-11 22:08:22 +00:00
|
|
|
.Sh BUGS
|
2001-07-15 08:06:20 +00:00
|
|
|
The
|
|
|
|
.Fl b
|
|
|
|
and
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl h
|
2001-07-15 08:06:20 +00:00
|
|
|
options are implemented in
|
2002-08-13 16:07:28 +00:00
|
|
|
.Nm ,
|
2001-07-15 08:06:20 +00:00
|
|
|
but not in the underlying
|
1999-11-27 16:59:06 +00:00
|
|
|
.Xr ioctl 2 .
|
1997-02-11 22:08:22 +00:00
|
|
|
.Pp
|
2001-07-15 08:06:20 +00:00
|
|
|
It might be useful to give non-root users access to the
|
1997-02-11 22:08:22 +00:00
|
|
|
.Fl a
|
|
|
|
and
|
|
|
|
.Fl r
|
2000-03-01 14:09:25 +00:00
|
|
|
options.
|
2001-07-15 08:06:20 +00:00
|
|
|
But only root will be able to execute a
|
1999-04-06 14:04:37 +00:00
|
|
|
.Nm kldload
|
|
|
|
to provide the device with a driver KLD, and reading of configuration space
|
2001-07-15 08:06:20 +00:00
|
|
|
registers may cause a failure in badly designed
|
1997-02-11 22:08:22 +00:00
|
|
|
.Tn PCI
|
|
|
|
chips.
|