Command: listpci

  ListPCI is a PCI device listing utility which scans the PCI bus of the
  system on which its running and displays data on all PCI devices it
  finds. It provides more verbose data than other comparable applications
  and is more flexible in its command line options. Using these, you may
  filter the devices reported to only those of a specified vendor ID or
  of a specified class. ListPCI can also return the number of matching
  devices in the DOS system variable ERRORLEVEL, making it easy to
  integrate into batch scripts.
  Note: This application requires a 386 or higher CPU.

Syntax:

  listpci [Options]

Options:

  /C n    Shows only devices of the specified class n.
  /N      Returns the number of matching devices in the ERRORLEVEL
          variable.
  /V n    Shows only devices by the specified vendor n.

  Numbers for all options may be entered in decimal, hexadecimal,
  or octal.
  Options may be combined. For example, LISTPCI /C 2 /V 0x8086 would
  list only network controllers made by Intel.

Comments:

  - none -

Examples:

  - none -

See also:

  errorlevel/exitcode
  listvesa

  Copyright © 2021 Mercury Thirteen, help version 2023 W. Spiegl.

  This file is derived from the FreeDOS Spec Command HOWTO.
  See the file H2Cpying for copying conditions.