1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-20 11:11:24 +00:00
freebsd/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
err.c
Makefile
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