summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-05-09add free sizesSebastien Marie
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingStefan Sperling
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:Stefan Sperling
2019-05-09add free sizesBrent Cook
2019-05-09When changing device rate, send request to the clock source unit.Alexandre Ratchov
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notAlexandre Ratchov
2019-05-09Skip empty control interfaces when parsing descriptors.Alexandre Ratchov
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.Alexandre Ratchov
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)Mark Kettenis
2019-05-08regenMark Kettenis
2019-05-08add Google vendor IDMark Kettenis
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fatalJonathan Gray
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.Mark Kettenis
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()Jonathan Gray
2019-05-08We're not quite ready yet to actually detach inteldrm(4).Mark Kettenis
2019-05-08add free size, the old number of mixers, when reallocating.Ted Unangst
2019-05-08when freeing ccbs, pass the number so we can free with the size.Ted Unangst
2019-05-08free size. the allocation is the header plus the length.Ted Unangst
2019-05-08match on 200 and 300 series pch ktJonathan Gray
2019-05-08match on 300 series pchJonathan Gray
2019-05-08regenJonathan Gray
2019-05-08add more Intel 300 Series PCH idsJonathan Gray
2019-05-07Use the same completion queue for both the send and receive queues.Jonathan Matthew
2019-05-07Fix delay logic: measure w/ uptime, pack timeval correctly. ok krw@cheloha
2019-05-07always rearm completion queues as leaving them disarmed would lead to rxJonathan Matthew
2019-05-07align the rx buffer to ETHER_ALIGNDavid Gwynne
2019-05-07use MCX_PAGE_SIZE when calculating number of pages for queuesDavid Gwynne
2019-05-06Fix a logic error when configuring the driver to use msi.Kevin Lo
2019-05-05regenMark Kettenis
2019-05-05Harmonize AMD CPU/APU devices.Mark Kettenis
2019-05-04Silence "Uunable to acquire AGP" message since we don't support AGP on allMark Kettenis
2019-05-04fix array bounds check in ixl_search_link_speed()Jonathan Gray
2019-05-04drm/i915/bios: assume eDP is present on port A when there is no VBTJonathan Gray
2019-05-04Improve the interaction between efifb(4), inteldrm(4) and radeondrm(4)Mark Kettenis
2019-05-04drm: Fix drm_release() and device unplugJonathan Gray
2019-05-04Add mcx(4), a driver for Mellanox ConnectX-4 (and later) EthernetJonathan Matthew
2019-05-03Revert "drm/i915/fbdev: Actually configure untiled displays"Jonathan Gray
2019-05-02Avoid running the activate function for a partially attached ehci(4) driver.Mark Kettenis
2019-05-02works on newer AMD Ryzen APUs/CPUs as wellMark Kettenis
2019-05-02regenMark Kettenis
2019-05-02add Cryptographics Co-processor found on newer AMD Ryzen CPUs/APUsMark Kettenis
2019-05-02Allow non-root users to become master when they are the first to open a drmMark Kettenis
2019-05-01Use the proper UAC-v2.0 request to read the device controls.Alexandre Ratchov
2019-05-01Avoid using an expression which resolves to an int in a bool contextJonathan Gray
2019-04-30Make AK5385-related macros of ap192k cards look like julia ones.Alexandre Ratchov
2019-04-30Implement the set_rate() method for ESI Juli@ cards.Alexandre Ratchov
2019-04-30Add a "set_rate" method to the envy codec API.Alexandre Ratchov
2019-04-30Attach mvneta(4) on the Armada 3720 SoC.Patrick Wildt
2019-04-30Fix ESI juil@'s EEPROM contents holding default GPIO state.Alexandre Ratchov