summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2023-01-09Modify for following MMIO support. No functional change.msaitoh
2023-01-09Simplify and modify for following MMIO support. No functional change.msaitoh
2023-01-09Modify comment. Whitespace. No functional change.msaitoh
2023-01-05Add quirk setting for some Intel eMMC devices.msaitoh
2023-01-04Fix typo. No functional change.msaitoh
2023-01-04Regen.msaitoh
2023-01-04Fix typo. s/SSC/SCC/.msaitoh
2023-01-03Subtly adjust criteria for notification of Virtio devices injakllsch
2022-12-30Fix dmamap_syncs more; the number of ring elements is vq->vq_num, notjakllsch
2022-12-30Regen.msaitoh
2022-12-30Add Elkhart Lake Shared SRAM.msaitoh
2022-12-28Regen.msaitoh
2022-12-28Update Intel Elkhart Lake devices.msaitoh
2022-12-24s/reqest/request/, s/requst/request/ and s/reuqest/request/ in comments.andvar
2022-12-21Update the Rx descriptor based on the vendor driver for Linux.nonaka
2022-12-18Add amdsmn(4) and amdccp(4) power management stubs.reinoud
2022-12-08Workaround for some hypervisor environments.knakahara
2022-11-22Regen.msaitoh
2022-11-22Add some Xeon Scalable devices from OpenBSD.msaitoh
2022-11-02fix various typos in comments and messages.andvar
2022-10-31Use PRIx64 in a debug print macro to print a uint64_t.simonb
2022-10-28xhci(4): Mark PCI interrupt handler MP-safe.riastradh
2022-10-28ehci(4): Mark PCI interrupt handler MP-safe.riastradh
2022-10-28Make three "Unsupported SFP+ module..." messages the same.msaitoh
2022-10-27wwanc(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26cz(4): Convert to ttylock/ttyunlock.riastradh
2022-10-26Regen.msaitoh
2022-10-26Add AMD F17/Axh devices.msaitoh
2022-10-26Add AMD F17/1x and F17/9x CCP(PSP) support to amdccp(4).msaitoh
2022-10-26Regen.msaitoh
2022-10-26Add some AMD 17h/9xh devices from OpenBSD.msaitoh
2022-10-26Add comment to ICH/PCH's lock stuff in wm_reset().msaitoh
2022-10-21aq(4): Remove incorrect ASSERT_SLEEPABLE introduced in 1.33.riastradh
2022-10-19Fix typo. No functional change. OK'd by knakahara.msaitoh
2022-10-18KNFskrll
2022-10-17aq(4): Annotate boolean parameters with names for legibility.riastradh
2022-10-17aq(4): Unconditionally halt callout in aq_stop.riastradh
2022-10-17Fix previous by using roundup (and not howmany).skrll
2022-10-17add pcie capability and read request size linux compat, some pci root supportmrg
2022-10-16Use a consistent pointer variable. No functional change.tsutsui
2022-10-15pci_resource(9): Fix whitespace.riastradh
2022-10-15pci_resource(9): vmem_create and vmem_add never fail with VM_SLEEP.riastradh
2022-10-15virtio(4): Use __BIT, not inline shift.riastradh
2022-10-15virtio(4): Use howmany from sys/param.h instead of open-coding it.riastradh
2022-10-15virtio(4): Sprinkle KNF.riastradh
2022-10-15Fix style and typo in comments. No binary changes.rin
2022-10-14Add a PCI resource manager and use it on Arm ACPI platforms.jmcneill
2022-10-14Disable ADMA2 on Ricoh SDHCI controllers.jmcneill
2022-10-12set AHCI_QUIRK_EXTRA_DELAY for ASMedia ASM1061 - now it reliably attaches oldmacallan
2022-10-11fix typos in log messages s/bus_dmamem_create/bus_dmamap_create/ andandvar