Home | History | Annotate | Download | only in microcode
History log of /src/sys/arch/dreamcast/dev/microcode/aica_armcode.h
RevisionDateAuthorComments
 1.5  25-Sep-2022  ryo arm side of aica(4) sometimes became unresponsive when audioplay was performed several times.

- disabled data cache at startup.
- compiled with cross-arm-none-eabi-gcc-8.3.0nb4 of pkg.
- added memset() in asm because gcc8 (and later) detects the zero clear part in
own bzero function and calls memset internally, and bzero were replaced with memset.
 1.4  06-May-2019  ryo branches: 1.4.2;
don't use tsleep() in interrupt context.
when the audio starts playing, initialization is performed on the aica arm driver side.
 1.3  11-Dec-2005  christos branches: 1.3.166;
merge ktrace-lwp.
 1.2  19-Feb-2005  tsutsui - u_intNN_t -> uintNN_t
- more ANSI function decls
- sone KNF
 1.1  24-Aug-2003  marcus branches: 1.1.4; 1.1.10; 1.1.12;
Added AICA sound driver contributed by Ryo Shimizu.
 1.1.12.1  19-Mar-2005  yamt sync with head. xen and whitespace. xen part is not finished.
 1.1.10.1  29-Apr-2005  kent sync with -current
 1.1.4.5  04-Mar-2005  skrll Sync with HEAD.

Hi Perry!
 1.1.4.4  21-Sep-2004  skrll Fix the sync with head I botched.
 1.1.4.3  18-Sep-2004  skrll Sync with HEAD.
 1.1.4.2  03-Aug-2004  skrll Sync with HEAD
 1.1.4.1  24-Aug-2003  skrll file aica_armcode.h was added on branch ktrace-lwp on 2004-08-03 10:33:53 +0000
 1.3.166.1  10-Jun-2019  christos Sync with HEAD
 1.4.2.1  20-Apr-2023  martin Pull up following revision(s) (requested by tsutsui in ticket #1628):

sys/arch/dreamcast/dev/microcode/aica_armcode.h: revision 1.5
sys/arch/dreamcast/dev/microcode/aica_arm_locore.S: revision 1.4
sys/arch/dreamcast/dev/microcode/aica_arm_locore.S: revision 1.5
sys/arch/dreamcast/dev/microcode/Makefile: revision 1.6
sys/arch/dreamcast/dev/microcode/aica_arm.c: revision 1.7
sys/arch/dreamcast/dev/microcode/aica_arm.c: revision 1.8

arm side of aica(4) sometimes became unresponsive when audioplay was performed several times.
- disabled data cache at startup.
- compiled with cross-arm-none-eabi-gcc-8.3.0nb4 of pkg.
- added memset() in asm because gcc8 (and later) detects the zero clear part in
own bzero function and calls memset internally, and bzero were replaced with memset.
improve comment, update mailaddr, and remove clause 3 from my licenses.

RSS XML Feed