Source-Changes archive

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

CVS commit: [netbsd-7] src



Module Name:    src
Committed By:   martin
Date:           Wed Nov 12 19:54:46 UTC 2014

Modified Files:
        src/etc/etc.evbarm [netbsd-7]: Makefile.inc
        src/sys/arch/evbarm/conf [netbsd-7]: BPI CUBIEBOARD CUBIETRUCK mk.awin
            std.awin
        src/sys/conf [netbsd-7]: files
        src/sys/dev/usb [netbsd-7]: motg.c motgvar.h
Added Files:
        src/sys/arch/evbarm/conf [netbsd-7]: BPI_INSTALL

Log Message:
Pull up following revision(s) (requested by skrll in ticket #222):
        etc/etc.evbarm/Makefile.inc                     1.64
        sys/arch/evbarm/conf/BPI                        1.2,1.4,1.6-1.7,1.9
        sys/arch/evbarm/conf/BPI_INSTALL                1.1
        sys/arch/evbarm/conf/CUBIEBOARD                 1.18-1.30
        sys/arch/evbarm/conf/CUBIETRUCK                 1.4,1.6
        sys/arch/evbarm/conf/mk.awin                    1.4
        sys/arch/evbarm/conf/std.awin                   1.4 (via patch)
        sys/conf/files                                  1.1104
        sys/dev/usb/motg.c                              1.9-1.12
        sys/dev/usb/motgreg.h                           1.2-1.4
Allow attachment glue to override the number of endpoints
-
options MOTG_ALLWINNER to select the awin specific reg layout
options MOTG_ALLWINNER
-
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.
let the bus driver override fifo size
-
If the bus driver supplies a fifo size and dynfifo is true, use it
-
Various kernel config fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.63.2.1 src/etc/etc.evbarm/Makefile.inc
cvs rdiff -u -r1.2.2.3 -r1.2.2.4 src/sys/arch/evbarm/conf/BPI
cvs rdiff -u -r0 -r1.1.2.2 src/sys/arch/evbarm/conf/BPI_INSTALL
cvs rdiff -u -r1.12.2.1 -r1.12.2.2 src/sys/arch/evbarm/conf/CUBIEBOARD
cvs rdiff -u -r1.2.4.2 -r1.2.4.3 src/sys/arch/evbarm/conf/CUBIETRUCK
cvs rdiff -u -r1.2.2.2 -r1.2.2.3 src/sys/arch/evbarm/conf/mk.awin
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbarm/conf/std.awin
cvs rdiff -u -r1.1096.2.2 -r1.1096.2.3 src/sys/conf/files
cvs rdiff -u -r1.6.4.1 -r1.6.4.2 src/sys/dev/usb/motg.c
cvs rdiff -u -r1.2 -r1.2.4.1 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