Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/13/2005 12:29:32
Module Name:	src
Committed By:	yamt
Date:		Tue Dec 13 12:29:32 UTC 2005

Modified Files:
	src/sys/kern: kern_physio.c

Log Message:
physio: deal with unaligned buffers/small maxphys/overlapped buffers.
fix PR/32224 from Matthias Scheler.
(uvm_vslock needs to be redesigned for threaded applications.
but it's a different problem.)


To generate a diff of this commit:
cvs rdiff -r1.67 -r1.68 src/sys/kern/kern_physio.c

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