Module Name: src Committed By: mrg Date: Mon Aug 19 06:35:14 UTC 2019
Modified Files: src/sys/dev/usb: usbhist.h usbnet.c Log Message: add USBHIST_CALLARGS() frontend to KERNHIST_CALLARGS(). add USBNETHIST_CALLARGS() frontend to USBHIST_CALLARGS(). use both in read/write reg, instead of aprint. use %jx and (uintptr_t) and fix the 32 bit debug build. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/dev/usb/usbhist.h cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/usbnet.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.