summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-05-20Add Xeon-D devices. Move one item that was out of order to the right placeMike Larkin
2016-05-20resyncChris Cappuccio
2016-05-20Hello LTE Airprime/Sierra Aircard 313U, Netgear/Sierra Aircard 770SChris Cappuccio
2016-05-18Cache vendor, product and serial info for each usb device. This allowsPatrick Wildt
2016-05-18Fix several nitpicks in iwm(4).Stefan Sperling
2016-05-18In iwm(4), add bit-polling in Rx-DMA init code path.Stefan Sperling
2016-05-17Allow sendsyslog(2) with LOG_CONS even when /dev/console has notAlexander Bluhm
2016-05-17Change the random event buffer from a queue to an endless ring. This wayTed Unangst
2016-05-17remove VOP_CLOSE and vput that will be handled in the epilogue.Ted Unangst
2016-05-17Plug some gaping holes in the v4l2 ioctl interfaces that would leak kernelMark Kettenis
2016-05-16Attempt to clear the OS flag when we attach.Mark Kettenis
2016-05-16Add pcfrtc(4).Mark Kettenis
2016-05-16Introduce OF_is_compatible(9), a convenience function to check the "compatible"Mark Kettenis
2016-05-16Driver for the NXP PCF8523 Real Time Clock.Mark Kettenis
2016-05-16enable reception and transmission of jumbo frames.David Gwynne
2016-05-15Sync with the ADMA2 implementation in imxesdhc(4):Mark Kettenis
2016-05-13Unbreak build when AUDIO_DEBUG is defined: fix printf(9) formatAlexandre Ratchov
2016-05-12If writing the control register fails, bail out without attaching any sensors.Mark Kettenis
2016-05-12Remove bogus rw_exit() call.Mark Kettenis
2016-05-11remove hppa64 port, which we never got going beyond broken single users.Theo de Raadt
2016-05-11Use round_blocksize() to determine the maximum hardware block size (inAlexandre Ratchov
2016-05-11Dont reuse "mult" local variable. Use separate variable for hardwareAlexandre Ratchov
2016-05-10make qla_iocb_seg structs 4 byte aligned and use htolem32 to set it.David Gwynne
2016-05-08Add support for level, active low gpio interrupts.Mark Kettenis
2016-05-08Add support for writing gpio pins.Mark Kettenis