Module Name: src Committed By: tsutsui Date: Sat Apr 10 18:02:05 UTC 2010
Modified Files: src/sys/arch/atari/dev: atari5380.c dma.c Log Message: Always schedule callback functions via add_sicallback(), which calls softint_schedule(9). We cannot use BASEPRI() to check recursive calls any longer since softint(9) has been reorganized to use kernel thread. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/sys/arch/atari/dev/atari5380.c cvs rdiff -u -r1.24 -r1.25 src/sys/arch/atari/dev/dma.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.