summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-06-07remove unused IPL_SOFTAUDIO define, missed in rev 1.200Jonathan Gray
2024-06-07Use TCP Large Receive Offload in vmx(4).Jan Klemkow
2024-06-05add support for VLAN tag offloading to dwqe(4)Stefan Sperling
2024-06-05Now that our hibernation sub-system supports 4096 byte sectors, addMarcus Glocker
2024-06-04Enable hibernate/resume to nvme(4) disks with 4096 byte sectors.Kenneth R Westerback
2024-06-04vio(4): remove useless casts and fix spacingJan Klemkow
2024-06-04In dequeue_randomness() use an atomic instruction to increase theClaudio Jeker
2024-06-03Remove the now unsued s argument to SCHED_LOCK and SCHED_UNLOCK.Claudio Jeker
2024-06-03Remove superfluous pmap_extract() call in the hibernation path.Marcus Glocker
2024-06-02Power down PCI devices in S0 as well. Needed for suspend-to-idle.Mark Kettenis
2024-05-29Implement the guts for "suspend-to-idle" on amd64. This enables suspendMark Kettenis
2024-05-29fix WEP on athn(4) USB hostapStefan Sperling
2024-05-29repair qwx(4) WEP and TKIP via software cryptoStefan Sperling
2024-05-29regenJonathan Gray
2024-05-29another apple bluetooth; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-29indent with tabs not spaces; from jon@elytron.openbsd.amsterdamJonathan Gray
2024-05-29remove externs with no matching varJonathan Gray
2024-05-29remove prototypes with no matching functionJonathan Gray
2024-05-28remove space between function names and argument listJonathan Gray
2024-05-28return type on a dedicated line when declaring functionsJonathan Gray
2024-05-28vio(4): fix jumbo framesJan Klemkow
2024-05-28Garbage collect sleep_abort(); it doesn't do anything useful anymore.Mark Kettenis
2024-05-28remove unused isa/cs4231var.hJonathan Gray
2024-05-28fix previous such that firmware crash recovery happens in non-debug buildsStefan Sperling
2024-05-28Remove the bcmmbox_write(BCMMBOX_CHANPM, ...) call in bcmmbox_attach().Claudio Jeker
2024-05-28Try to reset qwx(4) devices when firmware crashes and move firmware memoryStefan Sperling
2024-05-28Make qwx(4) offload TKIP and CCMP crypto to hardware.Stefan Sperling
2024-05-28use ansi style function decls to fix build with clangJonathan Gray
2024-05-28Move ccb access before ccb_done to avoid a potential use-after-freeJonathan Gray
2024-05-28avoid uninitialised var use when scsi_get_link() returns NULLJonathan Gray
2024-05-27Revert NVME_GONE. Literal 0xffffffff is the preferred idiom here.Kenneth R Westerback
2024-05-27Replace repeated uses of magic number 0xffffffff with nice #define NVME_GONE.Kenneth R Westerback
2024-05-27Use SCSI xfer timeout value for doorbell register status polling instead ofMarcus Glocker
2024-05-27Set sc_state to ACPI_STATE_S0 at the end of resume instead of at the startMark Kettenis
2024-05-27remove unused xmphyreg.hJonathan Gray
2024-05-27include net/if_var.h to make this buildJonathan Gray
2024-05-27drm/amdgpu: Fix possible NULL dereference in amdgpu_ras_query_error_status_he...Jonathan Gray
2024-05-27drm/amd/display: Fix division by zero in setup_dsc_configJonathan Gray
2024-05-26Revert bits that got accidentally committed.Mark Kettenis
2024-05-26Fix suspend/resume for ums(4) and umt(4); Calling hidm*_attach not at theMarcus Glocker
2024-05-26Clear interrupt status to prevent power down after resume initiated byMark Kettenis
2024-05-26Add support for configuring sleep voltage settings based on device treeMark Kettenis
2024-05-26remove unneeded includesJonathan Gray
2024-05-26remove unneeded includesJonathan Gray
2024-05-26correct an argument to fix build, broken by rev 1.22 in 2013Jonathan Gray
2024-05-24Enable UFS "Auto-Hibernation". From the documentation:Marcus Glocker
2024-05-24Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.Kenneth R Westerback
2024-05-24remove unneeded includesJonathan Gray
2024-05-24Add support for suspend/resume.Marcus Glocker
2024-05-24remove unneeded includesJonathan Gray