aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
...
* pci_host_generic:Add pcib_request_feature on ACPIAndrew Turner2024-12-122-0/+28
* pci_host_generic: Support ACPI_IVAR_HANDLEAndrew Turner2024-12-121-13/+6
* pci: Make generic_pcie_read_ivar non staticAndrew Turner2024-12-122-3/+2
* pci: Use a switch statement when reading ivarsAndrew Turner2024-12-121-5/+3
* Replace calls to bus_generic_attach with bus_attach_childrenJohn Baldwin2024-12-0610-11/+18
* Replace calls to bus_generic_probe with bus_identify_childrenJohn Baldwin2024-12-063-3/+3
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-191-16/+2
* pci_user.c: Cosmetic fixesJohn Baldwin2024-11-131-14/+14
* ignore_pci: Add a proper stub attach routineJohn Baldwin2024-10-311-1/+8
* fixup_pci: Remove unused attach DEVMETHODJohn Baldwin2024-10-311-1/+0
* sys: Use the new arm_smccc_invoke macrosAndrew Turner2024-10-151-8/+6
* pci_iov: Add a device_printf if out of bus numbersVal Packett2024-09-251-0/+1
* pci: Renove #ifdef PCI_IOV from declarations now used unconditionallyJessica Clarke2024-08-081-4/+0
* pci: Narrow the scope of recently-added PCI_IOV #ifdefsJohn Baldwin2024-08-081-8/+6
* pci_user: Rename _old to _freebsd6Warner Losh2024-07-261-91/+91
* newbus: globally replace device_add_child(..., -1) with DEVICE_UNIT_ANYWarner Losh2024-07-258-9/+9
* Retire unused non-PCI_RES_BUS codeJessica Clarke2024-07-186-112/+1
* Retire non-NEW_PCIB code and remove config optionJessica Clarke2024-07-185-411/+23
* pci: propagate vpd read errorRyan Libby2024-07-071-3/+3
* iovctl: allow vlan restrictions to be passed to the driverKristof Provost2024-06-171-0/+61
* pci: Only add special VF handling for direct children in bus methodsJohn Baldwin2024-06-051-20/+35
* pci(4): unbreak the buildEnji Cooper2024-06-051-1/+1
* pci: Consistently use pci_vf_* for suballocated VF memory resourcesJohn Baldwin2024-06-043-4/+284
* acpi/pci/vmd: Fix a nit with nested resource mapping requestsJohn Baldwin2024-06-042-15/+17
* pci: Use kobj typedefs for new-bus method prototypesJohn Baldwin2024-06-012-103/+75
* pci: Fix pci_host_generic_acpi with gccAndrew Turner2024-05-221-3/+2
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-101-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-101-0/+5
* pci_host_generic: Tolerate range resource allocation failuresJohn Baldwin2024-04-091-39/+16
* new-bus: Remove the 'rid' and 'type' arguments from BUS_RELEASE_RESOURCEJohn Baldwin2024-03-1311-66/+49
* new-bus: Remove the 'rid' and 'type' arguments from BUS_*ACTIVATE_RESOURCEJohn Baldwin2024-03-136-42/+37
* new-bus: Remove the 'type' argument from BUS_MAP/UNMAP_RESOURCEJohn Baldwin2024-03-132-19/+18
* new-bus: Remove the 'type' argument from BUS_ADJUST_RESOURCEJohn Baldwin2024-03-134-15/+15
* pcib: Use rman_get_type in internal functionsJohn Baldwin2024-03-131-12/+12
* sys: Set the type of allocated bus resourcesJohn Baldwin2024-03-133-0/+4
* pci_host_generic: Simplify generic_pcie_translate_resourceJohn Baldwin2024-03-051-18/+4
* pci_host_generic: Pass a valid end address in generic_pcie_translate_resourceJohn Baldwin2024-03-051-1/+1
* pci_host_generic: Enumerate resource ranges under bootverboseJohn Baldwin2024-03-012-11/+8
* pci_host_generic: Fix build without PCI_RES_BUSJohn Baldwin2024-02-161-0/+4
* pci_host_generic: Properly handle bus_release_resource of IRQ resourcesJohn Baldwin2024-02-161-4/+12
* pci_host_generic: Set a valid error if allocating a range resource failsJohn Baldwin2024-02-161-0/+1
* pci_pci: Remove obsolete commentJohn Baldwin2024-02-151-5/+0
* pci_host_generic: Don't rewrite resource start address for translationJohn Baldwin2024-02-142-132/+235
* pci_host_generic: Include the bridge's device name in rman descriptionsJohn Baldwin2024-02-141-3/+16
* pci_host_generic: Remove unused res1 field from softcJohn Baldwin2024-02-141-1/+0
* pci_host_generic_fdt: Remove duplicate DEVMETHOD entriesJohn Baldwin2024-02-141-2/+0
* pcib: Refine handling of resources allocated from bridge windowsJohn Baldwin2024-02-091-4/+126
* pcib: Allocate PCI_RES_BUS resources with RF_ACTIVEJohn Baldwin2024-02-091-2/+2
* pcib: Make various bus methods private to pci_pci.cJohn Baldwin2024-02-092-15/+13
* pci_host_generic: Use pci_domain_[de]activate_bus for PCI_RES_BUS resourcesJohn Baldwin2024-01-231-0/+19