OpenBSD cvs log

created 2019-05-08T05:20:13Z
begin 2018-01-27T00:00:00Z
end 2018-01-28T00:00:00Z
path src/sys
commits 2

date 2018-01-27T13:44:03Z
author stsp
files src/sys/arch/sparc64/dev/vldcp.c log diff annotate
src/sys/arch/sparc64/dev/vnet.c log diff annotate
message Fix an interrupt storm issue in vnet(4) mpi@ managed to trigger on my T5220,
similar to the issue fixed in vldcp(4) recently. For good measure also fix
it again in vldcp(4) in case the Rx channel is reset rather than goes down.

My T5220 has been running fine with this change.

ok kettenis@

date 2018-01-27T22:55:23Z
author naddy
files src/sys/arch/alpha/alpha/autoconf.c log diff annotate
src/sys/arch/arm64/arm64/autoconf.c log diff annotate
src/sys/arch/armv7/armv7/autoconf.c log diff annotate
src/sys/arch/hppa/hppa/autoconf.c log diff annotate
src/sys/arch/i386/i386/autoconf.c log diff annotate
src/sys/arch/landisk/landisk/autoconf.c log diff annotate
src/sys/arch/loongson/loongson/autoconf.c log diff annotate
src/sys/arch/luna88k/luna88k/autoconf.c log diff annotate
src/sys/arch/macppc/macppc/autoconf.c log diff annotate
src/sys/arch/octeon/octeon/autoconf.c log diff annotate
src/sys/arch/sgi/sgi/autoconf.c log diff annotate
src/sys/arch/socppc/socppc/autoconf.c log diff annotate
src/sys/arch/sparc64/sparc64/autoconf.c log diff annotate
message Sync the nam2blk entries with the bdevsw table, which is the
definitive list of block devices supported on an architecture.
ok kettenis@ deraadt@