Source-Changes archive

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

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Sat Feb 22 12:39:05 UTC 2025

Modified Files:
        src/distrib/utils/embedded/conf [netbsd-10]: evbppc.conf
        src/sys/arch/evbppc/conf [netbsd-10]: WII
        src/sys/arch/evbppc/wii [netbsd-10]: pic_pi.c
        src/sys/arch/evbppc/wii/dev [netbsd-10]: bwai.c
        src/sys/arch/powerpc/oea [netbsd-10]: cpu_subr.c

Log Message:
Pull up following revision(s) (requested by jmcneill in ticket #1057):

        distrib/utils/embedded/conf/evbppc.conf: revision 1.4
        sys/arch/powerpc/oea/cpu_subr.c: revision 1.111
        sys/arch/evbppc/wii/pic_pi.c: revision 1.2
        sys/arch/evbppc/conf/WII: revision 1.9
        sys/arch/evbppc/wii/dev/bwai.c: revision 1.4

wii: Simplify Processor Interface pic code.

wii: Audio playback improvements.
Instead of resetting the byte counter for every block (which is racy),
increment the interrupt timing register by the exact byte count for
each block. Should do better at keeping things in sync.

powerpc: Identify Broadway CPU.
Use hex to report Broadway revision and ignore TAU as it does not exist
on this processor.

wii: Remove some options to save memory.

wii: Disable ntpd by default.
It takes up a lot of memory.


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/distrib/utils/embedded/conf/evbppc.conf
cvs rdiff -u -r1.4.2.6 -r1.4.2.7 src/sys/arch/evbppc/conf/WII
cvs rdiff -u -r1.1.2.2 -r1.1.2.3 src/sys/arch/evbppc/wii/pic_pi.c
cvs rdiff -u -r1.3.2.2 -r1.3.2.3 src/sys/arch/evbppc/wii/dev/bwai.c
cvs rdiff -u -r1.108.16.1 -r1.108.16.2 src/sys/arch/powerpc/oea/cpu_subr.c

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