OpenBSD cvs log

created 2019-12-26T17:47:54Z
begin 2019-12-14T00:00:00Z
end 2019-12-15T00:00:00Z
path src/sys
commits 7

date 2019-12-14T10:57:48Z
author patrick
files src/sys/dev/acpi/acpivout.c log diff annotate
message Revert previous. When we get an ACPI notification we already have the
ACPI lock and when we call our own ws_[gs]et_param functions we cannot
take the lock again, because it's non-recursive. Thus we need to find
another way, like not taking the lock if we already have it. But the
solutions need to be discussed first, so back it out in the meantime.

date 2019-12-14T12:35:19Z
author fcambus
files src/sys/dev/pci/auacer.c log diff annotate
message Add sizes for free() in auacer(4).

OK tedu@

date 2019-12-14T12:37:05Z
author fcambus
files src/sys/dev/pci/auglx.c log diff annotate
message Add sizes for free() in auglx(4).

OK tedu@

date 2019-12-14T12:46:47Z
author fcambus
files src/sys/dev/pci/auixp.c log diff annotate
message Add sizes for free() in auixp(4).

OK tedu@

date 2019-12-14T12:48:32Z
author fcambus
files src/sys/dev/pci/eap.c log diff annotate
message Add sizes for free() in eap(4).

OK tedu@

date 2019-12-14T12:49:50Z
author fcambus
files src/sys/dev/pci/eso.c log diff annotate
message Add sizes for free() in eso(4).

OK tedu@

date 2019-12-14T17:42:48Z
author kurt
files src/sys/dev/fdt/rkpcie.c log diff annotate
message rkpcie: Add support for gen2 negotiation
* Enable gen2 link training when the dtb is configured with
max-link-speed = <2>;
* Workaround a rockchip bug where Target Link Speed is not set when
PCIE_CLIENT_PCIE_GEN_SEL_2 is configured
* Wait for LTSSM L0 state after initial link training to ensure gen2
link training does not start too early

okay kettenis@