Source-Changes archive

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

CVS commit: src/sys



Module Name:    src
Committed By:   mrg
Date:           Thu Oct 29 00:15:48 UTC 2015

Modified Files:
        src/sys/arch/evbarm/conf: ODROID-U ODROID-XU VEXPRESS_A15
        src/sys/arch/evbmips/conf: CI20
        src/sys/dev/usb: ehci.c files.usb usb.c usbhist.h

Log Message:
eliminate USBHIST as a define/option.  it was entangled with USB_DEBUG
and only referenced a handful of times.  rename any usage in configs.

fixes recent build problems i introduced with the previous files.usb
change.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/sys/arch/evbarm/conf/ODROID-U
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/ODROID-XU
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/evbarm/conf/VEXPRESS_A15
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/evbmips/conf/CI20
cvs rdiff -u -r1.245 -r1.246 src/sys/dev/usb/ehci.c
cvs rdiff -u -r1.136 -r1.137 src/sys/dev/usb/files.usb
cvs rdiff -u -r1.159 -r1.160 src/sys/dev/usb/usb.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/usbhist.h

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