summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-04-23Since ppb(4) properly allocates bus ranges for attached devices,Patrick Wildt
2019-04-23syncTheo de Raadt
2019-04-23shorten some stringsTheo de Raadt
2019-04-23Add support for ccp(4) at acpi(4).Mark Kettenis
2019-04-23Add support for "pinconf-single" devices and add support for bias andMark Kettenis
2019-04-23Remove file name and line number output from witness(4)Visa Hankala
2019-04-23enable discard_backing_storage() testJonathan Gray
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hJonathan Gray
2019-04-23regenJonathan Gray
2019-04-23Add more amdgpu device ids.Jonathan Gray
2019-04-23- Update the comment describing why pci retry timeout needs to be disabledKevin Lo
2019-04-22Add support for official Linux device tree bindings and implement supportMark Kettenis
2019-04-22Configure pins.Mark Kettenis
2019-04-21Timeline lock is used from interrupt context so use IPL_TTY to preventMark Kettenis
2019-04-21Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crashesMark Kettenis
2019-04-20armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks),Theo de Raadt
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorJonathan Gray
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromJonathan Gray
2019-04-17Remove unused parameter from virtio_init_vq()Stefan Fritsch
2019-04-17Initialize virtqueue before passing it to deviceStefan Fritsch
2019-04-16When we encounter ppb(4)s that are not configured we allocate a rangePatrick Wildt
2019-04-16i2c reads are more reliable a byte at a time.David Gwynne
2019-04-16make sff page reads work on little endian archs too. like amd64.David Gwynne
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byVisa Hankala
2019-04-15implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.David Gwynne
2019-04-15the myx_cmd struct has to be 4 byte aligned for use with bus_spaceDavid Gwynne
2019-04-15enum thing needs commas between items.David Gwynne
2019-04-15there's some new errors that commands can complete with tooDavid Gwynne
2019-04-15there's a bunch of new commands in newer firmwaresDavid Gwynne
2019-04-15trim some debug code that printed out the name of a commandDavid Gwynne
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 toJonathan Gray
2019-04-13MSFT0101 must require some special handling, since this breaksTheo de Raadt
2019-04-13Add missing compatibles for newer Linux kernel bindings.Mark Kettenis
2019-04-10Hide debug printfs.Alexandre Ratchov
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10syncPeter Hessler
2019-04-10Add support for X722 to ixl(4)Peter Hessler
2019-04-10implement support for SIOCGIFSFFPAGEDavid Gwynne
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infoDavid Gwynne
2019-04-10Handle missed service errors, specific to isochronous transfers.Alexandre Ratchov
2019-04-10Fix URE_WDT6_SET_MODE register definition.Kevin Lo
2019-04-08change psize to a signed int to cope with it going negative sinceJoshua Stein
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.Stefan Sperling
2019-04-05Try to start playback after play buffer pointers are advanced.Alexandre Ratchov
2019-04-04Make tpm(4) attach to MSFT0101 chips.Edd Barrett
2019-04-04Simplify underruns handling: just copy silence produced by upper layer.Alexandre Ratchov
2019-04-04Avoid potential null-pointer dereference. Found by Kent R. Spillner.Mark Kettenis
2019-04-04The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.Mark Kettenis
2019-04-03Correct access to doorbell. In radeondrm this is only present and usedJonathan Gray
2019-04-03Always copy data (if any) whenever a new bounce buffer is available.Alexandre Ratchov