summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-05-21Enable radeondrm(4) on loongson to get accelerated graphicsVisa Hankala
2017-05-21Rockchip SoCs needs some additional register twiddling when the link speedMark Kettenis
2017-05-21Add dwmmc(4), a driver for the Synopsis Designware SD/MMC controller as foundMark Kettenis
2017-05-20More SD/MMC controller-related clocks.Mark Kettenis
2017-05-20Accept baud rates up to 2 Mbps as these are supported by CP2104 and laterMark Kettenis
2017-05-19Repair rtwn(4) IQ calibration.Stefan Sperling
2017-05-19Make monitor work with athn(4) on my 3T3R AR9380 device.Stefan Sperling
2017-05-19Make rtwn(4) add frames which failed to transmit to AMRR's transmit counter.Stefan Sperling
2017-05-19Make rtwn(4) support fixed transmit rates set with ifconfig(8).Stefan Sperling
2017-05-19Fix R92C_USTIME_TSF register definition.Stefan Sperling
2017-05-18Grab the netlock in umb_state_task() and umb_decode_ip_configuration()Alexander Bluhm
2017-05-18Fix a uvm fault in athn_clock_rate():Stefan Sperling
2017-05-17regenJonathan Gray
2017-05-17add some devices from submitted dmesgsJonathan Gray
2017-05-16Remove references to /dev/soundN, which was removed last year.Alexandre Ratchov
2017-05-16when allocating a new screen, only copy the current buffer contentsJoshua Stein
2017-05-15Add some SD/MMC controller-related clocks.Mark Kettenis
2017-05-15vioscsi: Fix allocation of segmentsStefan Fritsch
2017-05-15Use splraise() rather than splsoftnet() which is going away.Martin Pieuchot
2017-05-15Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB).Martin Pieuchot
2017-05-14Align vioscsi's bus_dma* dancing with vioblk. EliminatesKenneth R Westerback
2017-05-13Handle drive strength.Mark Kettenis
2017-05-12subtract one sector from the disk size before passing it back to theJoshua Stein
2017-05-12Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4)Martin Pieuchot
2017-05-10Adapt the filter parameters to the X/Y ratio.Ulf Brosziewski
2017-05-10It is unsafe to dereference ``xfer'' after calling the callback as itMartin Pieuchot
2017-05-10Revert r1.61 and partially 1.60. The resulting logic is currently aMartin Pieuchot
2017-05-10Make this compile with HIDKBD_DEBUG defined.Martin Pieuchot
2017-05-08improved coordinate filtersUlf Brosziewski
2017-05-088192C is the only MIMO chip supported by this driver, all others are 1T1R.Ricardo Mestre
2017-05-08In iwm_send_cmd(), look at the generation counter instead of the STOPPED flagStefan Sperling
2017-05-08Unbreak the tree. I missed a header file change in my last iwm(4) commit.Stefan Sperling
2017-05-08In iwm(4) avoid locking the NIC redundantly and perform accounting ofStefan Sperling
2017-05-08For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whetherStefan Sperling
2017-05-08Fix R92C_TXDW4_RTSRATE_M and R92C_TDECTRL_BLK_DESC_NUM_M definitions.Stefan Sperling
2017-05-08Fix issues with iwm(4) firmware's retry rate table:Stefan Sperling
2017-05-07Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach()Mark Kettenis
2017-05-07Refactor this code to support the GMAC found on the Rockchip RK3399 alongsideMark Kettenis
2017-05-06Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs.Mark Kettenis
2017-05-06Remove unused local variable such that this actually compiles.Mark Kettenis
2017-05-06Add a few GMAC related clocks and implement reset logic.Mark Kettenis
2017-05-06Configure pins and deassert resets, just in case some other board needs it.Mark Kettenis
2017-05-06add Moxa CP-104ELJonathan Matthew
2017-05-05Move dwge(4) glue into dev/fdt.Mark Kettenis
2017-05-05Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now,Mark Kettenis
2017-05-05Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>.Mark Kettenis
2017-05-05Add glue to attach SDHC compliant controllers using the FDT. This makesMark Kettenis
2017-05-05Implement two quirks to support the Arasan eMMC 5.1 controller found onMark Kettenis
2017-05-05Add eMMC-related clocks.Mark Kettenis
2017-05-05Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer,Jonathan Gray