summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-06-11Add RK3399 audio clocks.Patrick Wildt
2020-06-11Add escodec(4), a driver for the Everest ES8316 audio codec,Patrick Wildt
2020-06-11Add rkiis(4), a driver for the I2S controller found on the RockchipPatrick Wildt
2020-06-10Add simpleamp(4), a driver for "simple audio amplifier". ThisPatrick Wildt
2020-06-10Add simpleaudio(4), a driver for "simple audio cards". This isPatrick Wildt
2020-06-10Add a "framework" for digital audio interfaces.Patrick Wildt
2020-06-10In case the device tree does not provide a list of brightness levels,Patrick Wildt
2020-06-10Give userland a consistent battery and A/C state after resumeJeremie Courreges-Anglas
2020-06-10Avoid out-of-bounds access when dumping (faulty) edid info; as seenOtto Moerbeek
2020-06-10Add cwfg(4), a driver for the CellWise CW201x fuel gauge. This allowsPatrick Wildt
2020-06-10Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.Stefan Sperling
2020-06-10Compute the Tx queue ID consistently in iwx(4).Stefan Sperling
2020-06-09regenMark Kettenis
2020-06-09Add IBM POWER9 host bridge.Mark Kettenis
2020-06-09Do not call encap routines with the IFQ mutex held, as they mightGerhard Roth
2020-06-09Various changes related but independant from multiqueue logic:Martin Pieuchot
2020-06-09Implement the rx side of checksum and vlan offloads too.Jonathan Matthew
2020-06-09reduce the diff to linuxJonathan Gray
2020-06-09match on Intel 200 Series HD Audio pci idJonathan Gray
2020-06-09Make use of vlan and checksum offloads. This involves using the longJonathan Matthew
2020-06-08Provide clear errors when trying to install oversized boot loaderkn
2020-06-08update drm to linux 5.7Jonathan Gray
2020-06-07build on mpi's work toward ix multiq support.David Gwynne
2020-06-07regenMark Kettenis
2020-06-07Marvel 88SE9215 and 88SE9235 AHCI.Mark Kettenis
2020-06-07Turn anonymous state enum into preprocessor defines, paves the way foranton
2020-06-07Add include guardkn
2020-06-06additional device; from Bruno FlueckigerTheo de Raadt
2020-06-06Some devices have no phandle since they are not referenced in thePatrick Wildt
2020-06-04HID parser could overflow if a malicious device (potentially USB) providedTheo de Raadt
2020-06-03Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-02disable debugging by default and only print unknown events whenJoshua Stein
2020-06-02add acpihid(4) for ACPI HID event and 5-button array devicesJoshua Stein
2020-06-02Add support for hardware vlan tagging. Tag insertion here is actuallyJonathan Matthew
2020-06-02Add missing ieee80211_release_node() calls in cases where hardwareJonathan Matthew
2020-06-01regenJoshua Stein
2020-06-01add SK hynix, and an NVMe from themJoshua Stein
2020-05-31add umstc(4) for Microsoft Surface Type Cover keyboardsJoshua Stein
2020-05-31regenJoshua Stein
2020-05-31add two Surface Go Type Cover modelsJoshua Stein
2020-05-31DDR mode seems to work fine on the Rockchip RK3399.Mark Kettenis
2020-05-31introduce "cpu_rnd_messybits" for use instead of nanotime in dev/rnd.c.David Gwynne
2020-05-31match on pci id for azalia device with wrong subclassJonathan Gray
2020-05-30Fix UVIDEO_DEBUG buildIngo Feinerer
2020-05-29dev/rndvar.h no longer has statistical interfaces (removed during variousTheo de Raadt
2020-05-293 includes not neededTheo de Raadt
2020-05-28Enable scrollback in simplefb(4).Frederic Cambus
2020-05-28Use MSI-X interrupts where available, and rearrange structures to allowJonathan Matthew
2020-05-27limit clflush before monitor errata workaround to IntelJonathan Gray
2020-05-27set up rx so packets end up at the end of the mbuf cluster.David Gwynne