Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Michael Lorenz <macallan@netbsd.org>
List: source-changes
Date: 02/05/2007 18:26:06
Module Name:	src
Committed By:	macallan
Date:		Mon Feb  5 18:26:06 UTC 2007

Modified Files:
	src/sys/arch/macppc/dev: cuda.c

Log Message:
- don't go CUDA_IDLE before calling message handlers, that way we force all
  writes they might issue to be delayed which keeps us from deadlocking
- don't splhigh() in cuda_intr() - usually we're there already. Instead do
  the splhigh()/splx() dance when we're polling
- remove some leftover debugging gunk


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/arch/macppc/dev/cuda.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.