.\" Copyright, the authors of the Linux man-pages project .\" .\" SPDX-License-Identifier: GPL-3.0-or-later .\" .TH proc_bus 5 (date) "Linux man-pages (unreleased)" .SH NAME /proc/bus/ \- installed buses .SH DESCRIPTION .TP .I /proc/bus/ Contains subdirectories for installed buses. .TP .I /proc/bus/pccard/ Subdirectory for PCMCIA devices when .B CONFIG_PCMCIA is set at kernel compilation time. .TP .I /proc/bus/pccard/drivers .TP .I /proc/bus/pci/ Contains various bus subdirectories and pseudo-files containing information about PCI buses, installed devices, and device drivers. Some of these files are not ASCII. .TP .I /proc/bus/pci/devices Information about PCI devices. They may be accessed through .BR lspci (8) and .BR setpci (8). .SH SEE ALSO .BR proc (5)