summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-08-11Add sxisyscon(4) a driver for the system controller found on variousMark Kettenis
2019-08-11The "phy-names" property has been dropped from the Linux device trees soMark Kettenis
2019-08-11Fix an issue where output gets stuck when a machine is under load. AlsoMark Kettenis
2019-08-10udcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9); ok kettenis@cheloha
2019-08-10gpiodcf(4): tvtohz(9)+timeout_add(9) -> timeout_add_msec(9)cheloha
2019-08-10Make sure fdt_get_reg() looks beyond its parent to establish the correctMark Kettenis
2019-08-09don't #define DEBUG, breaks building kernel with option DEBUGJonathan Gray
2019-08-09match radeon/atom.c rev 1.4 and #undef DEBUG before DEBUG macroJonathan Gray
2019-08-08Support WPA2 CCMP encryption/decryption in hardware with iwm(4).Stefan Sperling
2019-08-08softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@cheloha
2019-08-08wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@cheloha
2019-08-07Handle VF resets. When the PF changes VF settings, the VF will be reset,Jonathan Matthew
2019-08-07Process admin queue responses in the interrupt handler, rather thanJonathan Matthew
2019-08-07recognize the Realtek ALC285Joshua Stein
2019-08-07Add support for integrated USB cameras with two functions, asPatrick Wildt
2019-08-07Add support for the KSMedia 8-bit IR format, a greyscale format,Patrick Wildt
2019-08-06The vio(4) interface did not recover from mbuf shortage. The logicAlexander Bluhm
2019-08-06remove some debug cruft i should have removed before the last commit.David Gwynne
2019-08-06have a go at using msi interrupts.David Gwynne
2019-08-06i replaced a misplaced tab with g, not a space. make this work again.David Gwynne
2019-08-06if the rx ring gets empty and can't be filled, retry in the futureDavid Gwynne
2019-08-06use ifiq_input so we can call if_rxr_livelocked to apply backpressureDavid Gwynne
2019-08-06Resolve some minor nits in diskmapioctl():anton
2019-08-06Read the fifo depths from the appropriate configuration register andMark Kettenis
2019-08-05Favor vn_close() in the error path of diskmapioctl() since side-effectsanton
2019-08-05Allow concurrent reads of the f_offset field of struct file byanton
2019-08-05sis(4) calls mii_phy_reset(); add explicit dependency on mii_phy in configStefan Sperling
2019-08-04Add support for X-Gene/eMAG variant.Mark Kettenis
2019-08-04Implement smbios support on arm64.Mark Kettenis
2019-08-02regenMark Kettenis
2019-08-02Add Ampere vendor and eMAG PCIe devices.Mark Kettenis
2019-07-31ihidev: continue doing polling when interrupt setup failsJoshua Stein
2019-07-31dwiic_acpi: handle GPIO interrupts when we have no appropriate driverJoshua Stein
2019-07-31dwiic: stop enabling polling by defaultJoshua Stein
2019-07-31aml_find_node: perform callback on matched direct-child nodes beforeJoshua Stein
2019-07-31The ACPI 3 spec says the ToHexString and ToDec(imal)StringJoshua Stein
2019-07-31drm/amd/display: fix compilation errorJonathan Gray
2019-07-31drm/amd/display: Always allocate initial connector state stateJonathan Gray
2019-07-31drm/amdkfd: Fix sdma queue map issueJonathan Gray
2019-07-31drm/amdkfd: Fix a potential memory leakJonathan Gray
2019-07-31drm/amd/display: Disable ABM before destroy ABM structJonathan Gray
2019-07-31drm/amdgpu/sriov: Need to initialize the HDP_NONSURFACE_BAStEJonathan Gray
2019-07-31drm/amd/display: Fill prescale_params->scale for RGB565Jonathan Gray
2019-07-31Actually set promisc modes based on the interface stateJonathan Matthew
2019-07-30Update media type and status on link change events. Since we don't haveJonathan Matthew
2019-07-30push rxed packets to the stack once per interrupt (per port)David Gwynne
2019-07-30enable DRIVER and KMS debug messages when DRMDEBUG is definedJonathan Gray
2019-07-29Shut down queues properly when bringing the interface downJonathan Matthew
2019-07-29drm/i915: Fix I915_EXEC_RING_MASKJonathan Gray
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling