Subject: CVS commit: src/sys/kern
To: None <source-changes@netbsd.org>
From: Paul Kranenburg <pk@netbsd.org>
List: source-changes
Date: 02/06/2003 14:21:23
Module Name: src
Committed By: pk
Date: Thu Feb 6 12:21:23 UTC 2003
Modified Files:
src/sys/kern: tty.c
Log Message:
XXX ttioctl(): some drivers call back on us from t_param(), so delay acquiring
tty spin lock until after t_param() returns.
Require t_param() to unlock upon callback?
To generate a diff of this commit:
cvs rdiff -r1.147 -r1.148 src/sys/kern/tty.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.