OpenBSD cvs log

created 2019-09-02T02:58:53Z
begin 2019-08-24T00:00:00Z
end 2019-08-25T00:00:00Z
path src/sys
commits 5

date 2019-08-24T01:39:55Z
author jsg
files src/sys/dev/pci/drm/i915/i915_pci.c log diff annotate
src/sys/dev/pci/drm/include/drm/i915_pciids.h log diff annotate
message drm/i915/cml: Add CML PCI IDS

From Anusha Srivatsa
a7b4deeb02b978bc59808cb13c93ba84f01023a4 in mainline linux

date 2019-08-24T01:43:12Z
author jsg
files src/sys/dev/pci/drm/i915/i915_drv.c log diff annotate
src/sys/dev/pci/drm/i915/i915_drv.h log diff annotate
message drm/i915/cml: Introduce Comet Lake PCH

From Anusha Srivatsa
729ae330a0f2e270db2ca70c06a83d0aa2776288 in mainline linux

date 2019-08-24T01:45:59Z
author jsg
files src/sys/dev/pci/drm/i915/i915_devlist.h log diff annotate
message sync devlist

date 2019-08-24T02:13:55Z
author krw
files src/sys/scsi/safte.c log diff annotate
message KNF tweak.

date 2019-08-24T13:41:06Z
author krw
files src/sys/scsi/scsiconf.c log diff annotate
src/sys/scsi/scsiconf.h log diff annotate
message Simply logic of detaching things. scsi_detach_bus() folded into
scsi_detach(), scsi_detach_target() and scsi_detach_lun() become
simple wrappers of scsi_detach() invocations.

No intentional functional change.