summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-21Add support for the additional SDHC controller found on the Raspberry Pi.Mark Kettenis
2020-04-21Set DMA constraint based on the openbsd,dma-constraint property ifMark Kettenis
2020-04-21Add an openbsd,dma-constraint property to the /chosen node and set itMark Kettenis
2020-04-21Commands that create objects return a 24 bit object ID, so mask off theJonathan Matthew
2020-04-20regenMark Kettenis
2020-04-20Add Broadcom BCM2711.Mark Kettenis
2020-04-20regenPatrick Wildt
2020-04-20Add another SanDisk/WD Black NVMe device.Patrick Wildt
2020-04-20Don't return stack garbage even if it is going to beKenneth R Westerback
2020-04-20Fix pasto. We only need a single register set. Makes this workMark Kettenis
2020-04-20Increase the completion queue size to prevent overflow. Under reasonablyJonathan Matthew
2020-04-20Check if we've reached the end of the current mailbox before writing pastJonathan Matthew
2020-04-20Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from earlyJonathan Matthew
2020-04-20Add athn(4) definitions for the block-ack/block-ack-request control register.Stefan Sperling
2020-04-19fix insufficient input sanitization in pf_rulecopyin() and pf_pool_copyin()Alexandr Nedvedicky
2020-04-19Add comments to clarify the hex IDs of some bwfm(4) devices on SD bus.Stefan Sperling
2020-04-19(1 << 39) is not well defined on a 32-bit int. Use same casts forKenneth R Westerback
2020-04-19Add compatible string for the Raspberry Pi 4.Mark Kettenis
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatMark Kettenis
2020-04-19Add quitks for the SDHC controller found on the Raspberry Pi. This willMark Kettenis
2020-04-19Add support for hardware where an SDHC controller lives on a bus thatMark Kettenis
2020-04-19Enable bcmclock(4) and bcmmbox(4).tobhe
2020-04-19Add bcmirng(4), a driver for the RNG200 random number generator found onMark Kettenis
2020-04-19Move logic to change brightness level in reasonable steps from acpivout(4)Mark Kettenis
2020-04-19Add bcmclock, a driver for the BCM283X CPRMAN clock controller.tobhe
2020-04-19Add bcmmbox, a driver for the VideoCore messagebox interface on BCM283X.tobhe
2020-04-19Initialize vmx_get_guest_faulttype() 'prot' to 0 instead of usingKenneth R Westerback
2020-04-19Add bcmpcie(4), a driver for the PCIe controller found on the Raspberry Pi 4.Mark Kettenis
2020-04-18Disable MSI for AMD Hudson2 HDA to fix random lock ups.Alexandre Ratchov
2020-04-18Remove support for unused /dev/mixer device nodes.Alexandre Ratchov
2020-04-18Remove useless return statement.Mark Kettenis
2020-04-18Add glue to let bse(4) attach using the FDT.Mark Kettenis
2020-04-18drm/dp_mst: Fix clearing payload state on topology disableJonathan Gray
2020-04-18Revert "drm/dp_mst: Remove VCPI while disabling topology mgr"Jonathan Gray
2020-04-18Sync existing stacktrace_save() implementationsVisa Hankala
2020-04-18Use MHLEN for the space size of mbuf header. This fixes the panicYASUOKA Masahiko
2020-04-17Fix an incorrect test for root in drm linux compatiblity code.Sebastian Benoit
2020-04-17Prevent MiRA from jumping from very high to very low rates whileStefan Sperling
2020-04-15Fix panic message.Mark Kettenis
2020-04-15Remove unused protoype.Mark Kettenis
2020-04-15Add support for the Armada 3720 CPU clock.Mark Kettenis
2020-04-15Do not delete an existing RTF_CACHED entry with the same destinationMartin Pieuchot
2020-04-15drm_dp_mst_topology: fix broken drm_dp_sideband_parse_remote_dpcd_read()Jonathan Gray
2020-04-15drm/amdgpu: fix typo for vcn1 idle checkJonathan Gray
2020-04-15drm/amd/display: Add link_rate quirk for Apple 15" MBP 2017Jonathan Gray
2020-04-15Add bse(4) device to unbreak build.Patrick Wildt
2020-04-15Commented WITNESS entry.Martin Pieuchot
2020-04-15Switch powerpc to MI mplock implementation.Martin Pieuchot
2020-04-15gpiodcf(4): unbreak compilationcheloha
2020-04-15idgen32(9): use time_uptime(9) for rekey timestamps, not time_second(9)cheloha