Subject: CVS commit: syssrc/sys/arch/macppc/dev
To: None <source-changes@netbsd.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 02/23/2002 12:47:17
Module Name:	syssrc
Committed By:	dbj
Date:		Sat Feb 23 10:47:17 UTC 2002

Modified Files:
	syssrc/sys/arch/macppc/dev: adb_direct.c

Log Message:
In adb_soft_intr, remove the packet from the queue before calling the
completion routine so that the completion routine can reentrantly
process the queue.  This happens, for example. when polling is turned
on by entering the debugger by keystroke.


To generate a diff of this commit:
cvs rdiff -r1.20 -r1.21 syssrc/sys/arch/macppc/dev/adb_direct.c

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