summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-01-09Rename udl_mode field to not shadow global `hz' variable.mpi2-11/+11
2020-01-09Convert sleeps of 1sec or more to tsleep_nsec(9).mpi17-39/+51
2020-01-09regenjsg2-2/+14
2020-01-09add ADATA SX8200 Projsg1-1/+5
2020-01-08Unify handling of ioctls FIOSETOWN/SIOCSPGRP/TIOCSPGRP andvisa3-17/+20
2020-01-08Kill unused defines referencing `hz'.mpi1-4/+1
2020-01-07ZYD_INTR_TIMEOUT is expressed in msecs not in ticks, fixes that by callingmpi1-2/+3
2020-01-06Allow ipmi(4) to attach using mmio. Use the IPMI revision provided by thekettenis1-22/+45
2020-01-05Convert to tsleep_nsec(9).mpi1-2/+2
2020-01-05Constify instances of struct fileops.visa1-2/+2
2020-01-05regenjsg2-42/+2
2020-01-05remove incorrectly formatted IBM entriesjsg1-9/+1
2020-01-05regenjsg2-22/+22
2020-01-05sort list of vendor ids by vendor idjsg1-5/+5
2020-01-05regenjsg2-64/+64
2020-01-05sort list of vendor ids by vendor idjsg1-13/+13
2020-01-05regenjsg2-26/+6
2020-01-05remove duplicate device idsjsg5-15/+6
2020-01-05remove some unneeded includesjsg1-7/+1
2020-01-05regenjsg2-2755/+2743
2020-01-05sort by vendor define and device idjsg1-659/+655
2020-01-05regenjsg2-1336/+1335
2020-01-05sort by vendor define and device idjsg1-370/+369
2020-01-05Remove unneeded #include <sys/ttycom.h>.visa2-3/+1
2020-01-05regenjsg2-6/+6
2020-01-05consistently lowercase hex digits in device idsjsg1-5/+5
2020-01-05regenjsg2-18/+18
2020-01-05consistently lowercase hex digits in device idsjsg1-15/+15
2020-01-05regenjsg2-256/+256
2020-01-05consistently uppercase pci product definesjsg15-199/+199
2020-01-05regenjsg2-18/+18
2020-01-05consistently uppercase usb product definesjsg5-18/+18
2020-01-04remove unused TIOCSPGRP / TIOCGPGRP cases in drmjsg3-15/+1
2020-01-04Prevent use-after-free in uhidev_close().mpi1-14/+14
2020-01-04Convert sleep to tsleep_nsec(9) and use unique sleeping identifiers.mpi1-5/+5
2020-01-04Convert sleep to tsleep_nsec(9).mpi1-3/+3
2020-01-04UPGT_USB_TIMEOUT is specified in msec not in ticks, correct the timeoutmpi1-2/+3
2020-01-04regenjsg2-413/+413
2020-01-04remove AMD64 strings from pcidevsjsg8-169/+169
2020-01-03Fix RAID volume WWIDs for LSI controllers on sparc64kn1-1/+10
2020-01-03regendlg2-2/+17
2020-01-03add some more samsung nvme idsdlg1-1/+4
2020-01-02regenmortimer2-2/+7
2020-01-02Add pci id for recent AMD CCP and use it in ccp(4).mortimer2-2/+4
2020-01-02Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment.kevlo1-11/+12
2020-01-01drm/amdkfd: fix a potential NULL pointer dereference (v2)jsg1-0/+5
2020-01-01drm/amdgpu: fix uninitialized variable pasid_mapping_neededjsg1-1/+1
2020-01-01drm/amdgpu: fix bad DMA from INTERRUPT_CNTL2jsg1-1/+2
2020-01-01drm/amdgpu: fix potential double drop fence referencejsg1-0/+2
2020-01-01drm/amdgpu: disallow direct upload save restore list from gfx driverjsg1-1/+2