PCI Utilities 3.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News PCI Utilities 3.0.0 (Default branch)
# 1  
Old 04-11-2008
PCI Utilities 3.0.0 (Default branch)

The PCI Utilities package contains various utilities dealing with the PCI bus, and also a library for portable access to PCI configuration registers. It includes `lspci' for listing all PCI devices (very useful for debugging of both kernel and device drivers) and `setpci' for manual configuration of PCI devices.License: GNU General Public License (GPL)Changes:
The lspci utility is now able to use a central database to look up names of devices that are missing from the local pci.ids file. This is accomplished by DNS queries on a special zone. Also, the libpci library can be now built as a shared library with a stable ABI.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
sys_attrs_pci(5)						File Formats Manual						  sys_attrs_pci(5)

NAME
sys_attrs_pci - pci subsystem attributes DESCRIPTION
This reference page lists and describes attributes for the PCI (pci) kernel subsystem. Refer to the sys_attrs(5) reference page for an introduction to the topic of kernel subsystem attributes. For this subsytem, users should modify only the following attribute and do so only for the purpose described. Any other visible attributes cannot or should not be modified. A bit-mask setting that allows the developer of PCI hardware and softwareto determine the PCI configuration parameters on an Alpha system based on the PCI bus. By setting PCI_Developer_Debug to different values, a variety of hardware-related or software-related information about all PCI devices on an AlphaServer are printed out at system bootstrap time. If loadable drivers are used, loadable configuration data is also printed out on execution of the sysconfig -c command. Refer to the /usr/include/io/dec/pci/pci_debug.h file for valid bit-field settings for this attribute. The pci_debug.h file con- tains macro definitions that state the type of information that is printed out if PCI_Developer_Debug is set to a particular value. Any combination of the bit-flags is valid. For example, the value 0x70 allows the hardware or software developer to see the PCI configuration header information that the kernel reads or assigns to PCI devices. Default value: 0 Minimum value: 0 Maximum value: FFFFFFFF(16) SEE ALSO
sys_attrs(5) Writing PCI Bus Device Drivers sys_attrs_pci(5)