summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2017-10-16Allow a more fine grained control about which ciphers to use.Patrick Wildt
2017-10-16Handle wpa parameters using the ieee80211 ioctl so we can startPatrick Wildt
2017-10-16Clear up some defines regarding WPA cipher settings. This allows mePatrick Wildt
2017-10-16drm/i915/bios: ignore HDMI on port AJonathan Gray
2017-10-15Set default join preferences to prefer APs based on the RSSI, withPatrick Wildt
2017-10-15Similar to other USB based backend drivers, have a list of TX/RXPatrick Wildt
2017-10-15Initialize status return code in ar5k_ar5211_reset() and ar5k_ar5212_reset(),Stefan Sperling
2017-10-13Implement media auto selection for DEC 3000.Martin Pieuchot
2017-10-12Apparently one of the main concepts in the SDMMC I/O subsystem is thatPatrick Wildt
2017-10-12Add missing size to free(); ok deraadt@ mpi@anton
2017-10-11regenPatrick Wildt
2017-10-11Add bwfm(4), a driver for Broadcom FullMAC WiFi controllers. ThePatrick Wildt
2017-10-11Fix debug printf, from Dave Voutila.Martin Pieuchot
2017-10-10hidmt: send input mode set report as 2 bytes, matches linuxJoshua Stein
2017-10-10hidmt: add support for hybrid packet mode used by some touchpadsJoshua Stein
2017-10-10hidmt: rename internal hidmt_input struct to hidmt_data, avoid clashJoshua Stein
2017-10-09Fix build on 32 bit; paddr in rtsx_xfer_dma needs to be 64bit on all platforms.Stefan Sperling
2017-10-09Add ADMA support to rtsx(4) to make use of DMA buffers provided by sdmmc(4).Stefan Sperling
2017-10-09Print the name of the device tree node like we do for simplebus(4).Mark Kettenis
2017-10-09The previous commit was deemed too invasive, so back it out and replacePatrick Wildt
2017-10-09Correct logic check preventing the device to attach.Martin Pieuchot
2017-10-09Turns out that the previous commit resolves the problem on Clang but atPatrick Wildt
2017-10-08Adapt hidmt to the MT interface of wsmouse, and add the compat-mode setup.Ulf Brosziewski
2017-10-08Enable rkiic(4) and rkpmic(4) for Rockchip RK3288 boards.Mark Kettenis
2017-10-06Recalibrate TSC timecounter with HPET and PM timerMike Belopuhov
2017-10-05Add support for the "TEMPer1F_H1V1.5F" USB temperature and humidityStefan Sperling
2017-10-05Update mvneta(4) to the way OpenBSD handles multicast and promiscuousPatrick Wildt
2017-10-04Work around clang mis-optimization regression. For some expression-Patrick Wildt
2017-10-04Introduce reference counting for tasks in iwm(4).Stefan Sperling
2017-10-03Disable msi on the Yukon 88E8036 and 88E8053 as it triggers watchdog timeoutsAntoine Jacoutot
2017-10-01Align Rx buffers to prevent unaligned access in the network stack.Mark Kettenis
2017-09-30The property that points the the attached PHY is called "phy-handle" insteadMark Kettenis
2017-09-30Add preliminary kabylake support to inteldrm(4) by backporting the relevantRobert Nagy
2017-09-28The DELAY() recently added to iwn(4) to make association more reliable couldStefan Sperling
2017-09-26Prevent null pointer dereference when probing channelsMike Belopuhov
2017-09-26Use quoted #includes for files kdump's mkioctls indirectly includes soJonathan Gray
2017-09-23Fix build on octeon by reverting two cosmetic changes in rtwn.c r1.34.Stefan Sperling
2017-09-23Add dummy FIOASYNC handler.Martin Pieuchot
2017-09-22Use ieee80211_has_addr4() inline function where possible.Kevin Lo
2017-09-22- Fix short preamble for rtl8188euKevin Lo
2017-09-22Move the powering down of all codecs into azalia_halt_corb() after theTheo Buehler
2017-09-21Add dwxe(4), a driver the Synopsis DesignWare Ethernet controller usedPatrick Wildt
2017-09-21Disable a splsoftassert() at least until ohci(4) has been fixed.Martin Pieuchot
2017-09-19Add support for being a regmap provider in syscon(4). So far the driverPatrick Wildt
2017-09-13Add missing pipe in sxitwi(4)'s match code to actually makePatrick Wildt
2017-09-12- sprinkle variable name and printf tweaksJasper Lievisse Adriaanse
2017-09-10- call usbd_deactivate() rather than simply returning in case of errorsJasper Lievisse Adriaanse
2017-09-08Add support for isochronous transfers to xhci(4).Stefan Sperling
2017-09-08fdc: Print warning if kthread_create failsStefan Fritsch
2017-09-08If you use sys/param.h, you don't need sys/types.hTheo de Raadt