svn commit: r314250 - in head/sys: arm/mv arm/nvidia arm/versatile arm/xscale/i8134x arm/xscale/ixp425 dev/acpica dev/hyperv/pcib dev/ofw dev/pci dev/xen/pcifront mips/adm5120 mips/atheros mips/cav...

Warner Losh imp at bsdimp.com
Sat Feb 25 16:10:07 UTC 2017


On Fri, Feb 24, 2017 at 11:11 PM, Warner Losh <imp at freebsd.org> wrote:
> Author: imp
> Date: Sat Feb 25 06:11:59 2017
> New Revision: 314250
> URL: https://svnweb.freebsd.org/changeset/base/314250
>
> Log:
>   Convert PCIe Hot Plug to using pci_request_feature
>
>   Convert PCIe hot plug support over to asking the firmware, if any, for
>   permission to use the HotPlug hardware. Implement pci_request_feature
>   for ACPI. All other host pci connections to allowing all valid feature
>   requests.
>
>   Sponsored by: Netflix

Forgot to add

Differential Review: https://reviews.freebsd.org/D9718

> Modified:
>   head/sys/arm/mv/mv_pci.c
>   head/sys/arm/nvidia/tegra_pcie.c
>   head/sys/arm/versatile/versatile_pci.c
>   head/sys/arm/xscale/i8134x/i81342_pci.c
>   head/sys/arm/xscale/ixp425/ixp425_pci.c
>   head/sys/dev/acpica/acpi_pcib_acpi.c
>   head/sys/dev/hyperv/pcib/vmbus_pcib.c
>   head/sys/dev/ofw/ofwpci.c
>   head/sys/dev/pci/pci_host_generic_fdt.c
>   head/sys/dev/pci/pci_pci.c
>   head/sys/dev/pci/pcib_private.h
>   head/sys/dev/xen/pcifront/pcifront.c
>   head/sys/mips/adm5120/admpci.c
>   head/sys/mips/atheros/ar71xx_pci.c
>   head/sys/mips/atheros/ar724x_pci.c
>   head/sys/mips/atheros/qca955x_pci.c
>   head/sys/mips/cavium/octopci.c
>   head/sys/mips/idt/idtpci.c
>   head/sys/mips/malta/gt_pci.c
>   head/sys/mips/mediatek/mtk_pcie.c
>   head/sys/mips/nlm/xlp_pci.c
>   head/sys/mips/rmi/xlr_pci.c
>   head/sys/mips/rt305x/rt305x_pci.c
>   head/sys/mips/sibyte/sb_zbpci.c
>   head/sys/powerpc/ofw/ofw_pcib_pci.c
>   head/sys/powerpc/powermac/cpcht.c
>   head/sys/sparc64/pci/apb.c
>   head/sys/sparc64/pci/fire.c
>   head/sys/sparc64/pci/ofw_pcib.c
>   head/sys/sparc64/pci/psycho.c
>   head/sys/sparc64/pci/schizo.c
>   head/sys/x86/pci/pci_bus.c
>[truncated]


More information about the svn-src-head mailing list