aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* ddb: annotate some commands with DB_CMD_MEMSAFEMitchell Horne2022-07-181-3/+3
* pci(4): Fix a common typo in source code commentsGordon Bergling2022-07-031-4/+4
* Clean up in the pci host generic driverAndrew Turner2022-06-172-9/+43
* Add fdt to name of a fdt specific functionAndrew Turner2022-05-232-3/+3
* Add OFW_IOMMU id type for pci_get_id() so we can ask parent IOMMURuslan Bukin2022-05-074-0/+36
* pci: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-0610-36/+11
* Remove isab_devclass from ISA bridge drivers.John Baldwin2022-05-061-1/+1
* pci: recognize "non-essential instrumentation" devicesJohn F. Carr2022-04-221-0/+1
* pci_host_generic_acpi: Remove unused variable.John Baldwin2022-04-091-2/+0
* pci fdt host drivers: Remove unused variables.John Baldwin2022-04-092-6/+0
* Mark cfg as __unused to avoid ifdef soupWarner Losh2022-04-051-2/+2
* pci: Add arbitrary locator support to pci.Warner Losh2022-03-011-1/+8
* pci: switch logic a littleWarner Losh2022-03-011-4/+4
* Add UEFI locator for bus_get_device_path, pci acpiWarner Losh2022-03-012-1/+21
* pci: Fix a -Wunused-but-set-variable warningMark Johnston2022-02-281-2/+0
* dev/pci: fix potential panic due to bogus VPD dataStefan Eßer2022-02-202-10/+41
* Create wrapper for Giant taken for newbusWarner Losh2021-12-102-4/+7
* pci: Don't try to read cfg registers of non-existing devicesKornel Duleba2021-11-251-5/+10
* bus: Make BUS_TRANSLATE_RESOURCE behave more like other bus methodsMark Johnston2021-11-152-9/+12
* pci: Implement pci_bar_enabled() for SR-IOV VFsMark Johnston2021-11-093-0/+12
* LinuxKPI: Support lazy BAR allocationJessica Clarke2021-10-172-1/+5
* Prevent repeated deallocation of a resource.Ruslan Bukin2021-10-121-1/+7
* pci_pci: Support growing bus ranges in bus_adjust_resource for NEW_PCIBJessica Clarke2021-10-031-1/+14
* pci_host_generic: implement bus_translate_resource (for LinuxKPI)Greg V2021-09-271-3/+14
* pci_host_generic: update Synopsys device description for ACPIMarcin Wojtas2021-09-161-0/+2
* pci_host_generic: Add Synopsys Designware PCIe controller quirkPawel Anikiel2021-09-154-0/+46
* pcib(4): Switch from callout to timeout_task.Alexander Motin2021-09-032-41/+45
* pci_host_generic_fdt: set domain numberBartlomiej Grzesik2021-08-311-0/+8
* pcib(4): Write window registers after resource adjustmentAlexander Motin2021-08-271-1/+11
* pci: Add an ioctl to perform I/O to BARsMark Johnston2021-08-141-0/+100
* pci_dw: Drop unconditional explicit DEBUG defineJessica Clarke2021-08-071-1/+0
* pci_pci: Support growing windows in bus_adjust_resource for NEW_PCIBJessica Clarke2021-08-071-15/+62
* /dev/pci: clarify meaning of writeable file descriptorKonstantin Belousov2021-07-271-1/+6
* pci_dw: Detect number of outbound regions automaticallyJessica Clarke2021-07-212-10/+78
* pci_dw: Support modern "unroll" iATU modeJessica Clarke2021-07-212-3/+114
* pci_dw: Support multiple memory windowsJessica Clarke2021-07-212-49/+63
* newbus: Move from bus_child_{pnpinfo,location}_src to bus_child_{pnpinfo,loca...Warner Losh2021-06-232-12/+11
* pci_host_generic_fdt.c: Add support for mapping dts nodes to PCI devicesMarcin Wojtas2021-06-082-0/+82
* Remove ThunderX PCIe FDT quirks from pci_host_generic_fdt.cMarcin Wojtas2021-06-081-176/+2
* Rename ofwpci.c to ofw_pcib.cMarcin Wojtas2021-05-201-2/+2
* PCI hot-plug: use dedicated taskqueue for device attach / detachAndriy Gapon2021-05-061-2/+4
* pci_dw: Trim ATU windows bigger than 4GBWojciech Macek2021-04-091-0/+12
* pci_user: fix build for 32-bit platformsMarcin Wojtas2021-04-061-4/+3
* pci_user: call bus_translate_resource before BAR mmapMarcin Wojtas2021-04-061-0/+5
* pci_dw: fix outbound I/O window configurationMarcin Wojtas2021-04-061-1/+1
* Set PCIe device's Max_Payload_Size to match PCIe root's.Alexander Motin2021-04-051-0/+40
* pci: enhance printf for leaked MSI[-X] vectorsBjoern A. Zeeb2021-03-261-1/+6
* Implement pci_get_relaxed_ordering_enabled() helper function.Hans Petter Selasky2021-03-172-0/+16
* pci_dw_mv: Don't enable unhandled interrupts.Michal Meloun2021-03-011-2/+2
* Use pmap_qenter in the N1SDP PCIe driverAndrew Turner2021-02-251-11/+28