summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2019-04-24regendlg2-2/+7
2019-04-24add the product id for VMware NVMe interfacedlg1-1/+2
2019-04-23Since ppb(4) properly allocates bus ranges for attached devices,patrick1-99/+2
2019-04-23syncderaadt2-162/+162
2019-04-23shorten some stringsderaadt1-81/+81
2019-04-23Add support for ccp(4) at acpi(4).kettenis2-1/+113
2019-04-23Add support for "pinconf-single" devices and add support for bias andkettenis1-25/+49
2019-04-23Remove file name and line number output from witness(4)visa3-51/+33
2019-04-23enable discard_backing_storage() testjsg1-4/+0
2019-04-23Linux code expects to find struct file in fs.h so include sys/file.hjsg2-2/+2
2019-04-23regenjsg2-12/+352
2019-04-23Add more amdgpu device ids.jsg1-5/+73
2019-04-23- Update the comment describing why pci retry timeout needs to be disabledkevlo1-6/+12
2019-04-22Add support for official Linux device tree bindings and implement supportkettenis1-79/+194
2019-04-22Configure pins.kettenis1-1/+4
2019-04-21Timeline lock is used from interrupt context so use IPL_TTY to preventkettenis1-1/+1
2019-04-21Fix rbtree_postorder_for_each_entry_safe() implementation. Fixes crasheskettenis1-5/+33
2019-04-20armv7 RAMDISK is now compiled with -Oz (just to be like other ramdisks),deraadt1-3/+3
2019-04-20drm/ttm: Fix bo_global and mem_global kfree errorjsg2-10/+0
2019-04-20Adapt radeondrm_detach_kms() to struct drm_device being split fromjsg1-1/+1
2019-04-17Remove unused parameter from virtio_init_vq()sf1-5/+5
2019-04-17Initialize virtqueue before passing it to devicesf1-3/+2
2019-04-16When we encounter ppb(4)s that are not configured we allocate a rangepatrick1-1/+12
2019-04-16i2c reads are more reliable a byte at a time.dlg1-13/+13
2019-04-16make sff page reads work on little endian archs too. like amd64.dlg1-7/+7
2019-04-15Use timeout_del_barrier(9) instead of timeout_del(9) followed byvisa1-5/+3
2019-04-15implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.dlg1-6/+81
2019-04-15the myx_cmd struct has to be 4 byte aligned for use with bus_spacedlg1-2/+2
2019-04-15enum thing needs commas between items.dlg1-2/+2
2019-04-15there's some new errors that commands can complete with toodlg1-1/+5
2019-04-15there's a bunch of new commands in newer firmwaresdlg1-2/+35
2019-04-15trim some debug code that printed out the name of a commanddlg1-41/+3
2019-04-14Update shared drm code, inteldrm(4) and radeondrm(4) from linux 4.4 tojsg654-85860/+167504
2019-04-13MSFT0101 must require some special handling, since this breaksderaadt1-2/+1
2019-04-13Add missing compatibles for newer Linux kernel bindings.kettenis1-1/+13
2019-04-10Hide debug printfs.ratchov1-4/+4
2019-04-10Add support for X722 to ixl(4)phessler1-1/+7
2019-04-10syncphessler2-2/+32
2019-04-10Add support for X722 to ixl(4)phessler1-1/+7
2019-04-10implement support for SIOCGIFSFFPAGEdlg1-1/+142
2019-04-10add support for SIOCGIFSFFPAGE so userland can read sfp module infodlg3-3/+64
2019-04-10Handle missed service errors, specific to isochronous transfers.ratchov1-1/+52
2019-04-10Fix URE_WDT6_SET_MODE register definition.kevlo1-2/+2
2019-04-08change psize to a signed int to cope with it going negative sincejcs1-4/+3
2019-04-08Make azalia(4) initialize dolby atmos codecs in the resume path.stsp1-1/+4
2019-04-05Try to start playback after play buffer pointers are advanced.ratchov1-4/+6
2019-04-04Make tpm(4) attach to MSFT0101 chips.edd1-1/+2
2019-04-04Simplify underruns handling: just copy silence produced by upper layer.ratchov1-30/+7
2019-04-04Avoid potential null-pointer dereference. Found by Kent R. Spillner.kettenis1-3/+3
2019-04-04The ASUS E200HA reads the register at "address" 0x00 instead of 0x18.kettenis1-1/+2