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:   jmcneill
Date:           Sat Sep 13 17:42:49 UTC 2014

Modified Files:
        src/sys/dev/usb: motg.c motgreg.h
Added Files:
        src/sys/arch/arm/allwinner: awin_otgreg.h

Log Message:
Instead of polluting motgreg.h with AllWinner specific registers (things
were getting out of hand), move the AllWinner reg definitions to
arch/arm/allwinner/awin_otgreg.h and include that instead of
dev/usb/motgreg.h when MOTG_ALLWINNER is defined.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/arm/allwinner/awin_otgreg.h
cvs rdiff -u -r1.9 -r1.10 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/motgreg.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