A library for portable access to PCI bus configuration space https://mj.ucw.cz/sw/pciutils/
Go to file
2024-01-06 08:27:04 +01:00
pciutils-2.2.1-idpath.patch automatic update by autodist [release 3.2.1-1mamba;Fri Nov 15 2013] 2024-01-06 08:27:04 +01:00
pciutils-3.1.0-pcimodules.patch automatic update by autodist [release 3.2.1-1mamba;Fri Nov 15 2013] 2024-01-06 08:27:04 +01:00
pciutils-3.1.2-pcimodules.patch automatic update by autodist [release 3.2.1-1mamba;Fri Nov 15 2013] 2024-01-06 08:27:04 +01:00
pciutils.spec automatic update by autodist [release 3.5.6-1mamba;Tue Nov 21 2017] 2024-01-06 08:27:04 +01:00
README.md automatic update by autodist [release 3.2.1-1mamba;Fri Nov 15 2013] 2024-01-06 08:27:04 +01:00

pciutils

The PCI Utilities package contains a library for portable access to PCI bus configuration space and several utilities based on this library. Current version works only on Linux and FreeBSD, but it can be easily extended to work on other systems as well. The utilities include: (See manual pages for more details) : lspci - displays detailed information about all PCI busses and devices in the system, replacing the original /proc/pci interface. setpci - allows to read from and write to PCI device configuration registers. For example, you can adjust the latency timers with it. The library (and therefore all the utilities) - can access PCI registers either via the /proc/bus/pci interface present since Linux 2.1.82 or via direct hardware access (to be used with older kernels and also for hardware diagnostics). It's also capable of reading and interpreting register dumps printed by `lspci -x'.