Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   mrg
Date:           Wed Aug 21 10:48:37 UTC 2019

Modified Files:
        src/sys/dev/usb: uhub.c usb.c usb_mem.c usb_subr.c usbdi.c usbdi_util.c
            usbroothub.c

Log Message:
convert pairs of USBHIST_CALLED()+USBHIST_LOG*() into
USBHIST_CALLARGS() calls.  this reduces the number of
kernel history lines consumed by these callers, and
for the +LOGN versions, add useful log info to a
message that just says "called!".

reduces the line spam which means the total info in a
full log is significantly increased.


To generate a diff of this commit:
cvs rdiff -u -r1.142 -r1.143 src/sys/dev/usb/uhub.c
cvs rdiff -u -r1.179 -r1.180 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.70 -r1.71 src/sys/dev/usb/usb_mem.c
cvs rdiff -u -r1.237 -r1.238 src/sys/dev/usb/usb_subr.c
cvs rdiff -u -r1.182 -r1.183 src/sys/dev/usb/usbdi.c
cvs rdiff -u -r1.74 -r1.75 src/sys/dev/usb/usbdi_util.c
cvs rdiff -u -r1.8 -r1.9 src/sys/dev/usb/usbroothub.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