summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-05-15Fix free(9) sizes in softraid(4)jan1-26/+28
2019-05-15remove some use of uninitialized values pointed out by jsg@jmatthew1-3/+3
2019-05-15Rework tx path to allow using up to 13 segments per packet, so we don'tjmatthew1-50/+115
2019-05-14Fix athn(4) 9280 1T2R devices; broken since my noisefloor calib commitstsp1-2/+2
2019-05-14Add free(9) sizes to ahc(4)jan2-18/+18
2019-05-14armv7 and arm64 also have ci_idepthjsg1-2/+3
2019-05-13print a newline for attach. from f holoptedu1-1/+2
2019-05-13enable in_irq() based checkjsg1-2/+0
2019-05-13add in_irq() in_interrupt() in_task()jsg1-0/+14
2019-05-13free(9) sizes.mpi1-3/+3
2019-05-13add idr_is_empty()jsg1-1/+6
2019-05-13vmm: add host side pvclockpd3-23/+26
2019-05-12remove unused STUB definitionjsg1-6/+0
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsstsp1-4/+3
2019-05-12Make sure the extended PM register descriptions actually exist beforekettenis1-9/+9
2019-05-12Add support for mapping ACPI PM registers using the "extended" gasiokettenis1-30/+71
2019-05-11Kill an unused done: label and the associated superfluous "return;"krw1-3/+1
2019-05-11implement dma_fence_arrayjsg2-15/+123
2019-05-11Fix incorrect error message.lteo1-2/+2
2019-05-11Implement interrupt controller functionality in the Rockchippatrick1-1/+236
2019-05-11Add fusbtc(4) to support the Fairchild FUSB302 USB Type-C controller.patrick2-1/+695
2019-05-11move irq_work bits into irq_work headerjsg2-21/+50
2019-05-11Regenabieber1-2/+26
2019-05-11Add the colemak keyboard layout.abieber2-3/+29
2019-05-10Fix idr_get_next() such that idr_for_each_entry() actually works.kettenis1-10/+9
2019-05-10Add a fallback to ehci(4)'s phy init code so that when therepatrick1-1/+6
2019-05-10Explicitly disable BCM4331 chips present in 2011-2012 Apple Mac systems.bcook2-15/+53
2019-05-10regenjsg2-2/+157
2019-05-10add Intel Atom C3000 idsjsg1-1/+32
2019-05-10Add more flags to the debug bitmaskguenther1-2/+3
2019-05-09set up IFP using the gen3 path on pineviewjsg1-4/+3
2019-05-09Measure poll interval with monotonic clock. ok jcs@cheloha1-6/+7
2019-05-09add free sizessemarie1-4/+4
2019-05-09Correctly mask status bits in iwm's ADD_STA command response; remainingstsp1-4/+4
2019-05-09Add two sanity checks to iwm's firmware notification interrupt handler:stsp1-3/+5
2019-05-09add free sizesbcook1-7/+13
2019-05-09When changing device rate, send request to the clock source unit.ratchov1-3/+39
2019-05-09Set the rate of UAC v2.0 clock units using the control interface, notratchov1-2/+2
2019-05-09Skip empty control interfaces when parsing descriptors.ratchov1-8/+5
2019-05-09Implement set_rate() method for M-Audio Audiophile 192k cards.ratchov1-2/+20
2019-05-09Add ucrcom(4) a (very simple) driver for the serial console of (some)kettenis1-1/+6
2019-05-08Add ucrcom(4) a (very simple) driver for the serial console of (some)kettenis1-0/+136
2019-05-08regenkettenis2-4/+9
2019-05-08add Google vendor IDkettenis1-1/+2
2019-05-08Add wait_event_killable(). In linux TASK_KILLABLE only gets fataljsg1-1/+7
2019-05-08Fix overflow tests such that we can allocate arrays with zero items.kettenis2-3/+3
2019-05-08add cmpxchg() with same implementation as atomic_cmpxchg()jsg1-1/+2
2019-05-08We're not quite ready yet to actually detach inteldrm(4).kettenis1-1/+3
2019-05-08add free size, the old number of mixers, when reallocating.tedu1-2/+2
2019-05-08when freeing ccbs, pass the number so we can free with the size.tedu1-7/+10