summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2019-12-31Use C99 designated initializers with struct filterops. In addition,Visa Hankala
2019-12-31Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor useJonathan Gray
2019-12-31include sys/sensors.h for sensor use in cacvar.hJonathan Gray
2019-12-31needs sys/sensor.h to standalone from whether machine/cpu.h pulls theTheo de Raadt
2019-12-30convert infinite msleep(9) to msleep_nsec(9)Jonathan Gray
2019-12-30Convert infinite sleeps to {m,t}sleep_nsec(9).Martin Pieuchot
2019-12-29Populate logical disk port WWNs with their RAID volume's WWIDkn
2019-12-29The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32.Jonathan Matthew
2019-12-28Add sizes for free() in clct(4).Frederic Cambus
2019-12-28regenkn
2019-12-28Attach Symbios Logic Flash Accelerator eMLC cardskn
2019-12-26implement unregister_shrinker()Jonathan Gray
2019-12-26enable shrinker for ttmJonathan Gray
2019-12-25WSDISPLAYIO_GTYPE is u_int not intJonathan Gray
2019-12-25Hook up the shrinker for inteldrm(4). This is a "light" version that onlyMark Kettenis
2019-12-23Add amdgpio(4), a driver for the GPIO controller found on newer AMDMark Kettenis
2019-12-22midi(4): *sleep(9) -> *sleep_nsec(9)cheloha
2019-12-22drm/radeon: fix r1xx/r2xx register checker for POT texturesJonathan Gray
2019-12-21Fix DDR4 DIMM size calculation.Mark Kettenis
2019-12-20Make iwm(4) clear/set selected bits in the HW_IF_CONFIG register, ratherStefan Sperling
2019-12-20Make athn(4) use a constant Tx retry rate while MiRA is probing.Stefan Sperling
2019-12-19spelling; from bryan stensonJason McIntyre
2019-12-19poll handlers must return a poll(2) revents value, not errno(2) values.Reyk Floeter
2019-12-19Add size for free() in vio(4).Frederic Cambus
2019-12-19Use bus_size_t as the type for the base address.Mark Kettenis
2019-12-18Mask high bits of iwm(4) firmware SYSASSERT codes before matchingStefan Sperling
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).Stefan Sperling
2019-12-18Allow pagefault_disable() to be called recursively, something that may happenMark Kettenis
2019-12-18undo assumptions about MI .h inclusionsTheo de Raadt
2019-12-18audio(4): msleep(9) -> msleep_nsec(9)cheloha
2019-12-17Add fido(4), a HID driver for FIDO/U2F security keysReyk Floeter
2019-12-17Add code to parse DDR4 and LPDDR3/4 SPD memories.Claudio Jeker
2019-12-17Add support for NCT6775F, NCT5104D, NCT6779D, NCT679[1235]D sensors.mortimer
2019-12-16Update piixpm(4) to support newer AMD chips like some Hudson-2 andClaudio Jeker
2019-12-16Extend the expected SPD types to include DDR4 and low-power DDR3 & 4.Claudio Jeker
2019-12-16bktr(4): tsleep(9) -> tsleep_nsec(9)cheloha
2019-12-14rkpcie: Add support for gen2 negotiationKurt Miller
2019-12-14Add sizes for free() in eso(4).Frederic Cambus
2019-12-14Add sizes for free() in eap(4).Frederic Cambus
2019-12-14Add sizes for free() in auixp(4).Frederic Cambus
2019-12-14Add sizes for free() in auglx(4).Frederic Cambus
2019-12-14Add sizes for free() in auacer(4).Frederic Cambus
2019-12-14Revert previous. When we get an ACPI notification we already have thePatrick Wildt
2019-12-13noone has gpr(4) devices.Theo de Raadt
2019-12-13Make acpivout(4) call ws_[gs]et_param instead of directlyPatrick Wildt
2019-12-13pvclock(4): attach even if when PVCLOCK_FLAG_TSC_STABLE is unsetpd
2019-12-13Always release interrupt source when unmasking the interruptMike Belopuhov
2019-12-11Replace p_xstat with ps_xexit and ps_xsigPhilip Guenther