CVS commit: src/sys/dev/pci

2016-04-30 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Sun May 1 04:22:50 UTC 2016 Modified Files: src/sys/dev/pci: agp_i810.c agpreg.h Log Message: kern/50453: Separate Pineview chipset from i915-family chipset support. Should use AGP_I965_IFPADDR instead AGP_I915_IFPADDR in

CVS commit: src/sys/arch/arm/arm32

2016-04-30 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Sat Apr 30 19:20:47 UTC 2016 Modified Files: src/sys/arch/arm/arm32: arm32_machdep.c Log Message: * fix checking physical address range. on some arm devices, physical memory doesn't start from 0x. * allow /dev/mem to

CVS commit: src/sys/dev/usb

2016-04-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 30 18:40:26 UTC 2016 Modified Files: src/sys/dev/usb: uhidev.c Log Message: Make #if 0 code that sets the protocol mode compilable. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/arch/prep/stand/boot

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 15:09:25 UTC 2016 Modified Files: src/sys/arch/prep/stand/boot: siop.c Log Message: Appease gcc - error: 'error' may be used uninitialized in this function To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 15:03:55 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Comment updates from t-hash + Add and update comments. + Update spec URLs. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 15:02:53 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Updates from t-hash + Split out printing PSI and taking ownership. + Split out resetting HC. + Split out calculating TRB index. XXX

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 15:00:24 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Cancel command when command times out. From t-hash. XXX interrupt context? To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:56:20 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Fix type of return value in xhci_do_command To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/dev/usb/xhci.c Please note that

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:53:07 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Updates from t-hash + Change xhci_init() returns errno. + Fix memory leaks in error paths. + Add more messages for critical errors. To

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:51:04 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Wrap long line. From t-hash. To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 src/sys/dev/usb/xhci.c Please note that diffs are not

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:46:06 UTC 2016 Modified Files: src/sys/dev/usb: xhci.c Log Message: Use XHCI_XFER2XXFER >From t-hash To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/sys/dev/usb/xhci.c Please note that diffs are

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:33:16 UTC 2016 Modified Files: src/sys/dev/usb: ukbd.c Log Message: Make GDIUM_KEYBOARD_HACK compile To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/dev/usb/ukbd.c Please note that diffs

CVS commit: src/share/man/man8

2016-04-30 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Apr 30 14:32:23 UTC 2016 Modified Files: src/share/man/man8/man8.acorn26: boot26.8 src/share/man/man8/man8.acorn32: boot32.8 Log Message: Change RB_QUIET and RB_VERBOSE to AB_QUIET and AB_VERBOSE. It appears

CVS commit: src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 14:31:39 UTC 2016 Modified Files: src/sys/dev/usb: usb_mem.c Log Message: Make USB_FRAG_DMA_WORKAROUND compile To generate a diff of this commit: cvs rdiff -u -r1.67 -r1.68 src/sys/dev/usb/usb_mem.c Please note that

CVS commit: src/lib/csu/common

2016-04-30 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Apr 30 13:12:13 UTC 2016 Modified Files: src/lib/csu/common: Makefile.inc Log Message: Gcc 5.3 seems to do fine compiling this for sparc64, so exclude it from the -O1 hack To generate a diff of this commit: cvs rdiff -u

CVS commit: [nick-nhusb] src/sys

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 10:34:15 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: ehci.c ehcivar.h ohci.c ohcivar.h uhci.c uhcivar.h usbdivar.h xhci.c xhcivar.h src/sys/external/bsd/dwc2 [nick-nhusb]: dwc2.c dwc2var.h

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 08:48:09 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: if_upgt.c Log Message: Partial conversion from spl(9)/tsleep(9) to mutex(9)/condvar(9) To generate a diff of this commit: cvs rdiff -u -r1.12.4.10

CVS commit: [nick-nhusb] src/sys/dev/usb

2016-04-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Apr 30 08:45:13 UTC 2016 Modified Files: src/sys/dev/usb [nick-nhusb]: if_otus.c if_otusvar.h Log Message: Convert from spl(9)/tsleep(9) to mutex(9)/condvar(9) To generate a diff of this commit: cvs rdiff -u -r1.25.6.5