Subject: sun-lamp CVS commits
To: None <source-changes@pain.lcs.mit.edu>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 11/06/1995 15:00:07
thorpej
Mon Nov  6 11:58:07 PST 1995
Update of /a/cvsroot/src/sys/dev
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv25000

Modified Files:
	ccd.c 
Log Message:
Fix a race condition where if a process is asleep waiting on an
exclusive lock of a ccd device while another process is unconfiguring
that same device, the first process would never awaken (unless interrupted).