OpenBSD cvs log

created 2019-10-15T20:26:03Z
begin 2019-10-07T00:00:00Z
end 2019-10-08T00:00:00Z
path src/sys
commits 10

date 2019-10-07T00:40:04Z
author jmatthew
files src/sys/dev/fdt/if_dwge.c log diff annotate
src/sys/dev/fdt/if_dwxe.c log diff annotate
message Restart the send queue (rather than just clearing OACTIVE) when we've
freed up some space on the tx ring. This fixes stalls seen in tcpbench.

ok dlg@ patrick@ kettenis@

date 2019-10-07T10:47:08Z
author mpi
files src/sys/dev/audio.c log diff annotate
message Convert infinite tsleep(9) to tsleep_nsec(9).

ok ratchov@

date 2019-10-07T11:51:19Z
author dlg
files src/sys/netinet/Attic/ip_ether.c log diff annotate
message ip_ether.c is empty, and now unlinked from the build.

ok jca@ deraadt@ claudio@ visa@

date 2019-10-07T15:36:01Z
author mikeb
files src/sys/dev/pv/hyperv.c log diff annotate
message Attach Hyper-V guest services to VMBus 4.0

Tested by Andre Stoebe and Remi Locherer.

ok deraadt, tb

date 2019-10-07T18:54:03Z
author kettenis
files src/sys/dev/fdt/amliic.c log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
message Add amliic(4), a driver for the I2C controller found on Amlogic SoCs.

ok patrick@

date 2019-10-07T18:55:20Z
author kettenis
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/arch/arm64/conf/RAMDISK log diff annotate
message Add amliic(4) and pcxrtc(4). This adds support for the RTC on the odroid-n2.

ok patrick@

date 2019-10-07T19:28:43Z
author patrick
files src/sys/dev/fdt/mvclock.c log diff annotate
message Add SPI clocks.

ok kettenis@

date 2019-10-07T19:30:12Z
author patrick
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/mvspi.c log diff annotate
message Add mvspi(4), a driver for the SPI controller on the
Armada 3700 SoC.

ok kettenis@

date 2019-10-07T19:35:07Z
author patrick
files src/sys/arch/arm64/conf/GENERIC log diff annotate
src/sys/dev/fdt/files.fdt log diff annotate
src/sys/dev/fdt/moxtet.c log diff annotate
message Add moxtet(4), a driver for the Turris Mox modules. For now this
driver only enumerates and shows the connected modules. The next
step is to implement GPIO controller functionality to e.g. control
the pins to the SFP on the MOX D.

ok kettenis@

date 2019-10-07T22:40:35Z
author cheloha
files src/sys/arch/octeon/dev/octmmc.c log diff annotate
message octmmc(4): msleep(9) -> msleep_nsec(9); ok visa@ kn@