summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2019-04-30Enable EnvyHT-specific sample rates (above 96kHz) on the host controller.Alexandre Ratchov
2019-04-30Decrease verbosity when XHCI_DEBUG is defined.Alexandre Ratchov
2019-04-30Add support for the Armada 3720 pinctrl controller to mvpinctrl(4).Patrick Wildt
2019-04-30Add mvuart(4) to support the Armada 3720's serial console.Patrick Wildt
2019-04-30Add support for the Armada 3720 clocks to mvclock(4).Patrick Wildt
2019-04-30We are allowed to enable regulators with the "regulator-always-on"Patrick Wildt
2019-04-30Convert a linux specific test for master in currently disabled code.Jonathan Gray
2019-04-30Add an equivalent test for master in drm_fb_helper_is_bound()Jonathan Gray
2019-04-29MC146818_GETTOD: Check for RTC rollover during read.cheloha
2019-04-29Extend channel dwell time during passive scans in iwn(4).Stefan Sperling
2019-04-28Make sure only "primary" clients can become master.Mark Kettenis
2019-04-27drm/ttm: fix out-of-bounds read in ttm_put_pages() v2Jonathan Gray
2019-04-25Since we now have an attachhook, the actual interrupt handler is installedMark Kettenis
2019-04-25Follow up on jmatthew's suggestion:Kevin Lo
2019-04-24Add product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24regenremi
2019-04-24New product id for the USB serial adapter found in Juniper SRX 300.remi
2019-04-24implement SIOCGIFSFFPAGE so ifconfig can get transceiver info.Jonathan Matthew
2019-04-24regenDavid Gwynne
2019-04-24add the product id for VMware NVMe interfaceDavid Gwynne
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