OpenBSD cvs log

created 2018-12-03T16:35:19Z
begin 2018-11-18T00:00:00Z
end 2018-11-19T00:00:00Z
path src/sys
commits 6

date 2018-11-18T08:42:15Z
author jmatthew
files src/sys/dev/pci/if_ixl.c log diff annotate
message request notification of link state changes, which helps us detect
link when it takes a bit longer to establish.

ok dlg@

date 2018-11-18T08:46:57Z
author jmatthew
files src/sys/dev/pci/xhci_pci.c log diff annotate
message When parsing extended capabilities, bail out if a register read returns
-1/0xffffffff, so we don't run off the end of the register area and crash.
The controller doesn't initialise, but this is still an improvement.
Seen on Dell R6415s when booting in BIOS mode, and possibly on some
Supermicro systems.

ok mpi@

date 2018-11-18T16:23:14Z
author mpi
files src/sys/dev/usb/uplcom.c log diff annotate
message USB_DEBUG -> UPLCOM_DEBUG.

date 2018-11-18T16:24:05Z
author mpi
files src/sys/dev/usb/ohci.c log diff annotate
message Remove old USB_DEBUG chunk.

date 2018-11-18T16:33:26Z
author mpi
files src/sys/dev/usb/usb.c log diff annotate
src/sys/dev/usb/usb_mem.c log diff annotate
src/sys/dev/usb/usb_subr.c log diff annotate
src/sys/dev/usb/usbdi.c log diff annotate
src/sys/dev/usb/usbdi_util.c log diff annotate
message Use "%s", __func__ in DPRINTF() to reduce grep noise.

date 2018-11-18T16:44:30Z
author mpi
files src/sys/dev/usb/usb_subr.c log diff annotate
message More uses of __func__ in debug printfs.