summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-03-30these free() size choices appear to be wrong. joel has a diff that fixesTheo de Raadt
2017-03-30Use m_devget(9) to replace code that does more or less the same but assumesMark Kettenis
2017-03-29Fix iwi(4) regressions. WPA was broken since 6.0 errata 018.Stefan Sperling
2017-03-29Remove quirks for two devices that are known to be CDC ACM protocol 0Jonathan Gray
2017-03-29Match on class communications subclass abstract control model protocolJonathan Gray
2017-03-28Make set_params() return the rate the device is using. FixesAlexandre Ratchov
2017-03-28Simplify rate/channels/bits bounds checking code. FromAlexandre Ratchov
2017-03-28Add quirk for MacBook Pro 5,5. From Manav Rathi <mnvrth at gmail.com>.Alexandre Ratchov
2017-03-27Now that hibernate_alloc() only has clean success/failure, don'tTheo de Raadt
2017-03-27If the sub-device of a softraid lacks a side-effect io function, returnTheo de Raadt
2017-03-27Reject times in the first year that can be represented by the clock to catchMark Kettenis
2017-03-27regenJonathan Gray
2017-03-27shorten vmm stringsJonathan Gray
2017-03-26Add a #define needed for an upcoming vmd commit (to reflect a failureMike Larkin
2017-03-26Add support for a few more Allwinner H3 clocks.Mark Kettenis
2017-03-26Add sizes to various free(9) calls. Fixing the simpler ones first.Theo de Raadt
2017-03-25More PCI extended capabilities handling in pcidump.Mike Larkin
2017-03-22Add some more PCI classes and subclasses. Checked against EDK2 asJonathan Gray
2017-03-19Improve comments slightlyMike Belopuhov
2017-03-19Fixup starting block number calculation for bounced transfersMike Belopuhov
2017-03-19Fixup return values to properly handle transfer submission errorsMike Belopuhov
2017-03-19Restore behavior from before r1.376: only set bv_percent if a rebuild isTheo Buehler
2017-03-19Enable snooping on Kaby Lake U/Y PCH HDA to avoid audio glitches as weJonathan Gray
2017-03-19Match the Kaby Lake and Lewisburg (Skylake-EP PCH) MACs with I219 PHYs.Jonathan Gray
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