summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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
2018-11-14free(9) sizes for configuration descriptors.Martin Pieuchot
2018-11-14Add back part of the changes to takeover the firmware framebuffer onJonathan Gray
2018-11-14Setup radeondrm burner task. Missed when updating to linux 4.4.Jonathan Gray
2018-11-11regenFrederic Cambus
2018-11-11Add ID for a VIA HD Audio device found on my HP t5570 Thin Client.Frederic Cambus
2018-11-11in the magical language gcc, adding brackets allows correct code to compile.Theo de Raadt
2018-11-10free(9) sizes for endpoints array.Martin Pieuchot
2018-11-10Pass free(9) sizes for port arrays.Martin Pieuchot
2018-11-10Pass free(9) sizes for the tx descriptors.Martin Pieuchot
2018-11-10Remove the strong hysteresis filter.Ulf Brosziewski
2018-11-09M_LEADINGSPACE() and M_TRAILINGSPACE() are just wrappers forClaudio Jeker
2018-11-08regenJonathan Gray
2018-11-08correct intel 0x9d66Jonathan Gray
2018-11-05Improve the filters for scrolling.Ulf Brosziewski
2018-11-05Fix kernel build without serial consolekn
2018-11-02Revert previous, it broke my Anker USB deviceJoshua Stein
2018-11-02Remove unnecessary if/else block, both branches are identical. We canFrederic Cambus