Display PCI devices
You need to log in as root to use this utility. |
pci [-n] [-v]
Neutrino
The pci utility displays Peripheral Component Interconnect devices. By default, it displays only disk, network, and graphics devices. Use the -v (verbose) option to display all PCI devices.
This utility is intended for debugging purposes; running it on an active system may cause some devices to hang. |
Here's some sample output from pci:
Class = Mass Storage (IDE) Vendor ID = 8086, Intel Corporation Device ID = 7010h, 82371SB PIIX3 IDE Interface (Triton II) PCI index = 0 IO Address = ffa0h enabled PCI Int Pin = NC Interrupt line = 0
pci_attach(), pci_attach_device(), pci_detach(), pci_detach_device(), pci_find_class(), pci_find_device(), pci_present(), pci_read_config(), pci_read_config8(), pci_read_config16(), pci_read_config32(), pci_write_config(), pci_write_config8(), pci_write_config16(), pci_write_config32() in the Library Reference
Connecting Hardware in the Neutrino User's Guide