freebsd-dev/sys/dev/pci
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
..
eisa_pci.c
fixup_pci.c Use device_printf(). 2013-08-11 06:57:57 +00:00
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m
pci_pci.c Properly handle I/O windows in bridges with the ISA enable bit set. These 2013-07-18 15:17:11 +00:00
pci_private.h Make pci_get_dma_tag() non-static. Since the function is only 2013-10-24 20:29:29 +00:00
pci_subr.c
pci_user.c Add support for displaying VPD for PCI devices via pciconf. 2014-01-20 20:56:09 +00:00
pci.c Add support for displaying VPD for PCI devices via pciconf. 2014-01-20 20:56:09 +00:00
pcib_if.m
pcib_private.h Properly handle I/O windows in bridges with the ISA enable bit set. These 2013-07-18 15:17:11 +00:00
pcireg.h Add some definitions for the bits in root control and status PCIe cap 2013-10-24 20:25:29 +00:00
pcivar.h Add support for displaying VPD for PCI devices via pciconf. 2014-01-20 20:56:09 +00:00
vga_pci.c vga_pci: Improve boot display detection 2013-12-21 12:55:42 +00:00