summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-04-25Add bcmbsc(4), a driver for the Broadcom Serial Control (BSC) controller.Mark Kettenis
2020-04-25Explicitly check that the length of the "brcm,pull" property is greaterMark Kettenis
2020-04-25Enable maxrtc(4) and move dsxrtc(4) to keep things in alphabetical order.Mark Kettenis
2020-04-25Enable dsxrtc(4) and pcfrtc(4).Mark Kettenis
2020-04-25regenKevin Lo
2020-04-25Add RTL8821CE and RTL8822CE PCI ids.Kevin Lo
2020-04-25Add dsxrtc(4), a driver for the Maxim DS3231/DS3232 I2C RTC.Mark Kettenis
2020-04-25Reduce minimum allowed number of chunks in a CONCAT volume from 2 toKenneth R Westerback
2020-04-25Remove redundant bit masking.Mark Kettenis
2020-04-24Remove unused include.Mark Kettenis
2020-04-24Skip "all-channels" controls if there are equivalend per-channel onesAlexandre Ratchov
2020-04-24Suffix per-channel non-numeric controls with channel numberAlexandre Ratchov
2020-04-24Remove unused struct.Mark Kettenis
2020-04-24Whitespace fixup for imxehci(4)Patrick Wildt
2020-04-24Add bcmgpio(4). For now this driver only provides pinctrl functionality.Mark Kettenis
2020-04-24Print per queue stats when dumping hardware counters in IX_DEBUG kernels.Martin Pieuchot
2020-04-24Fix typo which could lead into a double freeRicardo Mestre
2020-04-23Enable imxehci(4).Patrick Wildt
2020-04-23Move imxehci(4) to sys/dev/fdt.Patrick Wildt
2020-04-23 ce examples of "Ar arg Ar arg" with "Ar arg arg" and stop the spread;Jason McIntyre
2020-04-23Enable pcie_aux in addition to the other PCIe clocks on i.MX8M.Patrick Wildt
2020-04-23Since apparently the bikeshedding over i.MX8M PCIe device treePatrick Wildt
2020-04-23Add support for autmatically moving traffic between rdomains on ipsec(4)tobhe
2020-04-23Add support for the i.MX8MM PCIe clocks. These behave exactly likePatrick Wildt
2020-04-23drm/amdkfd: kfree the wrong pointerJonathan Gray
2020-04-23Document uvmexp.nswget without relying on implementation details.Martin Pieuchot
2020-04-23Recent changes in usr/mdec require (substantial) growth of the ramdisk.Theo de Raadt
2020-04-22Add clock gates for OCOTP and TMU on i.MX8MQ and i.MX8MM.Patrick Wildt
2020-04-22Knock out a few more well-known nodes that we don't intend to attach aMark Kettenis
2020-04-22Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controllerMark Kettenis
2020-04-22drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledJonathan Gray
2020-04-22Use FOREACH_QUEUE() where nothing else is required to support multi-queues.Martin Pieuchot
2020-04-22Assert that ND6 timer is never set for RTF_LOCAL routes.Martin Pieuchot
2020-04-22Never update the ND entry (cache) corresponding to a RTF_LOCAL route.Martin Pieuchot
2020-04-22Use I40E_QUEUE_TYPE_EOL instead of hardcoding its value localy.Martin Pieuchot
2020-04-21Revert r1.207. Apparently mpi(4) on sparc64 blows up ifKenneth R Westerback
2020-04-21Enable bcmdmac(4).tobhe
2020-04-21Add bcmdmac, a driver for the DMA controller found on BCM283x SoCs.tobhe
2020-04-21Work around FIFO_UNDERRUN (0x84) Tx errors being reported by iwn(4) firmware.Stefan Sperling
2020-04-21Fix TID value set by iwn(4) in the Tx command when sending block ack requests.Stefan Sperling
2020-04-21Correct cdev_ipmi_init()'s poll stub to return 0 instead of ENODEV.Martin Pieuchot
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