OpenBSD cvs log

created 2018-11-30T00:25:47Z
begin 2018-07-28T00:00:00Z
end 2018-07-29T00:00:00Z
path src/sys
commits 3

date 2018-07-28T13:59:08Z
author kettenis
files src/sys/arch/arm64/dev/acpipci.c log diff annotate
src/sys/arch/arm64/dev/pciecam.c log diff annotate
src/sys/dev/fdt/dwpcie.c log diff annotate
message Make use of PCI_FLAGS_MSI_ENABLED such that drivers for hardware with broken
MSI support can selectively disable the use of MSI.

date 2018-07-28T15:28:51Z
author kettenis
files src/sys/dev/pci/pci.c log diff annotate
src/sys/dev/pci/pcivar.h log diff annotate
message Add function to convert a PCI device "tag" into a PCIe requester ID.

ok patrick@, mlarkin@, deraadt@

date 2018-07-28T18:07:26Z
author deraadt
files src/sys/sys/proc.h log diff annotate
message delete unused ps_uvactive, since active checks are done against the ptr
from semarie