Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [nick-nhusb] src/sys
Module Name: src
Committed By: skrll
Date: Wed Dec 23 07:59:19 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c motg.c ohci.c xhci.c
src/sys/external/bsd/dwc2 [nick-nhusb]: dwc2.c
Log Message:
Transfer are only ever allocated from thread context now. Change IPL_USB
to IPL_NONE in pool_cache_init for the xfer struct pool.
To generate a diff of this commit:
cvs rdiff -u -r1.234.2.70 -r1.234.2.71 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.12.2.25 -r1.12.2.26 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.254.2.35 -r1.254.2.36 src/sys/dev/usb/ohci.c
cvs rdiff -u -r1.28.2.46 -r1.28.2.47 src/sys/dev/usb/xhci.c
cvs rdiff -u -r1.32.2.14 -r1.32.2.15 src/sys/external/bsd/dwc2/dwc2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index