Subject: CVS commit: src/sys/dev/ic
To: None <source-changes@NetBSD.org>
From: Martin Husemann <martin@netbsd.org>
List: source-changes
Date: 08/16/2007 08:56:49
Module Name: src
Committed By: martin
Date: Thu Aug 16 08:56:49 UTC 2007
Modified Files:
src/sys/dev/ic: com.c
Log Message:
Remove all locking from com_enable_debugport() - it is either called at
attach time, where we don't need further locking, or from comopen(),
where the caller does proper locking already.
To generate a diff of this commit:
cvs rdiff -r1.261 -r1.262 src/sys/dev/ic/com.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.