freebsd-dev/usr.sbin/pciconf
John Baldwin 84b755dfe5 Add support for displaying VPD for PCI devices via pciconf.
- Store the length of each read-only VPD value since not all values are
  guaranteed to be ASCII values (though most are).
- Add a new pciio ioctl to fetch VPD for a single PCI device.  The values
  are returned as a list of variable length records, one for the device
  name and each keyword.
- Add a new -V flag to pciconf's list mode which displays VPD data for
  each device.

MFC after:	1 week
2014-01-20 20:56:09 +00:00
..
cap.c Decode PCIe ASPM capability and status. 2013-07-18 20:59:58 +00:00
err.c Align the PCI Express #defines with the style used for the PCI-X 2012-09-18 22:04:59 +00:00
Makefile Install <dev/agp/agpreg.h> and <dev/pci/pcireg.h> as userland headers 2013-02-05 18:55:09 +00:00
pathnames.h
pciconf.8 Add support for displaying VPD for PCI devices via pciconf. 2014-01-20 20:56:09 +00:00
pciconf.c Add support for displaying VPD for PCI devices via pciconf. 2014-01-20 20:56:09 +00:00
pciconf.h Add a new -e flag to pciconf(8)'s list mode to display PCI error details. 2012-06-01 18:33:40 +00:00