OpenBSD cvs log

created 2019-08-24T16:54:23Z
begin 2019-08-19T00:00:00Z
end 2019-08-20T00:00:00Z
path src/sys
commits 10

date 2019-08-19T06:13:44Z
author kettenis
files src/sys/dev/fdt/sxiccmu_clocks.h log diff annotate
message Add missing OHCI clocks for Allwinner R40.

tested by jsing@

date 2019-08-19T07:07:35Z
author jan
files src/sys/dev/pci/if_ix.c log diff annotate
message Enable TCP and UDP checksum offloading by default for ix(4).

ok deraadt@

date 2019-08-19T07:27:11Z
author jsg
files src/sys/arch/armv7/sunxi/sxiahci.c log diff annotate
message match on r40 ahci

tested by and ok jsing@ ok kettenis@

date 2019-08-19T09:34:13Z
author jsg
files src/sys/dev/pci/drm/amd/amdgpu/amdgpu_ib.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_object.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_virt.h log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/amdgpu_vm.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v7_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v8_0.c log diff annotate
src/sys/dev/pci/drm/amd/amdgpu/gmc_v9_0.c log diff annotate
src/sys/dev/pci/drm/include/drm/ttm/ttm_set_memory.h log diff annotate
src/sys/dev/pci/drm/include/generated/autoconf.h log diff annotate
src/sys/dev/pci/drm/radeon/radeon_device.c log diff annotate
src/sys/dev/pci/drm/radeon/radeon_gart.c log diff annotate
src/sys/dev/pci/drm/ttm/ttm_bo_util.c log diff annotate
message define CONFIG_X86* in autoconf.h as needed and reduce diff to linux
ok kettenis@

date 2019-08-19T17:16:55Z
author krw
files src/sys/dev/ata/atascsi.c log diff annotate
src/sys/dev/ata/atascsi.h log diff annotate
message Remove some unused code left over from an ancient (i.e. 2007) attempt
to present wd disks as sd drives.

ok deraadt@

date 2019-08-19T18:31:02Z
author kettenis
files src/sys/dev/ipmi.c log diff annotate
src/sys/dev/ipmivar.h log diff annotate
src/sys/dev/i2c/files.i2c log diff annotate
message Add support for SMBus System Interface (SSIF).

ok jmatthew@

date 2019-08-19T18:31:03Z
author kettenis
files src/sys/dev/i2c/ipmi_i2c.c log diff annotate
message Add support for SMBus System Interface (SSIF).

ok jmatthew@

date 2019-08-19T21:08:26Z
author bru
files src/sys/dev/pckbc/pms.c log diff annotate
message Accept more elantech-v4 models, and apply a test for external buttons.

Thanks to Alexander Cronheim.

ok mpi@

date 2019-08-19T21:19:38Z
author bru
files src/sys/dev/wscons/wsconsio.h log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmouseinput.h log diff annotate
message Add a configuration option for reverse scrolling.

ok patrick@

date 2019-08-19T21:22:26Z
author deraadt
files src/sys/arch/amd64/amd64/acpi_machdep.c log diff annotate
message Restore msrs & pat on main cpu. jcs observed a slow console on x1r7,
and kettenis identified missing pat restore.
Many other machines may be improved by this change.
ok kettenis jcs