OpenBSD cvs log

created 2020-07-28T20:51:45Z
begin 2020-05-09T00:00:00Z
end 2020-05-10T00:00:00Z
path src/sys
commits 6

date 2020-05-09T00:40:48Z
author jca
files src/sys/dev/acpi/acpiac.c log diff annotate
message No need to look at _STA here, all we care about is _PSR.

Rename surrounding code to reflect that. ok kettenis@

date 2020-05-09T08:39:11Z
author jmatthew
files src/sys/dev/pci/if_ixl.c log diff annotate
message Use MSI-X interrupts where available. The first vector is used for
events and command completions as that's the only vector they can go to.
tx/rx queues are mapped to subsequent vectors.

ok mpi@ dlg@

date 2020-05-09T10:18:27Z
author jca
files src/sys/sys/srp.h log diff annotate
message Initialize the srp_ref in the non-MP version of srp_enter

Silences an uninitialized warning in net/art.c

"reasonable" jmatthew@, ok mpi@

date 2020-05-09T10:34:25Z
author jca
files src/sys/dev/acpi/dsdt.c log diff annotate
message aml_die() doesn't return, hint the compiler

Avoids an uninitialized variable warning. ok kettenis@

date 2020-05-09T19:48:45Z
author naddy
files src/sys/conf/GENERIC log diff annotate
message reenable POOL_DEBUG

date 2020-05-09T22:12:18Z
author kettenis
files src/sys/arch/mips64/mips64/mips64_machdep.c log diff annotate
message Use the same inittodr()/resettodr() implementation as on
amd64/arm64/armv7/hppa/i386/macppc/sparc64 and move it to the end of
mips64_machdep.c. Wrap the existing tod_get and tod_set hooks into
something that can be used as a todr_handle.

ok visa@