Subject: CVS commit: [netbsd-4] src/sys/dev
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 04/30/2007 19:01:15
Module Name:	src
Committed By:	bouyer
Date:		Mon Apr 30 19:01:15 UTC 2007

Modified Files:
	src/sys/dev [netbsd-4]: ld.c

Log Message:
Pull up following revision(s) (requested by tron in ticket #601):
	sys/dev/ld.c: revision 1.47
Reset error code if an ioctl() request is not handled by the generic
disk framework. This stops ld(4) from returning an error for various
ioctl() requests which actually *did* work. As a result fdisk(8) and
therefore also sysinst(8) work with ld(4) devices once again.
Based on a patch supplied by Todd Kover in PR kern/36244, successfully
tested with ld(4)@icp(4).


To generate a diff of this commit:
cvs rdiff -r1.42.2.2 -r1.42.2.3 src/sys/dev/ld.c

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