aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pci
Commit message (Expand)AuthorAgeFilesLines
* vga_pci: Use bus_generic_* directly instead of wrappersJohn Baldwin2024-11-301-16/+2
* ignore_pci: Add a proper stub attach routineJohn Baldwin2024-11-301-1/+8
* fixup_pci: Remove unused attach DEVMETHODJohn Baldwin2024-11-301-1/+0
* pci_iov: Add a device_printf if out of bus numbersVal Packett2024-10-021-0/+1
* pci: Fix pci_host_generic_acpi with gccAndrew Turner2024-07-151-3/+2
* iovctl: allow vlan restrictions to be passed to the driverKristof Provost2024-07-011-0/+61
* pcireg.h: Add AMD IOMMU Base Cap definitionsKonstantin Belousov2024-04-171-0/+52
* pcireg.h: add include guardKonstantin Belousov2024-04-171-0/+5
* pcib: Make various bus methods private to pci_pci.cJohn Baldwin2024-04-082-15/+13
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2024-01-182-10/+11
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-234-4/+0
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-2318-36/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-2311-22/+0
* pci: return 0 for pci_remap_intr_method MSI-X non-error caseEd Maste2023-08-211-1/+4
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-07-2512-12/+12
* pcib: Allocate the memory BAR with the MSI-X table.John Baldwin2023-06-282-5/+19
* Add the fixed memory type to the pci ecam driverAndrew Turner2023-05-151-3/+20
* pci: add tunable hw.pci.enable_mps_tuneCorvin Köhne2023-04-051-1/+7
* 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