Age | Commit message (Expand) | Author |
2017-05-17 | add some devices from submitted dmesgs | Jonathan Gray |
2017-05-16 | Remove references to /dev/soundN, which was removed last year. | Alexandre Ratchov |
2017-05-16 | when allocating a new screen, only copy the current buffer contents | Joshua Stein |
2017-05-15 | Add some SD/MMC controller-related clocks. | Mark Kettenis |
2017-05-15 | vioscsi: Fix allocation of segments | Stefan Fritsch |
2017-05-15 | Use splraise() rather than splsoftnet() which is going away. | Martin Pieuchot |
2017-05-15 | Replace remaining SPLUSBCHECK by a splsoftassert(IPL_SOFTUSB). | Martin Pieuchot |
2017-05-14 | Align vioscsi's bus_dma* dancing with vioblk. Eliminates | Kenneth R Westerback |
2017-05-13 | Handle drive strength. | Mark Kettenis |
2017-05-12 | subtract one sector from the disk size before passing it back to the | Joshua Stein |
2017-05-12 | Introduce a new keyboard console hook to enter ddb(4) and make ukbd(4) | Martin Pieuchot |
2017-05-10 | Adapt the filter parameters to the X/Y ratio. | Ulf Brosziewski |
2017-05-10 | It is unsafe to dereference ``xfer'' after calling the callback as it | Martin Pieuchot |
2017-05-10 | Revert r1.61 and partially 1.60. The resulting logic is currently a | Martin Pieuchot |
2017-05-10 | Make this compile with HIDKBD_DEBUG defined. | Martin Pieuchot |
2017-05-08 | improved coordinate filters | Ulf Brosziewski |
2017-05-08 | 8192C is the only MIMO chip supported by this driver, all others are 1T1R. | Ricardo Mestre |
2017-05-08 | In iwm_send_cmd(), look at the generation counter instead of the STOPPED flag | Stefan Sperling |
2017-05-08 | Unbreak the tree. I missed a header file change in my last iwm(4) commit. | Stefan Sperling |
2017-05-08 | In iwm(4) avoid locking the NIC redundantly and perform accounting of | Stefan Sperling |
2017-05-08 | For 8188EU chips, read the R92C_HSSI_PARAM2(0) register to detect whether | Stefan Sperling |
2017-05-08 | Fix R92C_TXDW4_RTSRATE_M and R92C_TDECTRL_BLK_DESC_NUM_M definitions. | Stefan Sperling |
2017-05-08 | Fix issues with iwm(4) firmware's retry rate table: | Stefan Sperling |
2017-05-07 | Program hardware address in dwc_gmac_init() instead of dwc_gmac_attach() | Mark Kettenis |
2017-05-07 | Refactor this code to support the GMAC found on the Rockchip RK3399 alongside | Mark Kettenis |
2017-05-06 | Add rkgpio(4), a driver to handle GPIOs on Rockchip SoCs. | Mark Kettenis |
2017-05-06 | Remove unused local variable such that this actually compiles. | Mark Kettenis |
2017-05-06 | Add a few GMAC related clocks and implement reset logic. | Mark Kettenis |
2017-05-06 | Configure pins and deassert resets, just in case some other board needs it. | Mark Kettenis |
2017-05-06 | add Moxa CP-104EL | Jonathan Matthew |
2017-05-05 | Move dwge(4) glue into dev/fdt. | Mark Kettenis |
2017-05-05 | Add rkpinctrl(4), a driver to configure pins on Rockchip SoCs. For now, | Mark Kettenis |
2017-05-05 | Include <dev/ofw/ofw_misc.h> instead of <dev/ofw/ofw_pinctrl.h>. | Mark Kettenis |
2017-05-05 | Add glue to attach SDHC compliant controllers using the FDT. This makes | Mark Kettenis |
2017-05-05 | Implement two quirks to support the Arasan eMMC 5.1 controller found on | Mark Kettenis |
2017-05-05 | Add eMMC-related clocks. | Mark Kettenis |
2017-05-05 | Remove a DIAGNOSTIC test for a NULL pipe value inside a transfer, | Jonathan Gray |
2017-05-05 | regen | Jonathan Matthew |
2017-05-05 | add Moxa CP-104EL | Jonathan Matthew |
2017-05-04 | Also pass the blk offset to disk_unbusy(), so that it can pass it to | Theo de Raadt |
2017-05-04 | Remove side effects from assignment. Fixes warning with cppcheck. | Alexander Bluhm |
2017-05-04 | If iwm_nic_lock() cannot access the device then print "acquiring device failed" | Stefan Sperling |
2017-05-03 | Byte order of IP addresses was broken on big endian machines. | Gerhard Roth |
2017-05-03 | Fix a regression in iwm(4) which made 3165 devices unusable. | Stefan Sperling |
2017-05-03 | Remove unused (and wrong) uaudio_drain() call. From Michael W. | Alexandre Ratchov |
2017-05-03 | style improvement from Michael W. Bombardieri <mb at ii.net> | Alexandre Ratchov |
2017-05-02 | Linux switched from a device-specific pinctrl binding to a the generic version | Mark Kettenis |
2017-05-02 | Resynchronize the guest RTC via vmmci(4) on host resume from zzz/ZZZ | Mike Larkin |
2017-04-30 | Add rkclock(4), a driver for the Rockchip RK3399 clocks. | Mark Kettenis |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |