OpenBSD cvs log

created 2019-08-03T14:04:13Z
begin 2019-07-30T00:00:00Z
end 2019-07-31T00:00:00Z
path src/sys
commits 7

date 2019-07-30T05:50:20Z
author jsg
files src/sys/dev/pci/drm/drm_drv.c log diff annotate
message enable DRIVER and KMS debug messages when DRMDEBUG is defined
leave out CORE as it is quite noisy

date 2019-07-30T06:21:23Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message Previous version accidentally enabled VMM_DEBUG, so turn that off.

noticed by tb@

date 2019-07-30T12:11:42Z
author dlg
files src/sys/dev/pci/if_msk.c log diff annotate
message push rxed packets to the stack once per interrupt (per port)

pushing to the stack on every packet completion interacts badly
with the backpressure mechanism in ifiq_input when you rx more than
8 or so packets per interrupt.

while here move to ifiq_input and apply backpressure before we start
dropping in software.

the problem was found by olivier taibi and reported on bugs@
i tested this on an overdrive 1000 which uses msk for its onboard nic

date 2019-07-30T18:08:28Z
author kettenis
files src/sys/arch/arm64/arm64/machdep.c log diff annotate
message Make sure the virtual addresses that are used for EFI runtime services
fit into the 39-bit address space that we currently use for the runtime
mappings.

ok patrick@

date 2019-07-30T19:03:58Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
src/sys/arch/arm64/dev/agintc.c log diff annotate
message Seems the Amppere eMAG has a silicon big where the number of writable bits
of the ICC_PMR_EL1 registers varies with the value being written. Change the
value we write to probe the number of writable bits to a value that yields
the desired result.

Suggested by drahn@

ok patrick@

date 2019-07-30T21:41:47Z
author jmatthew
files src/sys/dev/pci/if_iavf.c log diff annotate
message Update media type and status on link change events. Since we don't have
any information about the actual media type (there might not even be one),
just pick an arbitrary type of the right speed.

date 2019-07-30T21:44:15Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
message Fix mapping of MSI sideband data when there are SMMU's present.