Re: CVS commit: src/sys

2014-08-05 Thread Takahiro HAYASHI

(08/05/14 17:33), Nick Hudson wrote:

Module Name:src
Committed By:   skrll
Date:   Tue Aug  5 08:33:50 UTC 2014

Modified Files:
src/sys/dev/usb: ohci.c xhci.c
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Prevent the root hub sending updates once the root interrupt abort is
called.


sc in {ehci,ohci,xhci}_root_intr_abort is now used always,
so #ifdef DIAGNOSTIC should be removed.


Thanks,
--
t-hash


Re: CVS commit: src/sys

2014-08-05 Thread Nick Hudson

On 08/05/14 10:43, Takahiro HAYASHI wrote:

(08/05/14 17:33), Nick Hudson wrote:

Module Name:src
Committed By:skrll
Date:Tue Aug  5 08:33:50 UTC 2014

Modified Files:
src/sys/dev/usb: ohci.c xhci.c
src/sys/external/bsd/dwc2: dwc2.c

Log Message:
Prevent the root hub sending updates once the root interrupt abort is
called.


sc in {ehci,ohci,xhci}_root_intr_abort is now used always,
so #ifdef DIAGNOSTIC should be removed.


Fixed.

Thanks,
Nick


re: CVS commit: src/lib/libc/sys

2014-08-05 Thread matthew green

 XXX Do we not guarantee page-granularity inheritance?  Cursory glance
 at uvm suggests we do -- can we nix the caveats about regions vs
 pages?

i think so, i had meant to make the same comment while looking at
this yesterday.


.mrg.