summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2016-06-14Add missing line feed to DPRINTF makes debug reading easier.Marcus Glocker
2016-06-13Remove tracking of endpoints in utvfu_{as,vs}_iface structs as theseMarcus Glocker
2016-06-13Ensure expected video endpoint has wMaxPacketSize > 0 duringMarcus Glocker
2016-06-13* Start/stop audio bulk thread as consumer opens/closes device.Marcus Glocker
2016-06-13Remove the restriction for the usbd_ref_* functions to work just in caseMarcus Glocker
2016-06-13Do not execute the callback if the device is beeing detached.Martin Pieuchot
2016-06-12Add OF_getpropint() and OF_getpropintarray().Mark Kettenis
2016-06-10The power management timer has been made optional in ACPI 5.0A, so don'tMark Kettenis
2016-06-08Use fdt to find the console to initialise. Try to use /chosen/stdout-pathJonathan Gray
2016-06-08attach acpitoshiba(4) on more Toshiba laptopsGiovanni Bechis
2016-06-07per trending style, add continue to empty loops.Ted Unangst
2016-06-06Remove wsmouse_input.Ulf Brosziewski
2016-06-06Provide a bus_dma tag as part of the pvbus attach argumentsMike Belopuhov
2016-06-06Kill unused function wrappers, from David Hill.Martin Pieuchot
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-05Continue preparing a future merge of urtwn(4) and rtwn(4).Stefan Sperling
2016-06-05Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-06-03Put iwn_update_htprot() back, with a fixed implementation this time.Stefan Sperling
2016-06-03In iwm(4), fix multicast Rx by updating the MAC context again afterStefan Sperling
2016-06-02Fix two issues in the MSI-X code. First, actually read the MSI-X capabilityMark Kettenis
2016-06-02Fix typo in comment.Marcus Glocker
2016-06-01Not all architectures implicitly #include <sys/device.h> via earlierTheo de Raadt
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-06-01Correctly set the V4L2_BUF_FLAG_QUEUED and V4L2_BUF_FLAG_DONE buffer flags.Marcus Glocker
2016-06-01regenMarcus Glocker
2016-06-01New USB device driver for Audio/Video capture devices based on theMarcus Glocker
2016-06-01Fix the loop iterating on extended capabilities. It turns out that weMartin Pieuchot
2016-06-01regenDavid Gwynne
2016-06-01intel use the same device id for multiple nvme parts, so just callDavid Gwynne
2016-06-01regenChris Cappuccio
2016-06-01Netgear/Sierra Aircard 340UChris Cappuccio
2016-05-31Provide a function for calculting the rebuild percentage, rather thanJoel Sing
2016-05-31Ensure that softraid crypto is not run on the crypto taskq.Joel Sing
2016-05-30replace m_copym2 with m_dup_pkt.David Gwynne
2016-05-30Do not forward declare an enum, makes gcc3 happy.Martin Pieuchot
2016-05-28Add support for Intel Wireless 3165 devices to iwm(4).Stefan Sperling
2016-05-28In iwm(4), don't parse nvram antenna data for 7k devices, they don't have it.Stefan Sperling
2016-05-28Add support for Intel Wireless 8260 devices to iwm(4).Stefan Sperling
2016-05-28Do the endpoint verification before opening the pipe on the selectedMarcus Glocker
2016-05-28no need to open key disk for writing, from bytevolcano. ok jungTed Unangst
2016-05-26Remove superfluous loop counter to set alternate video interface since weMarcus Glocker
2016-05-25regenStefan Sperling
2016-05-25Add PCI ID for RTL8188EE. Prompted by Ross L Richardson.Stefan Sperling
2016-05-25Update iwm(4) to firmware API 16 and enable RTS/CTS frame protection.Stefan Sperling
2016-05-24Add PCI_PRODUCT_INTEL_100SERIES_LP_THERM, suggested by kettenis@Reyk Floeter
2016-05-24Kill unused ioctl(2)s.Martin Pieuchot
2016-05-24Disabling active cooling trip points when we lack the right method to operate.Sebastien Marie
2016-05-23regenChris Cappuccio
2016-05-23VIA VL805 xHCIChris Cappuccio
2016-05-23remove the sysctl kern.random counters, since none of the remainingTheo de Raadt