Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/12/2001 21:26:49
Module Name: syssrc
Committed By: thorpej
Date: Fri Jan 12 19:26:49 UTC 2001
Modified Files:
syssrc/sys/net: if_sl.c if_strip.c
Log Message:
Don't use splimp() to block both net and tty interrupts. Instead,
block both interrupt levels as appropriate.
To generate a diff of this commit:
cvs rdiff -r1.68 -r1.69 syssrc/sys/net/if_sl.c
cvs rdiff -r1.31 -r1.32 syssrc/sys/net/if_strip.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.