PCITWEAK(1) UNIX Programmer's Manual PCITWEAK(1)
pcitweak - read/write PCI config space
pcitweak -l
pcitweak -r PCI-ID [-b|-h] offset
pcitweak -w PCI-ID [-b|-h] offset value
Pcitweak is a utility that can be used to examine or change
registers in the PCI configuration space. On most platforms
pcitweak can only be run by the root user.
-l Probe the PCI buses and print a line for each
detected device. Each line contains the bus loca-
tion (bus:device:function), chip vendor/device, card
(subsystem) vendor/card, revision, class and header
type. All values printed are in hexadecimal.
-r PCI-ID
Read the PCI configuration space register at offset
for the PCI device at bus location PCI-ID. PCI-ID
should be given in the form bus:device:function,
with each value in hexadecimal. By default, a 32-
bit register is read.
-w PCI-ID
Write value to the PCI configuration space register
at offset for the PCI device at bus location PCI-ID.
PCI-ID should be given in the form
bus:device:function, with each value in hexadecimal.
By default, a 32-bit register is written.
-b Read or write an 8-bit value (byte).
-h Read or write a 16-bit value (halfword).
scanpci(1)
David Dawes (dawes@xfree86.org).
XFree86 Version 4.5.0 1
Generated on 2013-04-27 00:20:00 by $MirOS: src/scripts/roff2htm,v 1.77 2013/01/01 20:49:09 tg Exp $
These manual pages and other documentation are copyrighted by their respective writers;
their source is available at our CVSweb,
AnonCVS, and other mirrors. The rest is Copyright © 2002‒2013 The MirOS Project, Germany.
This product includes material
provided by Thorsten Glaser.
This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report – diffs preferred.