OpenBSD cvs log

created 2019-10-15T01:58:29Z
begin 2019-10-05T00:00:00Z
end 2019-10-06T00:00:00Z
path src/sys
commits 5

date 2019-10-05T05:33:14Z
author dlg
files src/sys/conf/files log diff annotate
message src/sys/netinet/ip_ether.c is empty, and gif doesn't need it.

gif may have needed it when you could switch modes with gif, but
now that's handled by if_etherip.c. ip_ether.c is empty, so we can
plan to remove it.

ok visa@ jca@ deraadt@

date 2019-10-05T09:15:53Z
author jmatthew
files src/sys/dev/pci/if_mcx.c log diff annotate
message The event queue consumer counter also needs to be unsigned like the others.

chris@ seems to have hit this one too
ok dlg@

date 2019-10-05T11:27:02Z
author kettenis
files src/sys/arch/arm64/dev/agtimer.c log diff annotate
message Add workaround for Cortex-A73 errata 858921. Pointed out by drahn@ who
also came up with the initial implementation.

ok drahn@, jsg@

date 2019-10-05T15:44:57Z
author kettenis
files src/sys/arch/armv7/broadcom/bcm2836_intr.c log diff annotate
src/sys/arch/armv7/omap/intc.c log diff annotate
src/sys/arch/armv7/sunxi/sxiintc.c log diff annotate
message Use mask to extract IPL; should have been part of the earlier diff that
added IPI support on armv7.

date 2019-10-05T20:41:27Z
author jan
files src/sys/dev/ic/aac.c log diff annotate
src/sys/dev/ic/aacvar.h log diff annotate
message fix build errors of aac(4)