pci

Display PCI devices


Note: You need to log in as root to use this utility.

Syntax:

pci [-n] [-v]

Runs on:

Neutrino

Options:

-n
The maximum number of PCI buses to scan.
-v
Be verbose; display all PCI devices.

Description:

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.


Caution: This utility is intended for debugging purposes; running it on an active system may cause some devices to hang.

Examples:

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

See also:

pci-bios

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