Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 12/05/2007 18:07:34
Module Name:	src
Committed By:	xtraeme
Date:		Wed Dec  5 18:07:34 UTC 2007

Modified Files:
	src/sys/dev/pci: arcmsr.c arcmsrvar.h

Log Message:
Make it use mutex(9) and condvar(9), bye bye spl(9) and tsleep(9).

Fully stable with all debugging options turned on, unless someday any
problem appears :-)


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/dev/pci/arcmsr.c src/sys/dev/pci/arcmsrvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.