summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2016-05-05Bump up the clock to 25 MHz before trying to read the SCR register of an SDMark Kettenis
2016-05-05Add Dual Data Rate support for eMMC at 52MHz.Mark Kettenis
2016-05-05Populate SCSI inquiry data with information from SD and MMC cards.Mark Kettenis
2016-05-05Return ENOTTY in acpithinkpad backlight get/set ioctls if the maximumJonathan Gray
2016-05-04Use BUS_DMA_OVERRUN to cope with the broken DMA engine of the Davicom DM9102Mark Kettenis
2016-05-04Initial support for MSI-X. Only supported on amd64 for now. I have diffs toMark Kettenis
2016-05-04Print SD host controller version.Mark Kettenis
2016-05-04Add high-speed support for SD cards. In theory this should double theMark Kettenis
2016-05-04Don't mask pins configured as direct IRQ. Those are tied directly to the APICMark Kettenis
2016-05-03Print missing newline if we bail out because of a uid mismatch.Mark Kettenis
2016-05-03regenDavid Gwynne
2016-05-03samsung use the same pci device id for multiple nvme partsDavid Gwynne
2016-05-01Print some capabilities.Mark Kettenis
2016-05-01Print base clock frequency.Mark Kettenis
2016-05-01Add bus width switching support for MMC. Enable 8-bit bus support onMark Kettenis
2016-05-01Add a small delay after switching an MMC card into high-speed mode to makeMark Kettenis
2016-05-01Always write block count. This fixes the DMA issues on Bay Trail.Mark Kettenis