Date: Tue, 20 Dec 2005 19:57:47 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/acpica acpi_pci.c src/sys/dev/pci pci.c pci_if.m pci_private.h pcireg.h pcivar.h src/sys/sparc64/pci ofw_pcibus.c Message-ID: <200512201957.jBKJvmoM024067@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2005-12-20 19:57:47 UTC FreeBSD src repository Modified files: sys/dev/acpica acpi_pci.c sys/dev/pci pci.c pci_if.m pci_private.h pcireg.h pcivar.h sys/sparc64/pci ofw_pcibus.c Log: Add a new method PCI_FIND_EXTCAP() to the pci bus interface that is used to search for a specific extended capability. If the specified capability is found for the given device, then the function returns success and optionally returns the offset of that capability. If the capability is not found, the function returns an error. Revision Changes Path 1.28 +1 -0 src/sys/dev/acpica/acpi_pci.c 1.305 +54 -2 src/sys/dev/pci/pci.c 1.8 +7 -0 src/sys/dev/pci/pci_if.m 1.15 +2 -0 src/sys/dev/pci/pci_private.h 1.49 +5 -0 src/sys/dev/pci/pcireg.h 1.68 +6 -0 src/sys/dev/pci/pcivar.h 1.9 +1 -0 src/sys/sparc64/pci/ofw_pcibus.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200512201957.jBKJvmoM024067>