summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2025-12-09pci_reserve_map: Pass rid by valueJohn Baldwin
2025-12-09resource_list_reserve: Pass rid by valueJohn Baldwin
2025-12-09bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHODJohn Baldwin
2025-12-05xhci: Correct name of HCCPARAMS RegisterTom Jones
2025-10-17pci/n1sdp: Disable HotPlugAndrew Turner
2025-10-04pci: add quirk to disable Function-Level Reset (FLR)Bjoern A. Zeeb
2025-09-03pci_user: Add compatibility paddingJake Freeland
2025-09-03pci_user: Report NUMA domainJake Freeland
2025-08-09pci: Fix dependency on ACPICA for non-ACPI buildsAymeric Wibo
2025-08-08acpi_powerres: D3cold supportAymeric Wibo
2025-07-29pci_iov: Support dynamic subordinate bus growth during VF creationChandrakanth Patil
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-06-17pci: Save MSIX ctrl value before pci_mask_msix callKrzysztof Galazka
2025-06-11machine/stdarg.h -> sys/stdarg.hBrooks Davis
2025-05-02sys: Reduce where we include sys/devmap.hAndrew Turner
2025-04-23pci: Add hw.pci.intx_reroute sysctl/tunableColin Percival
2025-04-21pcib: Clear any pending slot status events during attachJohn Baldwin
2025-04-21pcib: Ignore power fault detected if a power controller is not presentJohn Baldwin
2025-04-08sys: Make the iommu xref uintptr_tAndrew Turner
2025-04-02pci: Make PCIe Eject timeout configurableColin Percival
2025-03-31Revert "pci: Only re-route IRQs based on firmware on x86"Colin Percival
2025-03-29pci: Only re-route IRQs based on firmware on x86Colin Percival
2025-03-27pci: Use a single variable for the offset of the power management registersJohn Baldwin
2025-03-27pci: Add helper routines to manage PME in device driversJohn Baldwin
2025-03-27pci: Clear active PME# and disable PME# generationJohn Baldwin
2025-03-10pcib: Use taskqueue_bus for hot-plug events instead of a private taskqueueJohn Baldwin
2025-02-11pci: Don't cache the count of MSI/MSI-X messages before allocationJohn Baldwin
2025-02-11pci: Cosmetic cleanups to MSI/MSI-X routinesJohn Baldwin
2025-02-02pci: Change device to functionWarner Losh
2025-01-31pci: Add `pci_find_base_class_from()`Jean-Sébastien Pédron
2025-01-23pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne
2025-01-21pci_host_generic: Use SYS_RES_MEMORY for the parent of I/O resource rangesJohn Baldwin
2025-01-07pci_find_cap_method(): limit number of iterations for finding a capabilityKonstantin Belousov
2025-01-03pci: Only claim to support PCI ASPM on x86Andrew Turner
2025-01-02Remove now-redundant calls to device_delete_childrenJohn Baldwin
2025-01-02Use the new bus_generic_detach directly in place of home-grown versionsJohn Baldwin
2025-01-02Use bus_detach_children instead of bus_generic_detachJohn Baldwin
2024-12-28pci: avoid accidental clobbering of regs on some fdt platformsKyle Evans
2024-12-12pci_host_generic:Add pcib_request_feature on ACPIAndrew Turner
2024-12-12pci_host_generic: Support ACPI_IVAR_HANDLEAndrew Turner
2024-12-12pci: Make generic_pcie_read_ivar non staticAndrew Turner
2024-12-12pci: Use a switch statement when reading ivarsAndrew Turner
2024-12-06Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin
2024-12-06Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin
2024-11-19vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin
2024-11-13pci_user.c: Cosmetic fixesJohn Baldwin
2024-10-31ignore_pci: Add a proper stub attach routineJohn Baldwin
2024-10-31fixup_pci: Remove unused attach DEVMETHODJohn Baldwin
2024-10-15sys: Use the new arm_smccc_invoke macrosAndrew Turner
2024-09-25pci_iov: Add a device_printf if out of bus numbersVal Packett