1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00
freebsd/sys/dev/pci
Konstantin Belousov c54a713f6a Make pci_get_dma_tag() non-static. Since the function is only
referenced by pointer, making it non-static should not have even the
negligible impact on the existing code.

Reviewed by:	jhb
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
2013-10-24 20:29:29 +00:00
..
eisa_pci.c
fixup_pci.c
hostb_pci.c
ignore_pci.c
isa_pci.c
pci_if.m
pci_pci.c
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
pci.c Make pci_get_dma_tag() non-static. Since the function is only 2013-10-24 20:29:29 +00:00
pcib_if.m
pcib_private.h
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 Move the PCI_DMA_BOUNDARY definition into the pcivar.h. 2013-10-24 20:21:37 +00:00
vga_pci.c