summaryrefslogtreecommitdiffstats
path: root/sys/dev
AgeCommit message (Expand)AuthorFilesLines
2020-05-18Turn power domain on. Makes OpenBSD boot on the odroid c4.kettenis1-1/+3
2020-05-18Add some comments.kettenis1-1/+3
2020-05-18Add amlpwrc(4), a driver for the power domain controller found on variouskettenis2-1/+181
2020-05-17Fix typo in comment.kettenis1-2/+2
2020-05-17Add support for the SM1 variant and (probably) fix support for the CPUkettenis1-12/+17
2020-05-17restore VGA fonts on VT switchjsg1-1/+2
2020-05-17Add function for attaching RTC drivers, to reduce direct usevisa1-1/+2
2020-05-17Prevent kcov from collecting coverage after the kernel has panicked.anton1-1/+8
2020-05-17fix typo in a commentjsg1-2/+2
2020-05-16entropy_add_ptr and entropy_input_rotate are only used insidederaadt1-3/+3
2020-05-16be more consistant about with using sizeof(object) rather than the constantderaadt1-14/+14
2020-05-16Fix PHY_CONTEXT commands sent to iwx(4) firmware.stsp2-56/+84
2020-05-16Don't attempt to reset the state of the flip-flop associated with thejsg1-7/+1
2020-05-16Use softintr to call selwakeup() in the mixer code code-pathratchov1-6/+26
2020-05-16Implement kqueue(2) support.mpi1-2/+76
2020-05-16remove unused debug statementsanton1-26/+1
2020-05-16In preparation for stopping coverage collection once the kernel hasanton1-35/+27
2020-05-15Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.stsp3-107/+20
2020-05-15Some newer bwfm(4) chips from Cypress hold their regulatorypatrick4-4/+79
2020-05-15Describe the purpose of add_entropy_words() in simpler terms.deraadt1-12/+3
2020-05-15The description of the enqueue_randomness() input parameter was crazy untrue.deraadt1-6/+2
2020-05-15Explain enqueue_randomness() better. It is the supply-entropy function,deraadt1-2/+2
2020-05-15The long explanation for CRC stirring isn't helping. If anythingderaadt1-34/+1
2020-05-15The main comment block from 1996 has become highly inaccurate andderaadt1-64/+17
2020-05-15remove unneccessary include filesderaadt1-5/+1
2020-05-15Fix wrong firmware API documentation comments for iwm(4) and iwx(4).stsp2-4/+4
2020-05-15drm/amdgpu: Change VCE booting with firmware loaded by PSPjsg1-4/+9
2020-05-15drm/amdgpu:change VEGA booting with firmware loaded by PSPjsg1-4/+5
2020-05-14The dwctwo(4) FDT glue is now identical on armv7 and arm64. Move it tokettenis2-1/+146
2020-05-14Bring back the acpi(4) changes. This time around only use the ACPI _CRSkettenis2-2/+4
2020-05-13sdhc(4), sdmmc(4): tsleep(9) -> tsleep_nsec(9); ok patrick@cheloha2-18/+19
2020-05-13Use seltrue_kqfilter() instead of hand-rolling it in multiple drivers.mpi2-26/+6
2020-05-12Set timeout(9) to refill the receive ring descriptors if the amount ofjan1-2/+2
2020-05-11More accurate remaining power reporting with disparate batteriesjca1-13/+11
2020-05-11drm/atomic: Take the atomic toys away from Xjsg1-1/+10
2020-05-11drm/amdgpu: Fix oops when pp_funcs is unset in ACPI eventjsg1-1/+2
2020-05-11drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay table v0 (e.g Hawaii)jsg1-0/+26
2020-05-11drm/edid: Fix off-by-one in DispID DTD pixel clockjsg1-1/+1
2020-05-10Fix two out-of-bounds array accesses in ioctl code pats. One found bykettenis2-4/+4
2020-05-09aml_die() doesn't return, hint the compilerjca1-2/+2
2020-05-09Use MSI-X interrupts where available. The first vector is used forjmatthew1-26/+151
2020-05-09No need to look at _STA here, all we care about is _PSR.jca1-13/+9
2020-05-08Move parsing of _CRS into acpi(4) and pass the parsed address and interruptkettenis10-334/+281
2020-05-05Revert parts of CVS commit Jdqd26bn9Ev6aFMc ("Fix processing of compressedstsp1-84/+108
2020-05-04Remove redundant code testing if a terminal is a usb stream.ratchov1-5/+1
2020-05-04Check v6 availablilty mask instead of v4.gerhard1-2/+2
2020-05-01Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).stsp1-1/+2
2020-04-30If there's only one input (output) name it simply "input" ("output")ratchov1-4/+27
2020-04-30Fix return value of dma_fence_wait(). Seems to fix occasionalkettenis1-1/+7
2020-04-30Use "inputs" class instead of "record"ratchov1-11/+5