OpenBSD cvs log

created 2023-04-15T20:37:17Z
begin 2023-04-12T00:00:00Z
end 2023-04-13T00:00:00Z
path src/sys
commits 6

date 2023-04-12T02:20:07Z
author jsg
files src/sys/arch/octeon/dev/octmmc.c log diff annotate
message remove unused buffer selection code
ok visa@

date 2023-04-12T10:12:14Z
author kettenis
files src/sys/dev/pci/pcidevs log diff annotate
message Add PCI IDs for the 2nd generation Aquantio 10G NICs.

ok mlarkin@

date 2023-04-12T10:12:42Z
author kettenis
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2023-04-12T15:56:08Z
author kettenis
files src/sys/dev/pci/pcidevs log diff annotate
message Add BCM4388.

ok patrick@, deraadt@

date 2023-04-12T15:56:33Z
author kettenis
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2023-04-12T16:14:42Z
author kn
files src/sys/netinet/if_ether.c log diff annotate
message Pull MP-safe arprequest() out of kernel lock

Defer sending after unlock, reuse `refresh' from similar construct.

OK bluhm