OpenBSD cvs log

created 2018-11-29T16:20:59Z
begin 2018-05-24T00:00:00Z
end 2018-05-25T00:00:00Z
path src/sys
commits 5

date 2018-05-24T02:53:13Z
author mlarkin
files src/sys/dev/pci/pcidevs log diff annotate
message Add AMD SR5690/5670/5650 IOMMU to pcidevs

Display name taken from existing pcidevs context (previous devices in
same family) and verified against AMD's "43871 Register Reference Guide"
for this platform

date 2018-05-24T02:53:32Z
author mlarkin
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2018-05-24T07:27:41Z
author mlarkin
files src/sys/arch/i386/i386/vmm.c log diff annotate
message vmm(4): unbreak i386 VMM_DEBUG build

date 2018-05-24T11:44:46Z
author patrick
files src/sys/dev/sdmmc/if_bwfm_sdio.c log diff annotate
message Release rwlock on bwfm(4) SDIO initialization error. Fixes hang found
by florian@ when firmware isn't present initially.

date 2018-05-24T14:08:42Z
author visa
files src/sys/ufs/ufs/ufs_vnops.c log diff annotate
message Delay the vput() of the directory vnode until the vnode has been
processed by the knote() hook. This ensures the vnode does not get
freed or reused too early.

OK mpi@, guenther@