OpenBSD cvs log

created 2019-03-23T16:07:59Z
begin 2019-03-21T00:00:00Z
end 2019-03-22T00:00:00Z
path src/sys
commits 4

date 2019-03-21T11:50:20Z
author dlg
files src/sys/dev/pci/if_ixl.c log diff annotate
message run event callbacks directly in the atq processing

previously events were queued on an SLIST, but multiple link state
events could fire with the same callback. this corrupted the SLIST
and effectively caused an infinite loop.

ok jmatthew@

date 2019-03-21T12:30:58Z
author dlg
files src/sys/dev/pci/if_ixl.c log diff annotate
message don't set VLAN things when configuring promisc

the doco says vlan things should only be set if you're manipulating
something on a specific vlan, otherwise the config applies to
everything, which is how the stack wants things to work at the
moment.

there's still something wrong in here, but let's get this out of
the way first.

date 2019-03-21T16:47:17Z
author visa
files src/sys/arch/octeon/dev/Attic/octeon_pcibus_irq.h log diff annotate
message Remove an unused header.

date 2019-03-21T16:51:21Z
author visa
files src/sys/arch/octeon/include/intr.h log diff annotate
message Remove struct intrhand. It is no longer used on octeon.