OpenBSD cvs log

created 2019-05-08T04:03:25Z
begin 2017-12-17T00:00:00Z
end 2017-12-18T00:00:00Z
path src/sys
commits 6

date 2017-12-17T10:26:21Z
author patrick
files src/sys/dev/ic/bwfm.c log diff annotate
message Pass Cortex-R4 reset vector to activation function.

date 2017-12-17T12:57:32Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
message Add wsdisplay options needed for X and VT switching.

ok patrick@

date 2017-12-17T13:23:03Z
author kettenis
files src/sys/dev/fdt/ehci_fdt.c log diff annotate
message Add magic to make USB PYs work on Allwinner H3/H5/A64.

date 2017-12-17T15:29:29Z
author kettenis
files src/sys/dev/fdt/acrtc.c log diff annotate
message Add 32K output klock support.

date 2017-12-17T18:25:25Z
author kettenis
files src/sys/dev/fdt/axppmic.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Make axppmic(4) attach to a Reduced Serial Bus, and support the AXP806
and AXP809 PMICs. Disabled for now.

date 2017-12-17T19:16:02Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm(4): pass EFER properly from vmd(8), needed to support vmctl(8)'s "-b"
option which had been broken due to recent commits on AMD (SVM/RVI)

ok pd@