summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2020-01-10ubsec(4): timeout_add(9) -> timeout_add_msec(9)cheloha
2020-01-10Remove unused MIDI_MAXWRITE macroAlexandre Ratchov
2020-01-10usbd_request_async() already frees 'xfer' in case of an errorGerhard Roth
2020-01-10pluart(4): timeout_add(9) -> timeout_add_sec(9); ok jsg@cheloha
2020-01-10drm/mst: Fix MST sideband up-reply failure handlingJonathan Gray
2020-01-10drm: limit to INT_MAX in create_blob ioctlJonathan Gray
2020-01-10drm/amd/display: Fixed kernel panic when booting with DP-to-HDMI dongleJonathan Gray
2020-01-10drm/amdgpu: add cache flush workaround to gfx8 emit_fenceJonathan Gray
2020-01-10drm/amdgpu: add check before enabling/disabling broadcast modeJonathan Gray
2020-01-10remove dpt(4) driver for DPT EATA SCSI RAIDJonathan Gray
2020-01-09Rename udl_mode field to not shadow global `hz' variable.Martin Pieuchot
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).Martin Pieuchot
2020-01-09regenJonathan Gray
2020-01-09add ADATA SX8200 ProJonathan Gray
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andVisa Hankala
2020-01-08Kill unused defines referencing `hz'.Martin Pieuchot
2020-01-07ZYD_INTR_TIMEOUT is expressed in msecs not in ticks, fixes that by callingMartin Pieuchot
2020-01-06Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by theMark Kettenis
2020-01-05Convert to tsleep_nsec(9).Martin Pieuchot
2020-01-05Constify instances of struct fileops.Visa Hankala
2020-01-05regenJonathan Gray
2020-01-05remove incorrectly formatted IBM entriesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort list of vendor ids by vendor idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort list of vendor ids by vendor idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05remove duplicate device idsJonathan Gray
2020-01-05remove some unneeded includesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort by vendor define and device idJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05sort by vendor define and device idJonathan Gray
2020-01-05Remove unneeded #include <sys/ttycom.h>.Visa Hankala
2020-01-05regenJonathan Gray
2020-01-05consistently lowercase hex digits in device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently lowercase hex digits in device idsJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently uppercase pci product definesJonathan Gray
2020-01-05regenJonathan Gray
2020-01-05consistently uppercase usb product definesJonathan Gray
2020-01-04remove unused TIOCSPGRP / TIOCGPGRP cases in drmJonathan Gray
2020-01-04Prevent use-after-free in uhidev_close().Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.Martin Pieuchot
2020-01-04Convert sleep to tsleep_nsec(9).Martin Pieuchot
2020-01-04UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeoutMartin Pieuchot
2020-01-04regenJonathan Gray
2020-01-04remove AMD64 strings from pcidevsJonathan Gray
2020-01-03Fix RAID volume WWIDs for LSI controllers on sparc64kn