summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-09-07Revert acpipci(4) changes. Too many systems are broken. We'll try againMark Kettenis
2019-09-07Retrieve SFP information using the SFP framework.Patrick Wildt
2019-09-07Add sfp(4), a driver that allows talking to SFPs connected overPatrick Wildt
2019-09-07Add an SFP framework which allows SFP providers to provide aPatrick Wildt
2019-09-07Register mviic(4) in the I2C framework.Patrick Wildt
2019-09-07Add an I2C framework, so that nodes that need to use I2C butPatrick Wildt
2019-09-07drm/i915: Call dma_set_max_seg_size() in i915_driver_hw_probe()Jonathan Gray
2019-09-07define away dma_set_max_seg_size()Jonathan Gray
2019-09-07drm/i915: Don't deballoon unused ggtt drm_mm_node in linux guestJonathan Gray
2019-09-07drm/i915: fix broadwell EU computationJonathan Gray
2019-09-06missing ;Theo de Raadt
2019-09-06mcprtc(4), a driver for the Microchip MCP79400 RTC and similar variants.Patrick Wildt
2019-09-06Add mviic(4), a driver to support the I2C controller on thePatrick Wildt
2019-09-06Add I2C clock gates.Patrick Wildt
2019-09-06zero hash bits early in dwxe_iff()Jonathan Gray
2019-09-05Fix previous commit.Mark Kettenis
2019-09-05Update Spleen kernel fonts to the latest released version, bringingFrederic Cambus
2019-09-05Add mvdog(4), a driver to support the watchdog on the Armada 3700 SoC.Patrick Wildt
2019-09-05Supermicro X8DTH-i/6/iF/6F fails to attach uhci(4) via PCI and AHCI.Alexander Bluhm
2019-09-05Add missing RCS Id.Patrick Wildt
2019-09-05Revert iwm(4) to software WPA crypto because of apparent firmware issues.Stefan Sperling
2019-09-05Add Allwinner H6 support.Mark Kettenis
2019-09-05em: Fix potential endless loopStefan Fritsch
2019-09-05Use the new set_blksz() interface to set the block size.Alexandre Ratchov
2019-09-05Use the new set_{blksz,nblks}() interface to set the block size.Alexandre Ratchov
2019-09-05Add the set_blksz() and set_nblks() audio driver functions.Alexandre Ratchov
2019-09-04Add comment.Mark Kettenis
2019-09-03Add support for getting the frequency of the CPU clocks.Mark Kettenis
2019-09-03Avoid uninitialized variable; using a for loop like in siif_recvmsg() wasMark Kettenis
2019-09-03bnxt: Support MSI-XStefan Fritsch
2019-09-03remove unreachable returnJonathan Gray
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if weStefan Sperling
2019-09-02Release locks in error paths. Spotted by semarie@Mark Kettenis
2019-09-02A few more missing bits: power regulators, eMMC power sequencing,Mark Kettenis
2019-09-02Two additional pin configurations.Mark Kettenis
2019-09-01Write to the correct register when setting the output level for a GPIO pin.Mark Kettenis
2019-09-01Use interrupt handler instead of polling for completion.Mark Kettenis
2019-09-01Use DMA descriptors if necessary.Mark Kettenis
2019-09-01Add amlmmc(4), a driver for the SD/MMC controller found on variousMark Kettenis
2019-09-01Adopt the SCSI versioning #define's from FreeBSD. Eliminate theKenneth R Westerback
2019-08-31Add code to configure SD/MMC pins.Mark Kettenis
2019-08-31More SD/MMC clock stuff.Mark Kettenis
2019-08-31Add SD/MMC clocks. Generalize the clock gating code for this purpose.Mark Kettenis
2019-08-31Fix a bug of the tap-detection code.Ulf Brosziewski
2019-08-30Add "amlogic,meson-axg-dwmac" compatible.Mark Kettenis
2019-08-30Don't use misleadingly named SCSISPC() which returns SCSI version notKenneth R Westerback
2019-08-30On SAS3 and newer controllers (using the IEEE sgl layout), the chain offsetJonathan Matthew
2019-08-29Enable USB Vbus supply on i.MX 8M.Patrick Wildt