OpenBSD cvs log

created 2019-07-09T07:31:10Z
begin 2019-06-30T00:00:00Z
end 2019-07-01T00:00:00Z
path src/sys
commits 7

date 2019-06-30T00:23:22Z
author aoyama
files src/sys/arch/luna88k/cbus/i82365_cbus.c log diff annotate
src/sys/arch/luna88k/conf/GENERIC log diff annotate
message Change pcic(4) attached with resources specified by locators on luna88k,
rather than #define'd ones.

Compiled and tested by my own LUNA-88K2.

date 2019-06-30T07:37:47Z
author visa
files src/sys/arch/sgi/sgi/locore.S log diff annotate
message Compute address for ll/sc only once.

date 2019-06-30T07:41:50Z
author visa
files src/sys/arch/mips64/mips64/arcbios.c log diff annotate
message Ansify function definitions.

date 2019-06-30T15:51:11Z
author jsg
files src/sys/dev/pci/drm/i915/intel_sdvo.c log diff annotate
src/sys/dev/pci/drm/i915/intel_sdvo_regs.h log diff annotate
message drm/i915/sdvo: Implement proper HDMI audio support for SDVO

From Ville Syrjala
b08ec06c94fc5575cd2e5daea2db7861c9c72bd0 in linux 4.19.y/4.19.53
d74408f528261f900dddb9778f61b5c5a7a6249c in mainline linux

date 2019-06-30T15:53:17Z
author jsg
files src/sys/dev/pci/drm/drm_edid.c log diff annotate
message drm/edid: abstract override/firmware EDID retrieval

From Jani Nikula
29a6026624cde0a378ac4ebd2f697ee6d941adf9 in linux 4.19.y/4.19.53
56a2b7f2a39a8d4b16a628e113decde3d7400879 in mainline linux

date 2019-06-30T15:57:13Z
author jsg
files src/sys/dev/pci/drm/drm_edid.c log diff annotate
src/sys/dev/pci/drm/drm_probe_helper.c log diff annotate
src/sys/dev/pci/drm/include/drm/drm_edid.h log diff annotate
message drm: add fallback override/firmware EDID modes workaround

From Jani Nikula
04757d0e37897cdfa59050157b9083d661bd099e in linux 4.19.y/4.19.53
48eaeb7664c76139438724d520a1ea4a84a3ed92 in mainline linux

date 2019-06-30T23:02:28Z
author dlg
files src/sys/net/if.c log diff annotate
message if_vinput should pass BPF_DIRECTION_IN to bpf_mtap, not OUT