summaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* pcireg.h: Add values for ACS PCIe Extended capability.Navdeep Parhar2023-02-021-0/+25
* pci: Disable Electromechanical Interlock.Alexander Motin2022-10-181-1/+7
* pci_host_generic: stop address translation in bus_alloc_resourceKyle Evans2022-10-171-11/+0
* Mark cfg as __unused to avoid ifdef soupWarner Losh2022-10-021-2/+2
* pci(4): Fix a typo in asource code commentGordon Bergling2022-09-061-1/+1
* pci: Add helper routines to iterate over a device's BARs.John Baldwin2022-08-252-0/+17
* Clean up in the pci host generic driverAndrew Turner2022-07-192-9/+43
* pci(4): Fix a common typo in source code commentsGordon Bergling2022-07-081-4/+4
* Create wrapper for Giant taken for newbusWarner Losh2022-06-212-4/+7
* pci: Fix a -Wunused-but-set-variable warningMark Johnston2022-03-071-2/+0
* pci_host_generic: update Synopsys device description for ACPIMarcin Wojtas2022-03-071-0/+2
* pci_host_generic: Add Synopsys Designware PCIe controller quirkPawel Anikiel2022-03-074-0/+46
* dev/pci: fix potential panic due to bogus VPD dataStefan Eßer2022-03-042-10/+41
* pci_dw_mv: Don't enable unhandled interrupts.Michal Meloun2022-01-201-2/+2
* pci: Don't try to read cfg registers of non-existing devicesKornel Duleba2021-12-151-5/+10
* pci: Implement pci_bar_enabled() for SR-IOV VFsMark Johnston2021-11-153-0/+12
* LinuxKPI: Support lazy BAR allocationJessica Clarke2021-10-242-1/+5
* pci_pci: Support growing bus ranges in bus_adjust_resource for NEW_PCIBJessica Clarke2021-10-101-1/+14
* pcib(4): Switch from callout to timeout_task.Alexander Motin2021-10-042-41/+45
* pci_dw: Drop unconditional explicit DEBUG defineJessica Clarke2021-09-071-1/+0
* pci_dw: Detect number of outbound regions automaticallyJessica Clarke2021-09-072-10/+78
* pci_dw: Support modern "unroll" iATU modeJessica Clarke2021-09-072-3/+114
* pci_dw: Support multiple memory windowsJessica Clarke2021-09-072-49/+63
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-09-071-0/+12
* pci_dw: fix outbound I/O window configurationMarcin Wojtas2021-09-071-1/+1
* pcib(4): Write window registers after resource adjustmentAlexander Motin2021-09-011-1/+11
* pci_pci: Support growing windows in bus_adjust_resource for NEW_PCIBJessica Clarke2021-09-011-15/+62
* pci: Add an ioctl to perform I/O to BARsMark Johnston2021-08-291-0/+100
* /dev/pci: clarify meaning of writeable file descriptorKonstantin Belousov2021-08-031-1/+6
* pci: enhance printf for leaked MSI[-X] vectorsBjoern A. Zeeb2021-07-181-1/+6
* PCI hot-plug: use dedicated taskqueue for device attach / detachAndriy Gapon2021-05-211-2/+4
* Set PCIe device's Max_Payload_Size to match PCIe root's.Alexander Motin2021-05-051-0/+40
* MFC 1acf24a044aa:Hans Petter Selasky2021-03-242-0/+16
* pci: Add pci_find_class_fromEmmanuel Vadot2021-01-122-0/+23
* pci_iov: When pci_iov_detach(9) is called, destroy VF childrenKonstantin Belousov2020-12-181-15/+38
* DesignWare PCIe driver: Don't call bus_generic_attach() twice.Michal Meloun2020-12-051-1/+1
* Only set the PCI bus end when we are reducing itAndrew Turner2020-11-291-4/+5
* Rename kernel option ACPI_DMAR to IOMMU.Ruslan Bukin2020-09-291-1/+2
* o Rename acpi_iommu_get_dma_tag() -> iommu_get_dma_tag().Ruslan Bukin2020-09-291-2/+5
* pci: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0114-45/+6
* Enable hw.pci.enable_aspm tunable by default.Alexander Motin2020-08-071-1/+1
* Add initial driver for ACPI Platform Error Interfaces.Alexander Motin2020-07-272-0/+62
* Add a driver for bcm2838 PCI express controllerAndrew Turner2020-07-062-1/+18
* Add mostly dummy hw.pci.enable_aspm tunable.Alexander Motin2020-06-262-0/+5
* Translaate the PCI address when activating a resourceAndrew Turner2020-06-221-28/+54
* Use the correct address when creating pci resourcesAndrew Turner2020-06-191-3/+3
* Adapt ARMADA8k PCIe driver to newly imported 5.7 DT.Michal Meloun2020-06-191-25/+20
* Revert r362389, it was committed with <patch>.diff instead of <patch>.txt asMichal Meloun2020-06-191-20/+25
* diff --git a/sys/dev/pci/pci_dw_mv.c b/sys/dev/pci/pci_dw_mv.cMichal Meloun2020-06-191-25/+20
* Improve DesignWare PCIe driver:Michal Meloun2020-06-191-11/+3