summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-05-15Fix free(9) sizes in softraid(4)jan
2019-05-15remove some use of uninitialized values pointed out by jsg@Jonathan Matthew
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tJonathan Matthew
2019-05-14Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitStefan Sperling
2019-05-14Add free(9) sizes to ahc(4)jan
2019-05-14armv7 and arm64 also have ci_idepthJonathan Gray
2019-05-13print a newline for attach. from f holopTed Unangst
2019-05-13enable in_irq() based checkJonathan Gray
2019-05-13add in_irq() in_interrupt() in_task()Jonathan Gray
2019-05-13free(9) sizes.Martin Pieuchot
2019-05-13add idr_is_empty()Jonathan Gray
2019-05-13vmm: add host side pvclockpd
2019-05-12remove unused STUB definitionJonathan Gray
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-12Make sure the extended PM register descriptions actually exist beforeMark Kettenis
2019-05-12Add support for mapping ACPI PM registers using the "extended" gasioMark Kettenis
2019-05-11Kill an unused done: label and the associated superfluous "return;"Kenneth R Westerback
2019-05-11implement dma_fence_arrayJonathan Gray
2019-05-11Fix incorrect error message.Lawrence Teo
2019-05-11Implement interrupt controller functionality in the RockchipPatrick Wildt
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.Patrick Wildt
2019-05-11move irq_work bits into irq_work headerJonathan Gray
2019-05-11RegenAaron Bieber
2019-05-11Add the colemak keyboard layout.Aaron Bieber
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.Mark Kettenis
2019-05-10Add a fallback to ehci(4)'s phy init code so that when therePatrick Wildt
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.Brent Cook
2019-05-10regenJonathan Gray
2019-05-10add Intel Atom C3000 idsJonathan Gray
2019-05-10Add more flags to the debug bitmaskPhilip Guenther
2019-05-09set up IFP using the gen3 path on pineviewJonathan Gray
2019-05-09Measure poll interval with monotonic clock. ok jcs@cheloha
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