OpenBSD cvs log

created 2019-09-28T18:56:17Z
begin 2019-09-22T00:00:00Z
end 2019-09-23T00:00:00Z
path src/sys
commits 7

date 2019-09-22T04:43:24Z
author visa
files src/sys/arch/octeon/dev/octpcie.c log diff annotate
message Ignore non-host ports silently.

date 2019-09-22T05:13:59Z
author visa
files src/sys/arch/octeon/dev/cn30xxpip.c log diff annotate
src/sys/arch/octeon/dev/cn30xxpipreg.h log diff annotate
message Simplify stat register access.

date 2019-09-22T05:16:05Z
author visa
files src/sys/arch/octeon/dev/cn30xxpip.c log diff annotate
message Remove unused register dump lists.

date 2019-09-22T08:47:54Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm(4): fix a wrong comment in vmmopen()

date 2019-09-22T15:05:37Z
author kettenis
files src/sys/arch/arm64/dev/ampintc.c log diff annotate
message Fix ampintc_cpuinit() prototype.

date 2019-09-22T15:17:03Z
author kettenis
files src/sys/arch/arm/cortex/ampintc.c log diff annotate
message Reduce diffs to arm64 version of this. Mostly whitespace changes.
No functional changes.

date 2019-09-22T19:13:45Z
author kettenis
files src/sys/arch/arm/cortex/ampintc.c log diff annotate
message Make the code that calculates the min/max priorities identical to the arm64
version. The divergence was probably an accident and the arm64 code makes
more sense and is better tested.

ok patrick@