summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-05-23Support Airprime/Sierra AirCard 313U, Netgear/Sierra AirCard 770SChris Cappuccio
2016-05-23remove the function pointer from mbufs. this memory is shared with dataTed Unangst
2016-05-23Get rid of usbd_get_device_strings() because we use it only once.Martin Pieuchot
2016-05-23regenDavid Gwynne
2016-05-23add the intel xl710 device ids from the documentationDavid Gwynne
2016-05-22Use the new input functions of wsmouse in mouse and touchscreen drivers.Ulf Brosziewski
2016-05-21Implement openprom(4) for armv7.Mark Kettenis
2016-05-21Remove another erroneous VOP_CLOSE/vput, which was missed with the lastJoel Sing
2016-05-21Free the cache if the string cannot be retrieved. This allows thePatrick Wildt
2016-05-21syncReyk Floeter
2016-05-21Add ids found in x1 carbon 2016:Reyk Floeter
2016-05-20Change the identification string to "nxp,pcf8523" as this is what is storedMark Kettenis
2016-05-20Fix pasto; v4l2_buf.flags = V4L2_MEMORY_MMAP -> V4L2_BUF_FLAG_MAPPED.Marcus Glocker
2016-05-20check we allocated the cq, not the sq, after trying to allocate the cqDavid Gwynne
2016-05-20regenMike Larkin