Subject: PR/36244 CVS commit: [netbsd-4] src/sys/dev
To: None <tron@NetBSD.org, gnats-admin@netbsd.org, netbsd-bugs@netbsd.org,>
From: Manuel Bouyer <bouyer@netbsd.org>
List: netbsd-bugs
Date: 04/30/2007 19:05:03
The following reply was made to PR kern/36244; it has been noted by GNATS.

From: Manuel Bouyer <bouyer@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc: 
Subject: PR/36244 CVS commit: [netbsd-4] src/sys/dev
Date: Mon, 30 Apr 2007 19:01:15 +0000 (UTC)

 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.