OpenBSD cvs log

created 2019-05-08T22:47:41Z
begin 2018-03-16T00:00:00Z
end 2018-03-17T00:00:00Z
path src/sys
commits 6

date 2018-03-16T04:28:14Z
author jmatthew
files src/sys/dev/pci/mfii.c log diff annotate
message Allocate an mfi frame for each ccb, to be used to submit passthrough
commands later.

part of a diff from Naoki Fukaumi
ok dlg@

date 2018-03-16T04:30:31Z
author jmatthew
files src/sys/dev/pci/mfii.c log diff annotate
message use MFI_STAT_INVALID_STATUS where appropriate

part of a diff from Naoki Fukaumi
ok dlg@

date 2018-03-16T05:12:37Z
author jmatthew
files src/sys/dev/pci/mfii.c log diff annotate
message Improve calculation of the number of commands and sges available.
The maximum number of commands may be specified in outbound scratch register
3, should be limited to 1024, and should further be reduced by one to ensure
the reply queue doesn't overflow.

The maximum number of sges in a command should be the highest power of two
that fits in the space available in the io frame and in a chained sge frame.
The maximum size of a chained frame is specified in outbound scratch
register 2.

part of a diff from Naoki Fukaumi
ok dlg@

date 2018-03-16T06:30:50Z
author jsg
files src/sys/dev/pci/if_em.c log diff annotate
src/sys/dev/pci/if_em_hw.c log diff annotate
src/sys/dev/pci/if_em_hw.h log diff annotate
message Add untested support for Cannon Lake and Ice Lake Ethernet (pch_cnp).
Going by changes in FreeBSD and Linux it is almost identical to pch_spt
but doesn't need one of the workarounds for a pch_spt specific errata.

date 2018-03-16T12:31:09Z
author mpi
files src/sys/netinet6/ip6_output.c log diff annotate
message Consistently spell "IPsec" in comments and debug outputs.

From Raf Czlonka, ok sthen@

date 2018-03-16T21:46:04Z
author kettenis
files src/sys/arch/arm/arm/arm_machdep.c log diff annotate
src/sys/arch/arm/arm/process_machdep.c log diff annotate
src/sys/arch/arm/arm/vfp.c log diff annotate
src/sys/arch/arm/arm/vm_machdep.c log diff annotate
src/sys/arch/arm/include/vfp.h log diff annotate
message Make FPU registers available in core dumps and through ptrace(2).

ok visa@, patrick@