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:   bouyer
Date:           Wed Jul 16 18:22:23 UTC 2014

Modified Files:
        src/sys/conf: files
        src/sys/dev: DEVNAMES
Added Files:
        src/sys/dev/usb: motg.c motgreg.h motgvar.h

Log Message:
Add motg(4), a driver for Mentor Graphic's OTG USB controller IP,
as found in several SoCs.
Only host mode is supported, good enough for umass (USB keys), kubd and ums,
and USB2 hubs.
It fails to properly talk to USB/serial adapters at this time.


To generate a diff of this commit:
cvs rdiff -u -r1.1093 -r1.1094 src/sys/conf/files
cvs rdiff -u -r1.289 -r1.290 src/sys/dev/DEVNAMES
cvs rdiff -u -r0 -r1.1 src/sys/dev/usb/motg.c src/sys/dev/usb/motgreg.h \
    src/sys/dev/usb/motgvar.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