OpenBSD cvs log

created 2019-11-02T14:46:58Z
begin 2019-10-27T00:00:00Z
end 2019-10-28T00:00:00Z
path src/sys
commits 5

date 2019-10-27T01:25:26Z
author dlg
files src/sys/dev/pci/if_vmx.c log diff annotate
message fix the last commit.

if gen is toggled per packet, then it needs to be toggled before
each packet, not before the loop. also, if 0 out the right offload.

brad pointed out the if 0 bit.

date 2019-10-27T08:07:01Z
author kettenis
files src/sys/arch/armv7/conf/RAMDISK log diff annotate
message Add simplefb(4).

date 2019-10-27T10:26:12Z
author kettenis
files src/sys/arch/arm/arm/cpu.c log diff annotate
src/sys/arch/arm/arm/genassym.cf log diff annotate
src/sys/arch/arm/arm/locore.S log diff annotate
src/sys/arch/arm/include/cpu.h log diff annotate
message Add code to spin up secondary CPUs.

ok jsg@

date 2019-10-27T19:19:10Z
author kettenis
files src/sys/arch/armv7/conf/GENERIC log diff annotate
src/sys/dev/fdt/imxsrc.c log diff annotate
message Add i.MX5/6 support and enable this driver on armv7(4).

ok jsg@, patrick@

date 2019-10-27T22:24:40Z
author dlg
files src/sys/dev/pci/if_vmx.c log diff annotate
src/sys/dev/pci/if_vmxreg.h log diff annotate
message tweak the rx path to look more like the tx path.

it's a bit shorter, and a bit more correct wrt use of bus_dma. still
a bit to go though.