Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/09/2001 07:04:24
Module Name:	syssrc
Committed By:	thorpej
Date:		Tue Jan  9 05:04:24 UTC 2001

Modified Files:
	syssrc/sys/net: if_sl.c if_slvar.h netisr_dispatch.h

Log Message:
Once we have a complete frame, schedule a SLIP software interrupt,
and manipulate ipintrq from there.  This will allow us to clean up
the use of splimp() in this file later.


To generate a diff of this commit:
cvs rdiff -r1.64 -r1.65 syssrc/sys/net/if_sl.c
cvs rdiff -r1.21 -r1.22 syssrc/sys/net/if_slvar.h
cvs rdiff -r1.2 -r1.3 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.