summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-03-19regenJonathan Gray
2017-03-19Add Intel devices for Kaby Lake and 3168/8265 wlan.Jonathan Gray
2017-03-19regenJonathan Gray
2017-03-19Add AMD A1100 devices and some more qemu and virtio devices.Jonathan Gray
2017-03-17More debug goo to help tracking the use-after-free.Martin Pieuchot
2017-03-17ubcmtp(4) works because of a use-after-free. Many more drivers areMartin Pieuchot
2017-03-16Print PCIe Extended Capabilities, from Simon MagesTheo de Raadt
2017-03-16vioscsi: Negotiate features during attachStefan Fritsch
2017-03-16vioscsi: return XS_NO_CCB if out of spaceStefan Fritsch
2017-03-16vioscsi: Don't call virtio_dequeue_commit on not-queued slotsStefan Fritsch
2017-03-16Simplify wstpad option handling:Martin Pieuchot
2017-03-15Configure and apply the multitouch-tracking functions of wsmouse.Ulf Brosziewski
2017-03-15Improve vmmci(4) shutdown and reboot.Reyk Floeter
2017-03-15spelling and whitespaceTheo de Raadt
2017-03-13Don't attach on Apple hardware, asmc(4) is already providing anJoshua Stein
2017-03-13Register for notifications on the subsystem (parent device) insteadJoshua Stein
2017-03-13allow ramdisks to build; ok jcsTheo de Raadt
2017-03-13Fixup format strings in debug messages found by cppcheckMike Belopuhov
2017-03-13Fixup format string and type issues found by cppcheckMike Belopuhov
2017-03-12add const to struct cfattachJoerg Jung
2017-03-12try to attach acpisbs first and if successful, don't attach acpibatJoshua Stein
2017-03-12Add code to initialize the USB 3 PHY on Exynos 5.Mark Kettenis
2017-03-12Introduce OF_getindex() API and use it to replace multiple instances ofMark Kettenis
2017-03-11Revert 1.54, go back to always trying to enable burst modeJoshua Stein
2017-03-11Add support for RTL8153 devices. Heavily based on changes made by Kevin LoMark Kettenis
2017-03-11Introduce a new knob to force the first USB keyboard as console input.Martin Pieuchot
2017-03-11AUDIO_ENCODING_{S,U}LINEAR constants are neither used by low levelAlexandre Ratchov
2017-03-11Oops, make this actually compile.Mark Kettenis
2017-03-11Add exrtc(4), a driver for the RTC found on Samsung Exynos SoCs.Mark Kettenis
2017-03-10Fix a use-after-free when sending root hub control transfers.Martin Pieuchot
2017-03-10Move per HC polling code to the stack.Martin Pieuchot
2017-03-09Fix an off by one when updating the TX consumer event indexMike Belopuhov
2017-03-09Add syscon(4), a driver that provides reboot/poweroff functionality throughMark Kettenis
2017-03-09Add a "regmap" interface that allows devices to provide access to theirMark Kettenis
2017-03-09Glue to attach xhci(4) using the device tree.Mark Kettenis
2017-03-08Do not clear IFF_UP, even in the error path, clearing IFF_RUNNINGMartin Pieuchot
2017-03-08Do not clear IFF_UP, even in the error path.Martin Pieuchot
2017-03-07Setup backlight pwm alternate increment on backlight enableJoshua Stein
2017-03-07move a TODO to the topJoshua Stein
2017-03-06Do not print uninitialized variable in DPRINTFN().Martin Pieuchot
2017-03-06Guard headers to make sure userland do not look at them.Martin Pieuchot
2017-03-06Use 'inline' rather than _any of_ __the __other__ variants__.Martin Pieuchot
2017-03-06Use nitems() when passing all known parameters to wsmouse_configure().Martin Pieuchot
2017-03-06It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-03-05When we're unable to determine which NCQ command failed, fail all activeJonathan Matthew
2017-03-02Add a new sysctl machdep.lidaction. The sysctl works as follows:Martin Natano
2017-02-28Untangle abstract sleep modes from ACPI sleep states. This paves the wayMartin Natano
2017-02-27pms/elantech-v4: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27pms/synaptics: configure wsmouse for handling compat-modeUlf Brosziewski
2017-02-27Handle touchpad input in wsmouse.Ulf Brosziewski