summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-11-09Add gpiokeys(4) for arm64Klemens Nanni
2021-11-09Sort gpio{leds,charger}Klemens Nanni
2021-11-09Add IPv4, TCP4/6 and UDP4/6 checksum offloading.Jan Klemkow
2021-11-09The uhidevsubmatch() routine was imported from NetBSD back in 2002 along withAnton Lindqvist
2021-11-08Plug uhidev memory leak during detach.Anton Lindqvist
2021-11-07Fall back to label if function is missingKlemens Nanni
2021-11-07Simplify print logicKlemens Nanni
2021-11-07Constify struct cfattach, not struct cfdriver.Patrick Wildt
2021-11-07Fix handling of interrupts shared between multiple dwiic(4) devices.Stefan Sperling
2021-11-05Newer i.MX device trees store the skew information in the PHY's node, whichPatrick Wildt
2021-11-05Constify struct cfattach.Martin Pieuchot
2021-11-05Newer i.MX device trees retriee the USB phy using the more generic propertyPatrick Wildt
2021-11-04revert rev 1.30 of ttm_bo_util.cJonathan Gray
2021-11-03drm/amdgpu: fix out of bounds writeJonathan Gray
2021-11-03drm/ttm: fix memleak in ttm_transfered_destroyJonathan Gray
2021-11-02Enable spleen16x32 and spleen32x64 on powerpc64 for GENERIC kernels.Frederic Cambus
2021-11-02Recognize BCM43436, as seen on the Raspberry Pi Zero 2 W.Patrick Wildt
2021-11-02add handling for parity and character size config.David Gwynne
2021-11-02knfTheo de Raadt
2021-11-01Enable spleen16x32 and spleen32x64 on riscv64 for GENERIC kernels.Frederic Cambus
2021-11-01Restore some NULL checks lost in r1.132, add a couple more to deal with WEP keyKenneth R Westerback
2021-11-01use hw_power to implement power_supply_is_system_supplied()Jonathan Gray
2021-10-31Disable both TCP/UDP checksum offloading and VLAN HW tag offloading for now,Patrick Wildt
2021-10-31Implement transmit and transmit completion path.Patrick Wildt
2021-10-31Extend the SPI bus API a bit. The config structure gets an sc_cs_delayMark Kettenis
2021-10-31Move the fill and the tail pointer change to a later point, to make surePatrick Wildt
2021-10-31Add igc(4), a driver for the Intel 2.5Gb Ethernet controllers.Patrick Wildt
2021-10-31regenPatrick Wildt
2021-10-31Add another PCI id for Intel 2.5Gb adapters.Patrick Wildt
2021-10-31Make athn(4) attach to the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31regenStefan Sperling
2021-10-31Add USB device ID for the Sony UWA-BR100. Patch by martingot@protonmailStefan Sperling
2021-10-31Raise SPL to IPL_NET in run_next_scan() to avoid splassert failures.Stefan Sperling
2021-10-30Change hw.perfpolicy=auto by default, at startup. If the system has ACTheo de Raadt
2021-10-30Fix build break caused by accidental keystroke during last commitAlexandre Ratchov
2021-10-30Disestablish softintrs upon detach (missed in last commit)Alexandre Ratchov
2021-10-30Defer selwakeup() calls to a softintrAlexandre Ratchov
2021-10-30Revert previous commit as it's causing panic when devices are detachedAlexandre Ratchov
2021-10-30match on Intel 600 SeriesJonathan Gray
2021-10-30enable snooping on Intel 600 SeriesJonathan Gray
2021-10-30regenJonathan Gray
2021-10-30add Intel 600 Series and Alder Lake S idsJonathan Gray
2021-10-29A USB HID report ID must be represented using a single byte rangingAnton Lindqvist
2021-10-29match more Prolific HXN idsJonathan Gray
2021-10-29regenJonathan Gray
2021-10-29more Prolific HXN idsJonathan Gray
2021-10-29Don't grab audio_lock in filt_midi{read,write} if NOTE_SUBMIT is set.Alexandre Ratchov
2021-10-28add proper declaration for addr in dt_prov_kprobe_hookJasper Lievisse Adriaanse
2021-10-27use db_get_probe_addr() instead of handrolling the expression wrapped in ifdefJasper Lievisse Adriaanse
2021-10-27fix spello in commentJasper Lievisse Adriaanse