summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2018-12-22Avoid using m_trailingspace(9) on an mbuf allocated with MGET(9) as it reliesMark Kettenis
2018-12-18syncTed Unangst
2018-12-18add a wifi 9560 found in a new laptop. ok deraadtTed Unangst
2018-12-18syncKevin Lo
2018-12-18Add some devices found on Intel Leaf Hill CRB.Kevin Lo
2018-12-17When no child devices are attached to a wsmux device, make sure to return ananton
2018-12-16syncTheo de Raadt
2018-12-16few more devsTheo de Raadt
2018-12-12Make kcov MP-safe. Calling the injected tracing functionanton
2018-12-07Handle 2 Tx chains in the computation of transmit power for the RTL8192EU.Kevin Lo
2018-12-06Avoid unnecessary dynamic memory allocation in athn_usb_newauth().Stefan Sperling
2018-12-05Use a time-based method for tracking motion states of touches.Ulf Brosziewski
2018-12-05Correctly disable pvclock(4) on old hardware that lack a stable clockReyk Floeter
2018-12-05usb_block_allocmem() won't sleep.Gerhard Roth
2018-12-05Do not call usbd_delay_ms() from interrupt context.Martin Pieuchot
2018-12-04Unify messaged printed when we can't estiblish an interrupt.Mark Kettenis
2018-12-04Add support for RTL8192EU adapters, partly taken from netbsd.Jonathan Matthew
2018-12-02Include "com.h" to fix using a puc(4) based serial port as serial consoleMark Kettenis
2018-12-02Remove artefacts from 'C', 'c' and 'F' characters, to match the otherFrederic Cambus
2018-12-02Add Spleen 8x16, 12x24, 16x32, and 32x64 variants to wsfont.Frederic Cambus
2018-11-30regenMike Larkin
2018-11-30Add another Xeon E3-1200 v6/7 host device.Mike Larkin
2018-11-27Free sizes for the subdevs array.Martin Pieuchot
2018-11-27Attach the driver only if the stack managed to set the configuration.Martin Pieuchot
2018-11-25spelling; from miodJason McIntyre
2018-11-25regenDaniel Dickman
2018-11-25Add core4g thermal id; ok mlarkin.Daniel Dickman
2018-11-24only attach pvclock(4) inside a KVM guestPeter Hessler
2018-11-23Add the pvclock(4) guest driver for paravirtual clocksReyk Floeter
2018-11-22Remove useless assignment, value is overwritten right after being set.Frederic Cambus
2018-11-20Add support for TIOCGPGRP ioctl commands to wscons.anton
2018-11-20No need for wscons to handle FIOSETOWN ioctl requests since sys_ioctl()anton
2018-11-20Revert free sizes for `subdevs' array, it is incorrect.Martin Pieuchot
2018-11-19Utilize sigio with wscons. The old behavior of always making the process groupanton
2018-11-19regenKevin Lo
2018-11-19Add ids for D-Link DWA-171 rev C1 and Xiaomi mini USB WiFi.Kevin Lo
2018-11-18More uses of __func__ in debug printfs.Martin Pieuchot
2018-11-18Use "%s", __func__ in DPRINTF() to reduce grep noise.Martin Pieuchot
2018-11-18Remove old USB_DEBUG chunk.Martin Pieuchot
2018-11-18USB_DEBUG -> UPLCOM_DEBUG.Martin Pieuchot
2018-11-18When parsing extended capabilities, bail out if a register read returnsJonathan Matthew
2018-11-18request notification of link state changes, which helps us detectJonathan Matthew
2018-11-17free(9) size for USB subdevs array.Martin Pieuchot
2018-11-16Add support for Allwinner A64's eMMC controller. It is essentiallyPatrick Wildt
2018-11-16regenJoshua Stein
2018-11-16add more intel 100 series devicesJoshua Stein
2018-11-16free(9) sizes for interrupt & isochronous arrays.Martin Pieuchot
2018-11-16free(9) sizes for array of interfaces.Martin Pieuchot
2018-11-16free(9) sizes for array of endpoints.Martin Pieuchot
2018-11-14free(9) sizes for configuration descriptors, missed in previous.Martin Pieuchot