freebsd-nq/sys/dev/pci
John Baldwin c668000b69 Expand the set of APIs available for locating PCI capabilities:
- pci_find_extcap() is repurposed to be used for fetching PCI-express
  extended capabilities (PCIZ_* constants in <dev/pci/pcireg.h>).
- pci_find_htcap() can be used to locate a specific HyperTransport
  capability (PCIM_HTCAP_* constants in <dev/pci/pcireg.h>).
- Cache the starting location of the PCI-express capability for PCI-express
  devices in PCI device ivars.
2012-03-03 18:08:57 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00
ignore_pci.c
isa_pci.c
pci_if.m Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00
pci_pci.c
pci_private.h Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00
pci_subr.c
pci_user.c
pci.c Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00
pcib_if.m
pcib_private.h
pcireg.h
pcivar.h Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00
vga_pci.c Expand the set of APIs available for locating PCI capabilities: 2012-03-03 18:08:57 +00:00