OpenBSD cvs log

created 2018-11-30T02:50:09Z
begin 2018-08-26T00:00:00Z
end 2018-08-27T00:00:00Z
path src/sys
commits 5

date 2018-08-26T06:40:03Z
author jmatthew
files src/sys/dev/pci/if_bnxt.c log diff annotate
message return -1 from the interrupt handler if we didn't find any work to do

date 2018-08-26T14:12:47Z
author kettenis
files src/sys/dev/fdt/dwmmc.c log diff annotate
message Add support for HiSilicon Hi3660 (Kirin960) and Hi3670 (Kirin970).

date 2018-08-26T16:52:16Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/plgpio.c log diff annotate
message Add plgpio(4), a driver for the ARM PrimeCell GPIO (PL061) peripheral.

ok jsg@, patrick@

date 2018-08-26T19:50:08Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/pinctrl.c log diff annotate
message Add pinctrl(4), a generic pin mux driver.

ok patrick@

date 2018-08-26T22:30:00Z
author mpi
files src/sys/netinet6/in6_ifattach.c log diff annotate
message Do not add ::1 on non-default lo(4) as intended.

Reported by and ok sthen@