Subject: CVS commit: syssrc/sys/net
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/06/2001 18:46:34
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Oct  6 15:46:34 UTC 2001

Modified Files:
	syssrc/sys/net: netisr.h netisr_dispatch.h

Log Message:
The bridge driver does all forwarding at interrupt level, and
does not use software interrupts; remove these bridge netisr
hooks left over from a previous incarnation of the bridge code.

Noted by Andrew Brown <atatat@atatdot.net>.


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 syssrc/sys/net/netisr.h
cvs rdiff -r1.7 -r1.8 syssrc/sys/net/netisr_dispatch.h

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