summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-01-01drm/amd/display: Fix dongle_caps containing stale information.jsg2-1/+2
2019-12-31drm/drm_vblank: Change EINVAL by the correct errnojsg1-3/+3
2019-12-31drm/amdgpu: grab the id mgr lock while accessing passid_mappingjsg1-3/+9
2019-12-31drm: mst: Fix query_payload ack reply structjsg1-1/+1
2019-12-31convert infinite msleep(9) to msleep_nsec(9)jsg3-9/+9
2019-12-31Use C99 designated initializers with struct filterops. In addition,visa9-42/+88
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).mpi30-68/+77
2019-12-31include sys/sensors.h for sensor usejsg2-2/+4
2019-12-31include sys/sensors.h for sensor usejsg4-3/+7
2019-12-31include sys/sensors.h for sensor use in cacvar.hjsg1-1/+2
2019-12-31needs sys/sensor.h to standalone from whether machine/cpu.h pulls thederaadt1-1/+2
2019-12-30convert infinite msleep(9) to msleep_nsec(9)jsg3-10/+11
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).mpi3-8/+10
2019-12-29Populate logical disk port WWNs with their RAID volume's WWIDkn1-2/+23
2019-12-29The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32.jmatthew1-2/+2
2019-12-28Add sizes for free() in clct(4).fcambus1-3/+3
2019-12-28regenkn2-0/+5
2019-12-28Attach Symbios Logic Flash Accelerator eMLC cardskn2-2/+4
2019-12-26implement unregister_shrinker()jsg4-5/+9
2019-12-26enable shrinker for ttmjsg1-7/+0
2019-12-25WSDISPLAYIO_GTYPE is u_int not intjsg4-5/+5
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlykettenis7-12/+77
2019-12-23Add amdgpio(4), a driver for the GPIO controller found on newer AMDkettenis2-1/+318
2019-12-22midi(4): *sleep(9) -> *sleep_nsec(9)cheloha1-7/+8
2019-12-22drm/radeon: fix r1xx/r2xx register checker for POT texturesjsg2-4/+4
2019-12-21Fix DDR4 DIMM size calculation.kettenis1-3/+3
2019-12-20Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherstsp1-6/+9
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.stsp1-1/+6
2019-12-19spelling; from bryan stensonjmc1-2/+2
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.reyk2-5/+5
2019-12-19Add size for free() in vio(4).fcambus1-2/+2
2019-12-19Use bus_size_t as the type for the base address.kettenis2-5/+5
2019-12-18Mask high bits of iwm(4) firmware SYSASSERT codes before matchingstsp1-3/+9
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).stsp2-6/+192
2019-12-18Allow pagefault_disable() to be called recursively, something that may happenkettenis1-5/+5
2019-12-18undo assumptions about MI .h inclusionsderaadt1-2/+15
2019-12-18audio(4): msleep(9) -> msleep_nsec(9)cheloha1-7/+7
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysreyk5-44/+223
2019-12-17Add code to parse DDR4 and LPDDR3/4 SPD memories.claudio1-4/+199
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer4-7/+102
2019-12-16Update piixpm(4) to support newer AMD chips like some Hudson-2 andclaudio2-33/+117
2019-12-16Extend the expected SPD types to include DDR4 and low-power DDR3 & 4.claudio1-2/+2
2019-12-16bktr(4): tsleep(9) -> tsleep_nsec(9)cheloha2-6/+7
2019-12-14rkpcie: Add support for gen2 negotiationkurt1-13/+80
2019-12-14Add sizes for free() in eso(4).fcambus1-3/+3
2019-12-14Add sizes for free() in eap(4).fcambus1-3/+3
2019-12-14Add sizes for free() in auixp(4).fcambus1-4/+4
2019-12-14Add sizes for free() in auglx(4).fcambus1-3/+3
2019-12-14Add sizes for free() in auacer(4).fcambus1-3/+3
2019-12-14Revert previous. When we get an ACPI notification we already have thepatrick1-36/+20