History log of /netbsd-src/sys/arch/dreamcast/dev/microcode/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# cfdefca1 25-Sep-2022 ryo <ryo@NetBSD.org>

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 memse

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.

show more ...


# de079359 06-May-2019 ryo <ryo@NetBSD.org>

don't use tsleep() in interrupt context.
when the audio starts playing, initialization is performed on the aica arm driver side.


# 970e24ee 04-Mar-2006 uwe <uwe@NetBSD.org>

s/u_intN_t/uintN_t/


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# 05d92b70 18-Sep-2004 itohy <itohy@NetBSD.org>

Make sure the string dollar NetBSD doller is stored literally.


# 7973c332 24-Aug-2003 marcus <marcus@NetBSD.org>

Added AICA sound driver contributed by Ryo Shimizu.