OpenBSD cvs log

created 2019-08-03T13:59:59Z
begin 2019-07-28T00:00:00Z
end 2019-07-29T00:00:00Z
path src/sys
commits 8

date 2019-07-28T11:01:10Z
author jmatthew
files src/sys/dev/pci/pcidevs log diff annotate
message add newer intel nic virtual function ids

date 2019-07-28T11:02:42Z
author jmatthew
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2019-07-28T12:47:56Z
author visa
files src/sys/arch/octeon/stand/rdboot/cmd.c log diff annotate
message Fix trimming of newline.

date 2019-07-28T12:57:09Z
author visa
files src/sys/arch/octeon/dev/octdwctwo.c log diff annotate
message Put DWC2 controller into reset mode on (pseudo-)shutdown to make
kernel handover safer.

date 2019-07-28T13:01:43Z
author visa
files src/sys/arch/octeon/conf/BOOT log diff annotate
message With the DWC2 reset in place, dwctwo(4) should be safe to use
in the bootloader.

date 2019-07-28T15:41:52Z
author visa
files src/sys/arch/octeon/conf/BOOT log diff annotate
message Add a dedicated ramdisk entry for the octeon bootloader to reduce
the size of the "boot" file.

OK deraadt@

date 2019-07-28T15:45:30Z
author visa
files src/sys/arch/octeon/Makefile log diff annotate
src/sys/arch/octeon/stand/Makefile log diff annotate
src/sys/arch/octeon/stand/rdboot/Makefile log diff annotate
message Link octeon bootloader to the build.

OK deraadt@

date 2019-07-28T23:18:33Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
message vmm(4): join some short lines of code

KNF, no code change.