OpenBSD cvs log

created 2019-05-08T22:49:29Z
begin 2018-03-17T00:00:00Z
end 2018-03-18T00:00:00Z
path src/sys
commits 4

date 2018-03-17T13:33:08Z
author ratchov
files src/sys/dev/pci/envy.c log diff annotate
message Set base DMA pointers when DMA starts.

The allocm() functions are supposed to allocate memory and it's bad
style to access the hardware there, so move the DMA base pointers
setup to the trigger_xxx().

ok kettenis@

date 2018-03-17T13:35:12Z
author ratchov
files src/sys/dev/pci/envy.c log diff annotate
message Add proper suspend/resume support.

Most of the resume work is already done in the audio(4) layer, so, to
fix suspend/resume we just need to reinitize the device.

ok kettenis@

date 2018-03-17T18:04:15Z
author kettenis
files src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/syscon.c log diff annotate
message If we are compatible with "simple-mfd", attempt to attach child nodes.

ok visa@

date 2018-03-17T18:50:23Z
author kettenis
files src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/mvclock.c log diff annotate
message Add mvclock(4) a clock driver for the AP806 and CP110 blocks found on Marvell
Armada 7K and 8K SoCs.

ok patrick@