OpenBSD cvs log

created 2019-03-30T17:13:01Z
begin 2019-03-27T00:00:00Z
end 2019-03-28T00:00:00Z
path src/sys
commits 4

date 2019-03-27T07:55:24Z
author kevlo
files src/sys/dev/pci/if_alc.c log diff annotate
message Add AR8152 PCI ids to alc_phy_down(), based on FreeBSD r272730.

From Brad

date 2019-03-27T22:04:20Z
author kettenis
files src/sys/dev/usb/usbdevs log diff annotate
message Add Exar XR21V1410.

ok deraadt@

date 2019-03-27T22:05:06Z
author kettenis
files src/sys/dev/usb/usbdevs.h log diff annotate
src/sys/dev/usb/usbdevs_data.h log diff annotate
message regen

date 2019-03-27T22:08:51Z
author kettenis
files src/sys/dev/usb/files.usb log diff annotate
src/sys/dev/usb/uxrcom.c log diff annotate
message Add uxrcom(4), a driver for the Exar XR21V1410 USB serial adapter.
Even though these chips implement the standard USB CDC class protocol
we need a separate driver to be able to disable hardware flow control.
Hardware flow control is automatically enabled in CDC mode but if the
relevant lines aren't connected this prevents the chip from getting
input.

ok deraadt@