Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: YAMAMOTO Takashi <yamt@netbsd.org>
List: source-changes
Date: 12/17/2005 05:26:41
Module Name:	src
Committed By:	yamt
Date:		Sat Dec 17 05:26:41 UTC 2005

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

Log Message:
fix spurious EINVAL at end of partition.

- rather than special-caseing EINVAL,
  simply pick an error at the lowest offset.
- correct uio_resid.
- add some debug code.


To generate a diff of this commit:
cvs rdiff -r1.69 -r1.70 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.