OpenBSD cvs log

created 2018-12-19T15:25:37Z
begin 2018-04-27T06:00:00Z
end 2018-04-27T12:00:00Z
path src/sys
commits 11

date 2018-04-27T06:41:12Z
author patrick
files src/sys/dev/fdt/if_fec.c log diff annotate
message Newer fec(4), like implemented on i.MX8M, have multiple interrupt lines
to the ethernet controller for different types of events. On the i.MX8M
interrupts only seem to happen on the last interrupt, while the i.MX6 that
we support very well only has a single interrupt line. Simply establish
all three lines (if available) in a non-MPSAFE fashion to make ethernet
work on the i.MX8M SoC.

ok kettenis@

date 2018-04-27T06:45:40Z
author patrick
files src/sys/dev/fdt/imxesdhc.c log diff annotate
message The i.MX8M has the same quirk as the i.MX6SX, where the CAP1 register
spills into the CAP register.

date 2018-04-27T08:08:06Z
author guenther
files src/sys/dev/usb/ubsa.c log diff annotate
src/sys/dev/usb/uvscom.c log diff annotate
src/sys/scsi/scsi_ioctl.c log diff annotate
message Delete superfluous includes of

ok krw@

date 2018-04-27T08:14:15Z
author guenther
files src/sys/arch/amd64/amd64/db_trace.c log diff annotate
message Fix the prologue detection to match amd64 opcodes, not i386 opcodes

ok mlarkin@

date 2018-04-27T09:40:59Z
author tb
files src/sys/dev/usb/uplcom.c log diff annotate
message Remove duplicate device identification so my usb drive attaches as a umass
and not as a uplcom.

From mpi, ok deraadt, no objection kettenis

date 2018-04-27T10:11:28Z
author mpi
files src/sys/dev/usb/xhci.c log diff annotate
message Fix an off-by-one in xhci_xfer_tdsize().

While here use UE_GET_SIZE() coherently.

ok pirofti@, stsp@, visa@

date 2018-04-27T10:13:37Z
author mpi
files src/sys/kern/kern_descrip.c log diff annotate
src/sys/kern/kern_event.c log diff annotate
src/sys/kern/kern_exec.c log diff annotate
src/sys/kern/sys_generic.c log diff annotate
src/sys/kern/uipc_syscalls.c log diff annotate
src/sys/kern/uipc_usrreq.c log diff annotate
src/sys/kern/vfs_lookup.c log diff annotate
src/sys/kern/vfs_syscalls.c log diff annotate
src/sys/miscfs/fuse/fuse_vfsops.c log diff annotate
src/sys/uvm/uvm_mmap.c log diff annotate
message Move FREF() inside fd_getfile().

ok visa@

date 2018-04-27T10:16:26Z
author mpi
files src/sys/dev/usb/xhci.c log diff annotate
message Print index as unsigned.

date 2018-04-27T10:26:15Z
author mlarkin
files src/sys/arch/amd64/amd64/vmm.c log diff annotate
src/sys/arch/amd64/include/vmmvar.h log diff annotate
message vmm(4): pass through ELCRx ports to vmd(8)

These ports are used for Edge/Level control on the legacy PIC and will be
needed for a subsequent commit.

date 2018-04-27T10:35:28Z
author mlarkin
files src/sys/dev/pci/pcidevs log diff annotate
message add Marvell 88W8897 wireless to pcidevs (no driver yet)

date 2018-04-27T10:35:54Z
author mlarkin
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen