]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use pci_find_cap() instead of pci_find_extcap() to locate PCI
authorjhb <jhb@FreeBSD.org>
Sat, 3 Mar 2012 18:03:50 +0000 (18:03 +0000)
committerjhb <jhb@FreeBSD.org>
Sat, 3 Mar 2012 18:03:50 +0000 (18:03 +0000)
commit5d1c8921393a5655a4c943e92a3296efc6dc3acd
tree0006720b410f34073a9f5a777549e95204710160
parent3ffccacd98d5b3ddefeed4e23bc98327a06c5001
Use pci_find_cap() instead of pci_find_extcap() to locate PCI
find capabilities as the latter API is deprecated for this purpose.

MFC after: 2 weeks
sys/dev/oce/oce_hw.c
sys/dev/virtio/pci/virtio_pci.c