Subject: CVS commit: [netbsd-3] src/sys/net
To: None <source-changes@NetBSD.org>
From: Matthias Scheler <tron@netbsd.org>
List: source-changes
Date: 06/10/2005 15:52:56
Module Name:	src
Committed By:	tron
Date:		Fri Jun 10 15:52:56 UTC 2005

Modified Files:
	src/sys/net [netbsd-3]: if_tap.c

Log Message:
Pull up revision 1.9 (requested by bouyer in ticket #438):
call (ifp->if_input) at splnet(). ifp->if_input points to ether_input()
which doesn't raise the IPL itself in all cases.
Should also fix PR 29546 (the pkgsrc kernel module needs to be updated).


To generate a diff of this commit:
cvs rdiff -r1.6 -r1.6.2.1 src/sys/net/if_tap.c

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