summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-05-08Make sure devices listed by a device's _DEP method are attached beforeMark Kettenis
2016-05-08Call _REG to register GeneralPuproseIo address space support.Mark Kettenis
2016-05-08Plug some memory leaks and do proper cleanup in error paths.Mark Kettenis
2016-05-08Add macros for interrupt trigger mode as encoded in GPIO resources.Mark Kettenis
2016-05-07Add chvgpio(4), a driver for the GPIO controllers found on Intel's Cherry ViewMark Kettenis
2016-05-07Flush page (through the direct map) before mapping it into AGP. FixesMark Kettenis
2016-05-07Implement ACPI 5.0 GeneralPurposeIo OpRegion support. This basically allowsMark Kettenis
2016-05-07Add defines for Operation Region Address Space Identifiers and use them whenMark Kettenis
2016-05-06Make sure we always update both bits that control the bus width. Also makeMark Kettenis
2016-05-06Round the requested clock frequency down to a support value instead ofMark Kettenis
2016-05-06Fix the DMA transfer code to repect the block size in the sdmmc command.Mark Kettenis
2016-05-05r1.10 of if_bnx.c effectively removed the limit on the number of segments inJonathan Matthew