Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/12/2001 00:31:51
Module Name: syssrc
Committed By: thorpej
Date: Thu Jan 11 22:31:50 UTC 2001
Modified Files:
syssrc/sys/net: if_strip.c if_stripvar.h
Log Message:
Sync with if_sl.c,v 1.65:
Once we have a complete frame, schedule a STRIP 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.28 -r1.29 syssrc/sys/net/if_strip.c
cvs rdiff -r1.9 -r1.10 syssrc/sys/net/if_stripvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.