[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

pci

Display PCI devices


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

Syntax:

pci [-v]

Options:

-v
Be verbose; display all PCI devices.

Description:

The pci utility displays PCI devices. By default, it displays only disk, network, and graphics devices. Use the -v (verbose) option to display all PCI devices.

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-p5064, pci-raven, pci-sandpoint, pci-yellowknife

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


[Previous] [Contents] [Index] [Next]