Subject: CVS commit: src/sys/dev/ieee1394
To: None <source-changes@NetBSD.org>
From: KIYOHARA Takashi <kiyohara@netbsd.org>
List: source-changes
Date: 07/23/2005 16:55:13
Module Name:	src
Committed By:	kiyohara
Date:		Sat Jul 23 16:55:13 UTC 2005

Modified Files:
	src/sys/dev/ieee1394: fw_port.h if_fwip.c

Log Message:
Since fwip_unicast_input_recycle() is called from interrupt context, one
can't sleep there.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/ieee1394/fw_port.h
cvs rdiff -r1.1 -r1.2 src/sys/dev/ieee1394/if_fwip.c

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