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/07/2007 08:50:36
Module Name: src
Committed By: xtraeme
Date: Fri Dec 7 08:50:36 UTC 2007
Modified Files:
src/sys/dev/pci: arcmsr.c
Log Message:
- Improve the locking based in comments from ad@.
- malloc(9) -> kmem(9) now that most of the bio code doesn't need to run
on interrupt context.
- Reduce code that runs in interrupt context to a small part in
arc_msgbuf() and is protected by arc_lock()/arc_unlock().
Reviewed and help by ad@.
To generate a diff of this commit:
cvs rdiff -r1.6 -r1.7 src/sys/dev/pci/arcmsr.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.