OpenBSD cvs log

created 2018-12-03T16:31:38Z
begin 2018-11-16T00:00:00Z
end 2018-11-17T00:00:00Z
path src/sys
commits 7

date 2018-11-16T08:43:08Z
author dlg
files src/sys/net/if_vlan.c log diff annotate
src/sys/net/if_vlan_var.h log diff annotate
message use txprio, not link0 and llprio, to set the dot1p field in the header.

if you're using llprio and link0, you'll need to update your config.

ok claudio@

date 2018-11-16T11:55:56Z
author mpi
files src/sys/dev/usb/umidi.c log diff annotate
message free(9) sizes for array of endpoints.

ok ratchov@

date 2018-11-16T11:56:42Z
author mpi
files src/sys/dev/usb/usb_subr.c log diff annotate
message free(9) sizes for array of interfaces.

ok visa@

date 2018-11-16T11:57:29Z
author mpi
files src/sys/dev/usb/uhci.c log diff annotate
message free(9) sizes for interrupt & isochronous arrays.

ok visa@

date 2018-11-16T18:20:33Z
author jcs
files src/sys/dev/pci/pcidevs log diff annotate
message add more intel 100 series devices

date 2018-11-16T18:21:07Z
author jcs
files src/sys/dev/pci/pcidevs.h log diff annotate
src/sys/dev/pci/pcidevs_data.h log diff annotate
message regen

date 2018-11-16T20:11:52Z
author patrick
files src/sys/dev/fdt/sximmc.c log diff annotate
message Add support for Allwinner A64's eMMC controller. It is essentially
the same as the MMC controller but has the same DMA max length as
the A10 SoC. This makes the eMMC work on the Pinebook.

ok jsg@